rpms/curl/F-8 curl.spec,1.66,1.67

Tom Callaway spot at fedoraproject.org
Fri Aug 22 16:28:57 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/curl/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv371/F-8

Modified Files:
	curl.spec 
Log Message:

Undo mini libcurl.so.3.



Index: curl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/curl/F-8/curl.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- curl.spec	11 Aug 2008 23:54:37 -0000	1.66
+++ curl.spec	22 Aug 2008 16:12:27 -0000	1.67
@@ -4,7 +4,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.18.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
@@ -78,13 +78,6 @@
 install -d $RPM_BUILD_ROOT/%{_datadir}/aclocal
 install -m 644 docs/libcurl/libcurl.m4 $RPM_BUILD_ROOT/%{_datadir}/aclocal
 
-# Yes, they're the same. Curl accidentally bumped the .soname to .4, it is the same ABI as .3.
-# We'll use a little trickery to get what we need, since a symlink won't properly populate
-# the rpm dependencies. Credit to Nalin Dahyabhai and Casey Dahlin here.
-touch libcurl.so.3.c
-gcc $RPM_OPT_FLAGS -shared -L${RPM_BUILD_ROOT}%{_libdir} -lcurl libcurl.so.3.c -o libcurl.so.3
-install -p libcurl.so.3 $RPM_BUILD_ROOT%{_libdir}
-
 # don't need curl's copy of the certs; use openssl's
 find ${RPM_BUILD_ROOT} -name ca-bundle.crt -exec rm -f '{}' \;
 
@@ -118,6 +111,9 @@
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Fri Aug 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> 7.18.2-3
+- undo mini libcurl.so.3
+
 * Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> 7.18.2-2
 - make miniature library for libcurl.so.3
 




More information about the fedora-extras-commits mailing list