From 8ce4f2ac054351ed89f899fda7cb8da7c6acfa68 Mon Sep 17 00:00:00 2001 From: Affix Date: Sun, 16 Oct 2011 16:22:55 +0100 Subject: [PATCH 1/4] Initial Commit --- .gitignore | 1 + sources | 1 + znc-infobot.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 znc-infobot.spec diff --git a/.gitignore b/.gitignore index e69de29..14185e3 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/znc-infobot-0.200.tar.gz diff --git a/sources b/sources index e69de29..ce926ec 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5623a93fcc3a1a61c39244a9294e1426 znc-infobot-0.200.tar.gz diff --git a/znc-infobot.spec b/znc-infobot.spec new file mode 100644 index 0000000..ed10540 --- /dev/null +++ b/znc-infobot.spec @@ -0,0 +1,41 @@ +Summary: infobot module for ZNC IRC Bouncer +Name: znc-infobot +Version: 0.200 +Release: 1%{?dist} +License: GPLv2 +Group: System Environment/Daemons +URL: http://znc-msvc.googlecode.com +Source0: znc-infobot-0.200.tar.gz +# Had to generate tar.gz manually download source file : http://znc-msvc.googlecode.com/svn/trunk/flakes/infobot.cpp + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRequires: znc znc-devel openssl-devel +BuildRequires: c-ares c-ares-devel pcre-devel + +Requires: znc pcre + +%description +This is a user module for ZNC that provides joined +channels with a multitude of bot commands + +%prep +%setup -q -n %{name}-%{version} + +%build +LIBS="-lpcrecpp -lpcre" znc-buildmod infobot.cpp + +%install +mkdir -p %{buildroot}%{_libdir}/znc/ +mv infobot.so %{buildroot}%{_libdir}/znc/ + +%clean +%__rm -Rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/znc/infobot.so + +%changelog +* Sun Sep 25 2011 Keiran "Affix" Smith - 0.200-1 +- Initial Package of 0.200 + From 49d2524a86cb3542af58a7bd6249f01315b06928 Mon Sep 17 00:00:00 2001 From: Affix Date: Sun, 16 Oct 2011 16:31:57 +0100 Subject: [PATCH 2/4] Initial Commit --- .gitignore | 1 + sources | 1 + znc-infobot.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 znc-infobot.spec diff --git a/.gitignore b/.gitignore index e69de29..14185e3 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/znc-infobot-0.200.tar.gz diff --git a/sources b/sources index e69de29..ce926ec 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5623a93fcc3a1a61c39244a9294e1426 znc-infobot-0.200.tar.gz diff --git a/znc-infobot.spec b/znc-infobot.spec new file mode 100644 index 0000000..ed10540 --- /dev/null +++ b/znc-infobot.spec @@ -0,0 +1,41 @@ +Summary: infobot module for ZNC IRC Bouncer +Name: znc-infobot +Version: 0.200 +Release: 1%{?dist} +License: GPLv2 +Group: System Environment/Daemons +URL: http://znc-msvc.googlecode.com +Source0: znc-infobot-0.200.tar.gz +# Had to generate tar.gz manually download source file : http://znc-msvc.googlecode.com/svn/trunk/flakes/infobot.cpp + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRequires: znc znc-devel openssl-devel +BuildRequires: c-ares c-ares-devel pcre-devel + +Requires: znc pcre + +%description +This is a user module for ZNC that provides joined +channels with a multitude of bot commands + +%prep +%setup -q -n %{name}-%{version} + +%build +LIBS="-lpcrecpp -lpcre" znc-buildmod infobot.cpp + +%install +mkdir -p %{buildroot}%{_libdir}/znc/ +mv infobot.so %{buildroot}%{_libdir}/znc/ + +%clean +%__rm -Rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/znc/infobot.so + +%changelog +* Sun Sep 25 2011 Keiran "Affix" Smith - 0.200-1 +- Initial Package of 0.200 + From af7eb66e5e5a87c2097661093bbf1e6d655863c7 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 19 Aug 2014 20:01:57 +0200 Subject: [PATCH 3/4] 2014-08-19: Dead upstream since 2011 with unfixed bugs: https://fedorahosted.org/rel-eng/ticket/5968 --- .gitignore | 2 -- dead.package | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d508fb8..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/znc-infobot-0.202.tar.gz -/znc-infobot-0.204.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3bf34d0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +2014-08-19: Dead upstream since 2011 with unfixed bugs: https://fedorahosted.org/rel-eng/ticket/5968 From 04e6bc3c8e632c14b6c7fc3dc26d253d60da6282 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 19 Aug 2014 20:04:24 +0200 Subject: [PATCH 4/4] 2014-08-19: Dead upstream since 2011 with unfixed bugs: https://fedorahosted.org/rel-eng/ticket/5968 --- .gitignore | 2 -- dead.package | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d508fb8..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/znc-infobot-0.202.tar.gz -/znc-infobot-0.204.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..3bf34d0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +2014-08-19: Dead upstream since 2011 with unfixed bugs: https://fedorahosted.org/rel-eng/ticket/5968