File kopete-antispam.spec of Package kopete-antispam
Name: kopete-antispam
# List of additional build dependencies
BuildRequires: cmake kopete-devel libkde4-devel
Version: 0.5
Release: 1
License: GPL v2 or later
Source: kopete-antispam_0.5.orig.tar.gz
Group: Productivity/Networking/Instant Messenger
Summary: Kopete Antispam plugin
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Kopete Antispam Plugin helps to protect kopete messenger from various
spammers by using simple answer/question scheme:
Potential spammers receive a simple question, and they are ignored
until they answers question.
%prep
%setup -q -n kopete-antispam-0.5
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%makeinstall
cd ..
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf filelists
%files
%defattr(-,root,root)
%{_libdir}/kde4/kcm_kopete_antispam.so
%{_libdir}/kde4/kopete_antispam.so
/usr/share/kde4/config.kcfg/kopeteantispamconfig.kcfg
/usr/share/kde4/services/kconfiguredialog/kopete_antispam_config.desktop
/usr/share/kde4/services/kopete_antispam.desktop
%changelog
* Mon Dec 28 2009 alexey.noskov@gmail.com
- packaged kopete-antispam version 0.5 using the buildservice spec file wizard