rpms/mozldap/devel mozldap.spec,1.3,1.4

Richard Allen Megginson (rmeggins) fedora-extras-commits at redhat.com
Mon May 21 17:38:16 UTC 2007


Author: rmeggins

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

Modified Files:
	mozldap.spec 
Log Message:
Resolves: 240516
Description: mozldap packaging bugs
Fix Description: add cyrus-sasl-devel and pkgconfig as Requires for the mozldap-devel package 



Index: mozldap.spec
===================================================================
RCS file: /cvs/extras/rpms/mozldap/devel/mozldap.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mozldap.spec	14 Mar 2007 15:34:22 -0000	1.3
+++ mozldap.spec	21 May 2007 17:37:41 -0000	1.4
@@ -13,7 +13,7 @@
 Summary:          Mozilla LDAP C SDK
 Name:             mozldap
 Version:          %{major}.%{minor}.%{submin}
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          MPL/GPL/LGPL
 URL:              http://www.mozilla.org/directory/csdk.html
 Group:            System Environment/Libraries
@@ -59,6 +59,8 @@
 Requires:         %{nspr_name}-devel >= %{nspr_version}
 Requires:         %{nss_name}-devel >= %{nss_version}
 Requires:         %{svrcore_name}-devel >= %{svrcore_version}
+Requires:         cyrus-sasl-devel
+Requires:         pkgconfig
 
 %description devel
 Header and Library files for doing development with the Mozilla LDAP C SDK
@@ -186,6 +188,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Mon May 21 2007 Rich Megginson <rmeggins at redhat.com> - 6.0.3-2
+- added cyrus-sasl-devel and pkgconfig to devel package Requires
+
 * Tue Mar 13 2007 Rich Megginson <richm at stanfordalumni.org> - 6.0.3-1
 - bumped version to 6.0.3
 - minor build fixes for some platforms




More information about the fedora-extras-commits mailing list