rpms/lftp/devel lftp.spec,1.72,1.73

Patrice Dumas pertusus at fedoraproject.org
Tue Oct 7 15:17:54 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/lftp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15192

Modified Files:
	lftp.spec 
Log Message:
remove openssl related code, now that openssl isn't used anymore


Index: lftp.spec
===================================================================
RCS file: /cvs/extras/rpms/lftp/devel/lftp.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- lftp.spec	2 Oct 2008 13:49:50 -0000	1.72
+++ lftp.spec	7 Oct 2008 15:17:24 -0000	1.73
@@ -17,16 +17,12 @@
 
 %prep
 %setup -q
-sed -i.rpath -e '/lftp_cv_openssl/s|-R.*lib||' configure
+#sed -i.rpath -e '/lftp_cv_openssl/s|-R.*lib||' configure
 sed -i.norpath -e \
 	'/sys_lib_dlsearch_path_spec/s|/usr/lib |/usr/lib /usr/lib64 /lib64 |' \
 	configure
 
 %build
-if pkg-config openssl ; then
-	CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
-	LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
-fi
 %configure --with-modules --disable-static --with-gnutls --without-openssl --with-debug
 make %{?_smp_mflags}
 
@@ -37,7 +33,7 @@
 chmod 0755 $RPM_BUILD_ROOT%{_libdir}/lftp/*
 chmod 0755 $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.so
 iconv -f ISO88591 -t UTF8 NEWS -o NEWS.tmp
-touch -r NEWS NEWS.tmp
+touch -c -r NEWS NEWS.tmp
 mv NEWS.tmp NEWS
 # Remove files from $RPM_BUILD_ROOT that we aren't shipping.
 #rm $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.la




More information about the scm-commits mailing list