]> git.pld-linux.org Git - packages/curl.git/commitdiff
- updated to 7.9.8 (fixed some format strings problems and other fixes), curl-7_9_8-1
authorkloczek <kloczek@pld-linux.org>
Thu, 27 Jun 2002 07:31:34 +0000 (07:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merge fix-proto patch from RH,
- use new %doc.

Changed files:
    curl.spec -> 1.59

curl.spec

index 90f446c6227b57809a1a112c00e55cd8ad9372d2..ff687fc3eb434535415fa57e2a64f976b00c614c 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -5,13 +5,14 @@ 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.9.7
+Version:       7.9.8
 Release:       1
 License:       MPL
 Vendor:                Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>
 Group:         Applications/Networking
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.gz
 Patch0:                %{name}-no_strip.patch
+Patch1:                %{name}-fix-proto.patch
 URL:           http://curl.haxx.se/
 %{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.6a}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -131,6 +132,7 @@ Bibliotecas est
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \
@@ -144,9 +146,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf CHANGES LEGAL README docs/TheArtOfHttpScripting \
-       docs/{BUGS,CONTRIBUTE,FAQ,FEATURES,INTERNALS,MANUAL,README*,RESOURCES,THANKS,TODO}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -155,13 +154,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz docs/*.gz
 %attr(755,root,root) %{_bindir}/%{name}
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
+%doc CHANGES LEGAL 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
 %attr(755,root,root) %{_libdir}/lib*.la
This page took 0.032433 seconds and 4 git commands to generate.