SPECS: evolution-plugin-spambayes.spec - pl - fixed post/preun/pos...

qboosh qboosh at pld-linux.org
Sat Jan 12 02:52:11 CET 2008


Author: qboosh                       Date: Sat Jan 12 01:52:11 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- fixed post/preun/postun scripts
- better Group

---- Files affected:
SPECS:
   evolution-plugin-spambayes.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/evolution-plugin-spambayes.spec
diff -u SPECS/evolution-plugin-spambayes.spec:1.2 SPECS/evolution-plugin-spambayes.spec:1.3
--- SPECS/evolution-plugin-spambayes.spec:1.2	Tue Dec  4 02:38:02 2007
+++ SPECS/evolution-plugin-spambayes.spec	Sat Jan 12 02:52:05 2008
@@ -1,26 +1,27 @@
 # $Revision$, $Date$
-#
 Summary:	Evolution plugin that allows to use the SpamBayes bayesian filtering system
-Summary(pl.UTF-8):	Filtr SpamBayes dla Evolution
+Summary(pl.UTF-8):	Wtyczka Evolution pozwalająca na używanie filtru bayesowskiego SpamBayes
 Name:		evolution-plugin-spambayes
 Version:	0.1.4
 Release:	0.1
 License:	GPL v2
-Group:		Applications
+Group:		Applications/Mail
 Source0:	http://dev.infonet.dk/debian/dists/testing/source/%{name}_%{version}.tar.gz
 # Source0-md5:	266ba9541bda536add3340745eaf67e2
-URL:		http://halfdans.net/wiki.py/EvolutionSpamBayesPlugin
 Patch0:		%{name}-evo_plug_ver.patch
+URL:		http://halfdans.net/wiki.py/EvolutionSpamBayesPlugin
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	dbus-devel >= 0.93
+BuildRequires:	evolution-devel >= 2.8.0
+BuildRequires:	gtk+2-devel >= 2:2.4.0
 BuildRequires:	pkgconfig
 BuildRequires:	python >= 1:2.4
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
+Requires(post):	/sbin/ldconfig
+Requires(post,preun):	GConf2
 %pyrequires_eq	python-modules
-BuildRequires:	evolution-devel >= 2.8.0
-BuildRequires:	gtk+2-devel >= 2.4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,6 +33,12 @@
 filtering plugin by Vivek Jain (amongst others).
 
 %description -l pl.UTF-8
+Wtyczka Evolution pozwalająca na używanie systemu filtrowania
+bayesowskiego SpamBayes.
+
+Wtyczka jest oparta na wtyczce Bogofilter autorstwa Mikhaila Zabalueva
+z dodanym kodem przekazywania wiadomości do przetworzenia z wbudowanej
+wtyczki filtrującej SpamAssassina autorstwa Viveka Jaina (i innych).
 
 %prep
 %setup -q
@@ -57,19 +64,22 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p /sbin/ldconfig
+%post
+/sbin/ldconfig
 %gconf_schema_install sb-eplugin.schemas
 
-%preun	-p /sbin/ldconfig
+%preun
 %gconf_schema_uninstall sb-eplugin.schemas
 
+%postun	-p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/evolution/*/glade/*.glade
 %attr(755,root,root) %{_libdir}/evolution/*/plugins/*.so
 %{_libdir}/evolution/*/plugins/*.eplug
+%{_datadir}/evolution/*/glade/*.glade
 %{_sysconfdir}/gconf/schemas/sb-eplugin.schemas
 %{_datadir}/dbus-1/services/*.service
 
@@ -79,6 +89,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008-01-12 01:52:05  qboosh
+- pl
+- fixed post/preun/postun scripts
+- better Group
+
 Revision 1.2  2007-12-04 01:38:02  wolvverine
 - init
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/evolution-plugin-spambayes.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list