rpms/cups/FC-5 cups.spec,1.142,1.143

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 7 15:14:04 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/cups/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv4617

Modified Files:
	cups.spec 
Log Message:
* Fri Apr  7 2006 Tim Waugh <twaugh at redhat.com>
- No longer need openssl-devel.



Index: cups.spec
===================================================================
RCS file: /cvs/dist/rpms/cups/FC-5/cups.spec,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- cups.spec	6 Apr 2006 14:14:01 -0000	1.142
+++ cups.spec	7 Apr 2006 15:14:02 -0000	1.143
@@ -62,7 +62,7 @@
 Obsoletes: lpd lpr LPRng <= 3.8.15-3
 Provides: lpd lpr LPRng = 3.8.15-3
 
-BuildPrereq: pam-devel openssl-devel pkgconfig
+BuildPrereq: pam-devel pkgconfig
 BuildPrereq: gnutls-devel
 BuildRequires: openldap-devel
 BuildRequires: make >= 1:3.80
@@ -82,7 +82,6 @@
 Summary: Common Unix Printing System - development environment
 Group: Development/Libraries
 Requires: %{name}-libs = %{epoch}:%{version}
-Requires: openssl-devel
 
 %package libs
 Summary: Common Unix Printing System - libraries
@@ -159,11 +158,6 @@
 perl -pi -e "s,^.SILENT:,," Makedefs.in
 
 %build
-if pkg-config openssl ; then
-  export CFLAGS=`pkg-config --cflags openssl`
-  export CPPFLAGS=`pkg-config --cflags-only-I openssl`
-  export LDFLAGS=`pkg-config --libs-only-L openssl`
-fi
 %configure --with-docdir=%{_docdir}/cups-%{version} \
 	--with-optim="$RPM_OPT_FLAGS $CFLAGS -fstack-protector-all"
 
@@ -392,6 +386,9 @@
 %{cups_serverbin}/daemon/cups-lpd
 
 %changelog
+* Fri Apr  7 2006 Tim Waugh <twaugh at redhat.com>
+- No longer need openssl-devel.
+
 * Thu Apr  6 2006 Tim Waugh <twaugh at redhat.com> 1:1.2-0.2.rc1.2.7
 - Build requires openldap-devel.
 - Sync pstops.c with svn 5372.




More information about the fedora-cvs-commits mailing list