]> git.pld-linux.org Git - packages/curl.git/commitdiff
- -libs subpackage
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 1 Nov 2005 20:46:36 +0000 (20:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.110

curl.spec

index c2c81e2efe42c4a52fe07c942eaabd4a7f500803..8a564edc209693259312c9e496d687a96ccf3e25 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -11,7 +11,7 @@ Summary(ru):  
 Summary(uk):   õÔÉ̦ÔÁ ÄÌÑ ÏÔÒÉÍÁÎÎÑ ÆÁÊ̦נڠÓÅÒ×ÅҦנFTP, HTTP ÔÁ ¦ÎÛÉÈ
 Name:          curl
 Version:       7.15.0
-Release:       2
+Release:       2.1
 License:       MIT-like
 Vendor:                Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>
 Group:         Applications/Networking
@@ -29,6 +29,7 @@ BuildRequires:        libtool
 %{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7d}
 Requires:      openssl-tools >= 0.9.7d
 Requires:      libidn >= 0.4.1
+Requires:      %{name}-libs = %{version}-%{release}
 Obsoletes:     libcurl2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -88,7 +89,7 @@ Summary(pt_BR):       Arquivos de cabe
 Summary(ru):   æÁÊÌÙ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ÂÉÂÌÉÏÔÅËÉ curl
 Summary(uk):   æÁÊÌÉ ÄÌÑ ÒÏÚÒÏÂËÉ Ú ×ÉËÏÒÉÓÔÁÎÎÑ͠¦Â̦ÏÔÅËÉ curl
 Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-libs = %{version}-%{release}
 Requires:      libidn-devel >= 0.4.1
 %{?with_heimdal:Requires:      heimdal-devel}
 %{?with_ssl:Requires:  openssl-devel >= 0.9.7c}
@@ -111,6 +112,13 @@ Arquivos de cabe
 ãÅÊ ÐÁËÅԠͦÓÔÉÔØ ÆÁÊÌÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÒÏÚÒÏÂËÉ ÐÒÏÇÒÁÍ Ú
 ×ÉËÏÒÉÓÔÁÎÎÑ͠¦Â̦ÏÔÅËÉ curl.
 
+%package libs
+Summary:       curl library
+Group:         Libraries
+
+%description libs
+curl library.
+
 %package static
 Summary:       Static version of curl library
 Summary(pl):   Statyczna wersja biblioteki curl
@@ -166,14 +174,13 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc CHANGES COPYING README docs/{BUGS,FAQ,FEATURES,HISTORY,KNOWN_BUGS,MANUAL,SSLCERTS,THANKS,TODO,TheArtOfHttpScripting}
 %attr(755,root,root) %{_bindir}/curl
-%attr(755,root,root) %{_libdir}/libcurl.so.*.*.*
 %{_mandir}/man1/curl.1*
 
 %files devel
@@ -186,6 +193,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/curl-config.1*
 %{_mandir}/man3/*curl*.3*
 
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libcurl.so.*.*.*
+
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libcurl.a
This page took 0.070467 seconds and 4 git commands to generate.