bot-sentry/bot-sentry.spec

50 lines
1.4 KiB
RPMSpec

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 <tiziana.ferro@email.it>
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 <autodist@mambasoft.it> 1.3.0-2mamba
- automatic rebuild by autodist
* Mon Aug 25 2008 Tiziana Ferro <tiziana.ferro@email.it> 1.3.0-1mamba
- package created by autospec