rpms/sylpheed-claws/devel .cvsignore, 1.16, 1.17 sources, 1.17, 1.18 sylpheed-claws.spec, 1.40, 1.41

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


Author: awjb

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

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/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	5 Apr 2006 21:37:34 -0000	1.16
+++ .cvsignore	21 Apr 2006 22:38:25 -0000	1.17
@@ -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/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	5 Apr 2006 21:37:34 -0000	1.17
+++ sources	21 Apr 2006 22:38:25 -0000	1.18
@@ -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/devel/sylpheed-claws.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sylpheed-claws.spec	5 Apr 2006 21:43:49 -0000	1.40
+++ sylpheed-claws.spec	21 Apr 2006 22:38:25 -0000	1.41
@@ -1,11 +1,11 @@
 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
@@ -26,8 +26,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
@@ -45,6 +43,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
 
@@ -74,6 +106,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
 
@@ -91,8 +125,7 @@
 %{_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/*
 %{_datadir}/sylpheed-claws
 %{_mandir}/man1/*
@@ -101,12 +134,33 @@
 
 %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>
+2.1.1-1
+- 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 scm-commits mailing list