diff --git a/README.md b/README.md index 46889ad..00ef527 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # bot-sentry +Bot Sentry is a Pidgin (libpurple) plugin to prevent Instant Message (IM) spam. It allows you to ignore IMs unless the sender is in your Buddy List, the sender is in your Allow List, or the sender correctly answers a question you have predefined. + diff --git a/bot-sentry.spec b/bot-sentry.spec new file mode 100644 index 0000000..82a214b --- /dev/null +++ b/bot-sentry.spec @@ -0,0 +1,49 @@ +Name: bot-sentry +Version: 1.3.0 +Release: 2mamba +Summary: Pidgin plugin to prevent Instant Message (IM) spam +Group: Graphical Desktop/Applications/Networking +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://sourceforge.net/projects/pidgin-bs/ +Source: http://downloads.sourceforge.net/sourceforge/pidgin-bs/%{name}-%{version}.tar.bz2 +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Obsoletes: pidgin-bs, gaim-bs +BuildRequires: intltool >= 0.40.0 +BuildRequires: pidgin-devel + +%description +Bot Sentry is a Pidgin (libpurple) plugin to prevent Instant Message (IM) spam. It allows you to ignore IMs unless the sender is in your Buddy List, the sender is in your Allow List, or the sender correctly answers a question you have predefined. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%doc AUTHORS COPYING ChangeLog NEWS README README.mingw +%{_libdir}/purple-2/*.la +%{_libdir}/purple-2/*.so + + +%changelog +* Thu Aug 22 2013 Automatic Build System 1.3.0-2mamba +- automatic rebuild by autodist + +* Mon Aug 25 2008 Tiziana Ferro 1.3.0-1mamba +- package created by autospec