rpms/sylpheed-claws/FC-4 .cvsignore, 1.13, 1.14 sources, 1.14, 1.15 sylpheed-claws.spec, 1.30, 1.31

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Apr 21 22:38:24 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/sylpheed-claws/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19929/FC-4

Modified Files:
	.cvsignore sources sylpheed-claws.spec 
Log Message:
- split plugins from main package to ease requirements (#189113)
- version upgrade (#183357)
- fix libpisock (#189585)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws/FC-4/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	5 Apr 2006 21:37:27 -0000	1.13
+++ .cvsignore	21 Apr 2006 22:38:24 -0000	1.14
@@ -1 +1 @@
-sylpheed-claws-2.1.0.tar.bz2
+sylpheed-claws-2.1.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws/FC-4/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	5 Apr 2006 21:37:27 -0000	1.14
+++ sources	21 Apr 2006 22:38:24 -0000	1.15
@@ -1 +1 @@
-03988307d87ed9d10253d35b323e5e51  sylpheed-claws-2.1.0.tar.bz2
+8d7b1d01c4f236a5e7d3e139bf43cd5a  sylpheed-claws-2.1.1.tar.bz2


Index: sylpheed-claws.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws/FC-4/sylpheed-claws.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sylpheed-claws.spec	5 Apr 2006 21:43:47 -0000	1.30
+++ sylpheed-claws.spec	21 Apr 2006 22:38:24 -0000	1.31
@@ -1,13 +1,13 @@
 %define         openssl_pc  %(if test -z `rpm -ql openssl-devel | grep pkgconfig` ; then echo 0; else echo 1; fi )
 
 Name:           sylpheed-claws
-Version:        2.1.0
+Version:        2.1.1
 Release:        1%{?dist}
 Summary:        The extended version of Sylpheed
 Group:          Applications/Internet
 License:        GPL
 URL:            http://claws.sylpheed.org
-Source0:        http://dl.sf.net/sylpheed-claws/sylpheed-claws-2.1.0.tar.bz2
+Source0:        http://dl.sf.net/sylpheed-claws/sylpheed-claws-2.1.1.tar.bz2
 Source1:        sylpheed-claws.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  flex, bison
@@ -28,8 +28,6 @@
 BuildRequires:  gettext-devel
 BuildRequires:  libetpan-devel >= 0.45
 BuildRequires:  libgnomeprintui22-devel
-Requires:  spamassassin
-Requires:  dillo
 
 %description
 The bleeding edge branch of Sylpheed, a GTK+ based, lightweight, and fast
@@ -47,6 +45,40 @@
 The %{name}-devel package contains the header files  and pkgconfig file needed
 for development with %{name}.
 
+%package plugins-clamav
+Summary:        Clamav antivirus plugin for sylpheed-claws
+Group:          Applications/Internet
+Requires:       %{name} = %{version}-%{release}
+
+%description plugins-clamav
+%{summary}
+
+%package plugins-dillo
+Summary:        Dillo HTML viewer plugin for sylpheed-claws
+Group:          Applications/Internet
+Requires:       %{name} = %{version}-%{release}
+Requires:       dillo
+
+%description plugins-dillo
+%{summary}
+
+%package plugins-spamassassin
+Summary:        Spamassassin plugin for sylpheed-claws
+Group:          Applications/Internet
+Requires:       %{name} = %{version}-%{release}
+Requires:       spamassassin
+
+%description plugins-spamassassin
+%{summary}
+
+%package plugins-pgp
+Summary:        PGP plugin for signing and encrypting mail
+Group:          Applications/Internet
+Requires:       %{name} = %{version}-%{release}
+
+%description plugins-pgp
+%{summary}
+
 %prep
 %setup -q
 
@@ -80,6 +112,8 @@
 %{__rm} -rf ${RPM_BUILD_ROOT}%{_datadir}/gnome
 
 find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
+find ${RPM_BUILD_ROOT}/%{_libdir}/sylpheed-claws/plugins/ -type f -name \
+"*.a" -exec rm -f {} ';'
 
 %{__mkdir_p} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
 
@@ -97,10 +131,9 @@
 %{_bindir}/*
 %dir %{_libdir}/sylpheed-claws/
 %dir %{_libdir}/sylpheed-claws/plugins/
-%{_libdir}/sylpheed-claws/plugins/*.so
-%exclude %{_libdir}/sylpheed-claws/plugins/*.a
+%{_libdir}/sylpheed-claws/plugins/trayicon.so
 %{_datadir}/pixmaps/*
-%dir %{_datadir}/sylpheed-claws/
+%{_datadir}/sylpheed-claws/
 %{_datadir}/sylpheed-claws/*
 %{_mandir}/man1/*
 %{_datadir}/applications/*
@@ -108,12 +141,32 @@
 
 %files devel
 %defattr(-,root,root,-)
-%dir %{_includedir}/sylpheed-claws/
-%{_includedir}/sylpheed-claws/*
+%{_includedir}/sylpheed-claws/
 %{_libdir}/pkgconfig/sylpheed-claws.pc
 %{_libdir}/sylpheed-claws/plugins/*deps
 
+%files plugins-clamav
+%defattr(-,root,root,-)
+%{_libdir}/sylpheed-claws/plugins/clamav_plugin.so
+
+%files plugins-dillo
+%defattr(-,root,root,-)
+%{_libdir}/sylpheed-claws/plugins/dillo_viewer.so
+
+%files plugins-spamassassin
+%defattr(-,root,root,-)
+%{_libdir}/sylpheed-claws/plugins/spamassassin.so
+
+%files plugins-pgp
+%defattr(-,root,root,-)
+%{_libdir}/sylpheed-claws/plugins/pgp*.so
+
 %changelog
+* Sat Apr 22 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- split plugins from main package to ease requirements (#189113)
+- version upgrade (#183357)
+- fix libpisock (#189585)
+
 * Wed Apr 05 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 2.1.0-1
 - version upgrade




More information about the fedora-extras-commits mailing list