From: Jakub Bogusz Date: Sat, 5 Feb 2005 22:31:28 +0000 (+0000) Subject: - updated to 7.13.0 X-Git-Tag: auto/th/curl-7_13_2-1~3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=c091c0ac1c4a28f6fd2808087a8901c556bf6df0;p=packages%2Fcurl.git - updated to 7.13.0 - License is modified BSD/MIT style - revised docs split Changed files: curl.spec -> 1.98 --- diff --git a/curl.spec b/curl.spec index 537907f..bfe0452 100644 --- a/curl.spec +++ b/curl.spec @@ -10,20 +10,21 @@ Summary(pt_BR): Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e HTTPS Summary(ru): õÔÉÌÉÔÁ ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÆÁÊÌÏ× Ó ÓÅÒ×ÅÒÏ× FTP, HTTP É ÄÒÕÇÉÈ Summary(uk): õÔÉ̦ÔÁ ÄÌÑ ÏÔÒÉÍÁÎÎÑ ÆÁÊÌ¦× Ú ÓÅÒ×ÅÒ¦× FTP, HTTP ÔÁ ¦ÎÛÉÈ Name: curl -Version: 7.12.3 +Version: 7.13.0 Release: 1 -License: MPL +License: MIT-like Vendor: Daniel Stenberg Group: Applications/Networking Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 -# Source0-md5: a71b80538872245b984e176de932e99e +# Source0-md5: bdf23eef698e70749990fb3df94e78cd Patch0: %{name}-no_strip.patch Patch1: %{name}-ac.patch URL: http://curl.haxx.se/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: libidn-devel >= 0.4.1 %{?with_heimdal:BuildRequires: heimdal-devel} +BuildRequires: libtool %{?with_ssl:BuildRequires: openssl-devel >= 0.9.7d} Requires: openssl-tools >= 0.9.7d Requires: libidn >= 0.4.1 @@ -141,9 +142,12 @@ Bibliotecas est %patch1 -p1 %build -cp -f /usr/share/automake/config.* . +#cp -f /usr/share/automake/config.* . +%{__libtoolize} +%{__aclocal} %{__autoconf} %{__autoheader} +%{__automake} %configure \ %{?with_ssl:--with-ssl=%{_prefix}} \ %{?with_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \ @@ -166,20 +170,21 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/%{name} -%attr(755,root,root) %{_libdir}/lib*.so.*.* -%{_mandir}/man1/* +%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 %defattr(644,root,root,755) -%doc CHANGES README docs/TheArtOfHttpScripting -%doc docs/{BUGS,CONTRIBUTE,FAQ,FEATURES,INTERNALS,MANUAL,README*,RESOURCES,THANKS,TODO} -%attr(755,root,root) %{_bindir}/%{name}-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/* -%{_mandir}/man3/* +%doc docs/{CONTRIBUTE,INTERNALS,LICENSE-MIXING,RESOURCES} +%attr(755,root,root) %{_bindir}/curl-config +%attr(755,root,root) %{_libdir}/libcurl.so +%{_libdir}/libcurl.la +%{_includedir}/curl +%{_mandir}/man1/curl-config.1* +%{_mandir}/man3/*curl*.3* %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libcurl.a