automatic rebuild by autodist [release 1.3.0-2mamba;Thu Aug 22 2013]
This commit is contained in:
parent
b34b2a1fee
commit
4a7b340c92
@ -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
49
bot-sentry.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user