[claws-mail] - 3.7.8-3 - add plugin dep files to respective plugins (#667377) - disable dillo on rhel

Andreas Bierfert awjb at fedoraproject.org
Mon Jan 24 06:52:25 UTC 2011


commit e341a225142b6d33bd92a498f86e5a5100105acb
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Mon Jan 24 07:53:00 2011 +0100

    - 3.7.8-3
    - add plugin dep files to respective plugins (#667377)
    - disable dillo on rhel

 claws-mail.spec |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/claws-mail.spec b/claws-mail.spec
index 3dbf278..6fb7a9f 100644
--- a/claws-mail.spec
+++ b/claws-mail.spec
@@ -1,6 +1,6 @@
 Name:           claws-mail
 Version:        3.7.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        The extended version of Sylpheed
 Group:          Applications/Internet
 License:        GPLv3+
@@ -60,6 +60,7 @@ Requires:       pkgconfig
 The %{name}-devel package contains the header files  and pkgconfig file needed
 for development with %{name}.
 
+%if !0%{?rhel}
 %package plugins-dillo
 Summary:        Dillo HTML viewer plugin for claws-mail
 Group:          Applications/Internet
@@ -70,6 +71,7 @@ Provides:       sylpheed-claws-plugins-dillo = %{version}-%{release}
 
 %description plugins-dillo
 %{summary}
+%endif
 
 %package plugins-spamassassin
 Summary:        Spamassassin plugin for claws-mail
@@ -129,6 +131,9 @@ mails, verify signatures or sign and encrypt your own mails.
            --disable-rpath \
            --enable-compface \
            --enable-networkmanager-support \
+%if 0%{?rhel}
+           --disable-dillo-viewer-plugin \
+%endif
            --enable-gnutls
 
 %{__make} %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool
@@ -204,11 +209,12 @@ touch -r NEWS ${RPM_BUILD_ROOT}%{_includedir}/%{name}/config.h
 %defattr(-,root,root,-)
 %{_includedir}/claws-mail/
 %{_libdir}/pkgconfig/claws-mail.pc
-%{_libdir}/claws-mail/plugins/*deps
 
+%if !0%{?rhel}
 %files plugins-dillo
 %defattr(-,root,root,-)
 %{_libdir}/claws-mail/plugins/dillo_viewer.so
+%endif
 
 %files plugins-spamassassin
 %defattr(-,root,root,-)
@@ -217,6 +223,7 @@ touch -r NEWS ${RPM_BUILD_ROOT}%{_includedir}/%{name}/config.h
 %files plugins-pgp
 %defattr(-,root,root,-)
 %{_libdir}/claws-mail/plugins/pgp*.so
+%{_libdir}/claws-mail/plugins/pgp*.deps
 
 %files plugins-bogofilter
 %defattr(-,root,root,-)
@@ -225,8 +232,14 @@ touch -r NEWS ${RPM_BUILD_ROOT}%{_includedir}/%{name}/config.h
 %files plugins-smime
 %defattr(-,root,root,-)
 %{_libdir}/claws-mail/plugins/smime.so
+%{_libdir}/claws-mail/plugins/smime.deps
 
 %changelog
+* Sun Jan 23 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.7.8-3
+- add plugin dep files to respective plugins (#667377)
+- disable dillo on rhel
+
 * Wed Dec 08 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 3.7.8-2
 - retire cachesaver and synce plugins


More information about the scm-commits mailing list