]> git.pld-linux.org Git - packages/curl.git/commitdiff
- added progress-fix.patch (release 4) curl-7_8-4
authormis <mis@pld-linux.org>
Tue, 3 Jul 2001 17:08:07 +0000 (17:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.39

curl.spec

index e4fb2b4ae5c725ec77d617c845b15d161bdf2c8c..8f60159d2df854374eaa5c005dce416133649eae 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -2,7 +2,7 @@ Summary:        A utility for getting files from remote servers (FTP, HTTP, and others)
 Summary(pl):   narzêdziem do ¶ci±gania plików z serwerów (FTP, HTTP i innych)
 Name:          curl
 Version:       7.8
-Release:       3
+Release:       4
 License:       MPL
 Vendor:                Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>
 Group:         Applications/Networking
@@ -11,6 +11,7 @@ Group(pl):    Aplikacje/Sieciowe
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.gz
 Patch0:                %{name}-so.patch
 Patch1:                %{name}-no_strip.patch
+Patch2:                %{name}-progress-fix.patch
 URL:           http://curl.haxx.se/
 %{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.6a}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -72,6 +73,7 @@ Statyczna wersja biblioteki curl.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p0
 
 %build
 %configure \
This page took 0.027731 seconds and 4 git commands to generate.