rpms/sylpheed/devel sylpheed.spec,1.78,1.79

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Jun 8 15:24:36 UTC 2008


Author: mschwendt

Update of /cvs/pkgs/rpms/sylpheed/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7284

Modified Files:
	sylpheed.spec 
Log Message:
make enchant-patch conditional for Fedora>=9


Index: sylpheed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/devel/sylpheed.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- sylpheed.spec	6 Jun 2008 10:35:55 -0000	1.78
+++ sylpheed.spec	8 Jun 2008 15:23:47 -0000	1.79
@@ -16,7 +16,10 @@
 %{!?_without_compface:BuildRequires: compface-devel}
 %{!?_without_ldap:BuildRequires: openldap-devel}
 %{?_with_jpilot:BuildRequires: jpilot-devel}
-BuildRequires: gtkspell-devel enchant-devel
+BuildRequires: gtkspell-devel 
+%if 0%{?fedora} > 8
+BuildRequires: enchant-devel
+%endif
 Source0: http://sylpheed.sraoss.jp/sylpheed/v2.5beta/sylpheed-2.5.0rc2.tar.bz2
 #Source0: http://sylpheed.sraoss.jp/sylpheed/v2.4/%{name}-%{version}.tar.bz2
 Source1: sylpheed.1
@@ -25,7 +28,9 @@
 Patch2: sylpheed-2.5.0rc-desktop.patch
 Patch3: sylpheed-2.3.1-certsdir.patch
 Patch4: sylpheed-2.2.5-prefs_common.patch
+%if 0%{?fedora} > 8
 Patch5: sylpheed-2.4.8-enchant.patch
+%endif
 
 # For xdg-open in patch1.
 Requires: xdg-utils
@@ -51,7 +56,9 @@
 %patch2 -p1 -b .desktop
 %patch3 -p1 -b .certsdir
 %patch4 -p1 -b .prefs_common
+%if 0%{?fedora} > 8
 %patch5 -p1 -b .enchant
+%endif
 
 %build
 %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \




More information about the fedora-extras-commits mailing list