rpms/sylpheed/devel sylpheed.spec,1.80,1.81

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


Author: mschwendt

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

Modified Files:
	sylpheed.spec 
Log Message:
* Sun Jun  8 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-0.8.rc2
- conditional BR oniguruma-devel and --enable-oniguruma



Index: sylpheed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/devel/sylpheed.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- sylpheed.spec	8 Jun 2008 15:56:56 -0000	1.80
+++ sylpheed.spec	8 Jun 2008 16:04:34 -0000	1.81
@@ -15,7 +15,7 @@
 %{!?_without_gpgme:BuildRequires: gpgme-devel}
 %{!?_without_compface:BuildRequires: compface-devel}
 %{!?_without_ldap:BuildRequires: openldap-devel}
-%{!?_without_oniguruma:BuildRequires: oniguruma-devel}
+%{?_with_oniguruma:BuildRequires: oniguruma-devel}
 %{?_with_jpilot:BuildRequires: jpilot-devel}
 BuildRequires: gtkspell-devel 
 %if 0%{?fedora} > 8
@@ -65,7 +65,7 @@
 %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \
 	%{?_without_compface:--disable-compface} \
 	%{!?_without_ldap:--enable-ldap} \
-	%{!?_without_oniguruma:--enable-oniguruma} \
+	%{?_with_oniguruma:--enable-oniguruma} \
 	%{?_with_jpilot:--enable-jpilot}
 echo "#define LDAP_DEPRECATED 1" >> config.h
 make %{?_smp_mflags}
@@ -102,7 +102,7 @@
 
 %changelog
 * Sun Jun  8 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-0.8.rc2
-- BR oniguruma-devel and --enable-oniguruma
+- conditional BR oniguruma-devel and --enable-oniguruma
 
 * Fri Jun  6 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-0.7.rc2
 - Update to 2.5.0rc2.




More information about the fedora-extras-commits mailing list