rpms/curl/devel .cvsignore,1.26,1.27 curl.spec,1.61,1.62

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Wed Oct 24 14:15:39 UTC 2007


Author: jnovy

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

Modified Files:
	.cvsignore curl.spec 
Log Message:
create libcurl and libcurl-devel subpackages (#130251)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore	11 Jul 2007 07:47:08 -0000	1.26
+++ .cvsignore	24 Oct 2007 14:15:06 -0000	1.27
@@ -5,3 +5,4 @@
 curl-7.16.2.tar.bz2
 curl-7.16.3.tar.bz2
 curl-7.16.4.tar.bz2
+curl-7.17.0.tar.bz2


Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- curl.spec	11 Oct 2007 14:56:46 -0000	1.61
+++ curl.spec	24 Oct 2007 14:15:06 -0000	1.62
@@ -4,7 +4,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl 
 Version: 7.16.4
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
@@ -26,15 +26,24 @@
 offers many useful capabilities, like proxy support, user
 authentication, FTP upload, HTTP post, and file transfer resume.
 
-%package devel
+%package -n libcurl
+Summary: A library for getting files from web servers
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: libidn-devel, pkgconfig, automake
+
+%description -n libcurl
+This package provides a way for applications to use FTP, HTTP, Gopher and
+other servers for getting files.
+
+%package -n libcurl-devel
 Summary: Files needed for building applications with libcurl
+Group: Development/Libraries
+Requires: libcurl = %{version}-%{release}
+Requires: libidn-devel, pkgconfig, automake
+Obsoletes: curl-devel
 
-%description devel
+%description -n libcurl-devel
 cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
-Dict servers, using any of the supported protocols. The curl-devel
+Dict servers, using any of the supported protocols. The libcurl-devel
 package includes files needed for developing applications which can
 use cURL's capabilities internally.
 
@@ -77,9 +86,9 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
+%post -n libcurl -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libcurl -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -89,10 +98,11 @@
 %doc docs/TheArtOfHttpScripting docs/TODO
 %{_bindir}/curl
 %{_mandir}/man1/curl.1*
+
+%files -n libcurl
 %{_libdir}/libcurl.so.*
-#%{_datadir}/ssl/certs/ca-bundle.crt
 
-%files devel
+%files -n libcurl-devel
 %defattr(-,root,root)
 %doc docs/examples/*.c docs/examples/Makefile.example docs/INTERNALS
 %doc docs/CONTRIBUTE
@@ -105,6 +115,9 @@
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Tue Oct 24 2007 Jindrich Novy <jnovy at redhat.com> 7.16.4-9
+- create libcurl and libcurl-devel subpackages (#130251)
+
 * Thu Oct 11 2007 Jindrich Novy <jnovy at redhat.com> 7.16.4-8
 - list features correctly when curl is compiled against NSS (#316191)
 




More information about the fedora-extras-commits mailing list