This commit is contained in:
parent
61a9af2d24
commit
bb1bb9a480
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 2 17:38:04 CEST 2007 - rguenther@suse.de
|
||||
|
||||
- split off libcurl4 and curl-ca-bundle packages, rename curl-devel
|
||||
to libcurl-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 31 18:53:00 CEST 2007 - rguenther@suse.de
|
||||
|
||||
|
65
curl.spec
65
curl.spec
@ -15,7 +15,7 @@ BuildRequires: libidn-devel openssl-devel zlib-devel
|
||||
Obsoletes: curl_ssl
|
||||
Provides: curl_ssl
|
||||
Version: 7.16.1
|
||||
Release: 6
|
||||
Release: 8
|
||||
Autoreqprov: on
|
||||
License: MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
@ -40,16 +40,45 @@ Authors:
|
||||
--------
|
||||
Daniel Stenberg <Daniel.Stenberg@haxx.se>
|
||||
|
||||
%package devel
|
||||
Summary: Header Files and Libraries for cURL Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: curl = %{version} zlib-devel openssl-devel glibc-devel libidn-devel
|
||||
Provides: curlssld
|
||||
Obsoletes: curlssld
|
||||
%package ca-bundle
|
||||
Summary: Bundle of CA Root Certificates for cURL
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
|
||||
%description devel
|
||||
This package provides the header files and libraries for cURL
|
||||
development.
|
||||
%description ca-bundle
|
||||
Bundle of CA Root Certificates for cURL.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Daniel Stenberg <Daniel.Stenberg@haxx.se>
|
||||
|
||||
%package -n libcurl4
|
||||
Summary: cURL shared library version 4
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
Requires: curl-ca-bundle
|
||||
|
||||
%description -n libcurl4
|
||||
cURL shared library version 4.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Daniel Stenberg <Daniel.Stenberg@haxx.se>
|
||||
|
||||
%package -n libcurl-devel
|
||||
Summary: A Tool for Transferring Data from URLs
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
Requires: libcurl4 = %{version} zlib-devel openssl-devel libidn-devel
|
||||
Provides: curlssld curl-devel
|
||||
Obsoletes: curlssld curl-devel
|
||||
|
||||
%description -n libcurl-devel
|
||||
Curl is a client to get documents and files from or send documents to a
|
||||
server using any of the supported protocols (HTTP, HTTPS, FTP, GOPHER,
|
||||
DICT, TELNET, LDAP, or FILE). The command is designed to work without
|
||||
user interaction or any kind of interactivity.
|
||||
|
||||
|
||||
|
||||
@ -104,11 +133,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc CHANGES README RELEASE-NOTES
|
||||
%doc docs/{BUGS,CONTRIBUTE,FAQ,FEATURES,INTERNALS,MANUAL,RESOURCES,TODO,TheArtOfHttpScripting}
|
||||
%{_prefix}/bin/curl
|
||||
%{_libdir}/libcurl.so.*
|
||||
%doc %{_mandir}/man1/curl.1.gz
|
||||
/usr/share/curl
|
||||
|
||||
%files devel
|
||||
%files ca-bundle
|
||||
%defattr(-,root,root)
|
||||
%dir %{_prefix}/share/curl
|
||||
%{_prefix}/share/curl/curl-ca-bundle.crt
|
||||
|
||||
%files -n libcurl4
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcurl.so.4*
|
||||
|
||||
%files -n libcurl-devel
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/bin/curl-config
|
||||
%{_prefix}/include/curl
|
||||
@ -118,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 02 2007 - rguenther@suse.de
|
||||
- split off libcurl4 and curl-ca-bundle packages, rename curl-devel
|
||||
to libcurl-devel
|
||||
* Sat Mar 31 2007 - rguenther@suse.de
|
||||
- add zlib-devel BuildRequires
|
||||
* Fri Feb 16 2007 - mmarek@suse.cz
|
||||
|
Loading…
x
Reference in New Issue
Block a user