]> git.pld-linux.org Git - packages/claws-mail.git/blobdiff - claws-mail.spec
- md5 sorry
[packages/claws-mail.git] / claws-mail.spec
index ce5535a9a0d727ee46e3325cf71ec46fd035cd72..0cef534ff350aec3dba061b88076742881137eed 100644 (file)
@@ -6,20 +6,25 @@
 # _without_ipv6         - without ipv6 support
 # _without_ldap         - without ldap support
 # _without_faces        - without compfaces support
-# _with_dillo          - with dillo plugin (html browser)
+# _without_dillo       - without dillo plugin (html browser)
+# _without_clamav      - without clamav plugin
+# _with_mathml         - with mathml plugin
+# _without_trayicon    - without trayicon plugin
+# _without_spamassassin - without spamassassin plugin
 #
 Summary:       A bleeding edge branch of Sylpheed, a GTK+ based, lightweight, and fast e-mail client
 Summary(pl):   Rozwojowa wersja Sylpheed z du¿± ilo¶ci± zmian oraz ulepszeñ
 Name:          sylpheed-claws
-Version:       0.9.0
-Release:       1
+Version:       0.9.3
+Release:       0.1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/sylpheed-claws/sylpheed-%{version}claws.tar.bz2
-# Source0-md5:  e547783629300e5a1a06fb5f20b9f7fd
+# Source0-md5: b44d9136604802c5d34f91f92514c989
 Source1:       %{name}.desktop
 BuildRequires: autoconf
 BuildRequires: automake
+%{!?_without_clamav:BuildRequires:     clamav-devel}
 %{!?_without_faces:BuildRequires:      faces-devel}
 BuildRequires: gdk-pixbuf-devel >= 0.8
 BuildRequires: gettext-devel
@@ -33,7 +38,7 @@ BuildRequires:        libtool
 BuildRequires: aspell-devel >= 0.50
 %{!?_without_jconv:BuildRequires:   libjconv-devel}
 %{!?_without_faces:Requires:   faces}
-%{?_with_dillo:Requires:       dillo}
+%{!?_without_dillo:Requires:   dillo}
 Obsoletes:     sylpheed
 URL:           http://sylpheed-claws.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -52,7 +57,7 @@ ale z nowymi/poprawionymi funkcjami. Niekt
 Summary:        Special plugins for Sylpheed-Claws
 Summary(pl):    Dodatkowe pluginy dla Sylpheed-Claws
 Group:          X11/Applications/Networking
-Requires:       %{name}= %{version}
+Requires:       %{name} = %{version}
 
 %description plugins
 This is collection of some usefull plugins for Sylpheed-claws.
@@ -80,7 +85,11 @@ rm -f missing
        %{!?_without_ssl: --enable-openssl} \
        %{!?_without_ipv6: --enable-ipv6 } \
        %{?_without_faces: --disable-compfaces } \
-       %{?_with_dillo:--enable-dillo-viewer-plugin } \
+       %{!?_without_dillo:--enable-dillo-viewer-plugin } \
+       %{!?_without_clamav:--enable-clamav-plugin } \
+       %{?_with_mathml:--enable-mathml-viewer-plugin } \
+       %{!?_without_trayicon:--enable-trayicon-plugin } \
+       %{!?_without_spamassassin:--enable-spamassassin-plugin } \
        --enable-aspell \
        --enable-gdk-pixbuf \
        --enable-threads
@@ -128,4 +137,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files plugins
 %defattr(644,root,root,755)
-%{_libdir}/sylpheed/plugins/*
+%dir %{_libdir}/sylpheed
+%dir %{_libdir}/sylpheed/plugins
+%{_libdir}/sylpheed/plugins/*so
This page took 0.090117 seconds and 4 git commands to generate.