rpms/sylpheed-claws/devel sylpheed-claws.spec,1.10,1.11

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Thu Apr 14 15:06:06 UTC 2005


Author: awjb

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

Modified Files:
	sylpheed-claws.spec 
Log Message:
- spec cleanups



Index: sylpheed-claws.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws/devel/sylpheed-claws.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sylpheed-claws.spec	31 Mar 2005 10:53:14 -0000	1.10
+++ sylpheed-claws.spec	14 Apr 2005 15:06:04 -0000	1.11
@@ -1,11 +1,8 @@
 %define         openssl_pc  %(if test -z `rpm -ql openssl-devel | grep pkgconfig` ; then echo 0; else echo 1; fi )
 
-#This is not the best way to do this but works here
-%define         aspellver     %(rpm -q --qf "%%{version}" aspell)
-
 Name:           sylpheed-claws
 Version:        1.0.4
-Release:        1
+Release:        2
 Summary:        The bleeding edge branch of Sylpheed
 Group:          Applications/Internet
 License:        GPL
@@ -57,9 +54,7 @@
            --enable-ldap --enable-jpilot \
            --enable-spamassassin-plugin \
            --disable-mathml-viewer-plugin \
-%if "%{aspellver}" >= "0.50"
            --enable-aspell \
-%endif
            --disable-dependency-tracking \
            --with-gpgme-prefix=%{_libdir}/gpgme03 \
            --program-suffix="-claws"
@@ -82,7 +77,7 @@
 
 %{__rm} -f ${RPM_BUILD_ROOT}%{_infodir}/dir
 %{__rm} -rf ${RPM_BUILD_ROOT}%{_datadir}/gnome
-%{__rm} -f ${RPM_BUILD_ROOT}%{_libdir}/sylpheed/plugins/*.a
+
 find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
 
 %{__mv} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/sylpheed{,-claws}.png
@@ -113,6 +108,11 @@
 %{_libdir}/pkgconfig/sylpheed-claws.pc
 
 %changelog
+* Thu Apr 14 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+1.0.4-2
+- minor cleanups
+- remove aspell version check
+
 * Thu Mar 31 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 1.0.4-1
 - Version upgrade




More information about the fedora-extras-commits mailing list