rpms/sylpheed/devel sylpheed.spec,1.35,1.36

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Jul 30 11:58:28 UTC 2006


Author: mschwendt

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

Modified Files:
	sylpheed.spec 
Log Message:
* Sun Jul 30 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.6-4
- Enable OpenLDAP support as requested by several users.
- Drop minimal version from GPGME build requirement
  (it's superfluous in our environments).



Index: sylpheed.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- sylpheed.spec	27 Jun 2006 20:12:26 -0000	1.35
+++ sylpheed.spec	30 Jul 2006 11:58:28 -0000	1.36
@@ -5,16 +5,16 @@
 Summary: GTK+ based, lightweight, and fast email client
 Name: sylpheed
 Version: 2.2.6
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 URL: http://sylpheed.good-day.net/
 Group: Applications/Internet
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 BuildRequires: gtk2-devel >= 2.4, openssl-devel
 BuildRequires: desktop-file-utils pkgconfig gettext
-%{!?_without_gpgme:BuildRequires: gpgme-devel >= 1.0.0}
+%{!?_without_gpgme:BuildRequires: gpgme-devel}
 %{!?_without_compface:BuildRequires: compface-devel}
-%{?_with_ldap:BuildRequires: openldap-devel}
+%{!?_without_ldap:BuildRequires: openldap-devel}
 %{?_with_jpilot:BuildRequires: jpilot-devel}
 BuildRequires: gtkspell-devel
 Source0: http://sylpheed.good-day.net/sylpheed/v2.2/%{name}-%{version}.tar.bz2
@@ -52,7 +52,7 @@
 %build
 %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \
 	%{?_without_compface:--disable-compface} \
-	%{?_with_ldap:--enable-ldap} \
+	%{!?_without_ldap:--enable-ldap} \
 	%{?_with_jpilot:--enable-jpilot}
 make %{?_smp_mflags}
 
@@ -88,6 +88,11 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sun Jul 30 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.6-4
+- Enable OpenLDAP support as requested by several users.
+- Drop minimal version from GPGME build requirement
+  (it's superfluous in our environments).
+
 * Tue Jun 27 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.6-3
 - Adapt upstream's patch for a crash with Turkish locales.
 




More information about the fedora-extras-commits mailing list