automatic rebuild by autodist [release 1.3.0-2mamba;Thu Aug 22 2013]

This commit is contained in:
Automatic Build System 2024-01-05 20:54:03 +01:00
parent b34b2a1fee
commit 4a7b340c92
2 changed files with 51 additions and 0 deletions

View File

@ -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.

49
bot-sentry.spec Normal file
View File

@ -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 <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