From 8ce4f2ac054351ed89f899fda7cb8da7c6acfa68 Mon Sep 17 00:00:00 2001 From: Affix Date: Sun, 16 Oct 2011 16:22:55 +0100 Subject: [PATCH 1/3] 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 80ce33d31eb86326ab4d6f5ba13a2c0104eb8a60 Mon Sep 17 00:00:00 2001 From: Keiran Smith Date: Fri, 18 Oct 2013 01:34:28 +0100 Subject: [PATCH 2/3] Updated to latest ZNC Version --- znc-infobot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/znc-infobot.spec b/znc-infobot.spec index bfb427c..cf0728c 100644 --- a/znc-infobot.spec +++ b/znc-infobot.spec @@ -1,7 +1,7 @@ Summary: infobot module for ZNC IRC Bouncer Name: znc-infobot -Version: 1.0 -Release: 2%{?dist} +Version: 1.2 +Release: 0.3.beta1%{?dist} License: GPLv2 Group: System Environment/Daemons URL: http://znc-msvc.googlecode.com @@ -40,6 +40,9 @@ mv infobot.so %{buildroot}%{_libdir}/znc/ %{_libdir}/znc/infobot.so %changelog +* Fri Oct 18 2013 Keiran Smith - 1.2-03.beta1 +- Rebuild for new ZNC Version + * Wed Nov 28 2012 Tom Callaway - 1.0-2 - it lives! From 67c22a289a9f929fc7f3f1b81887190d9ade8dc1 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 19 Aug 2014 20:04:44 +0200 Subject: [PATCH 3/3] 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