summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormis2001-10-27 14:07:38 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit48fed158f328cac9176004ddb60ce97352360c15 (patch)
tree3ed6daba0d69eb7f158b08e55d37f46cee027a70
parentb639bf24ed98d4f4efe8c153edd64d39de1135f0 (diff)
downloadcurl-48fed158f328cac9176004ddb60ce97352360c15.zip
curl-48fed158f328cac9176004ddb60ce97352360c15.tar.gz
- added curl-readtimeout-fix.patch; release 2; STB
Changed files: curl.spec -> 1.44
-rw-r--r--curl.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/curl.spec b/curl.spec
index 29b4f18..53f76c1 100644
--- 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ędzie do ściągania plików z serwerów (FTP, HTTP i innych)
Name: curl
Version: 7.9
-Release: 1
+Release: 2
License: MPL
Vendor: Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>
Group: Applications/Networking
@@ -10,6 +10,7 @@ Group(de): Applikationen/Netzwerkwesen
Group(pl): Aplikacje/Sieciowe
Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.gz
Patch0: %{name}-no_strip.patch
+Patch1: %{name}-readtimeout-fix.patch
URL: http://curl.haxx.se/
%{!?_without_ssl:BuildRequires: openssl-devel >= 0.9.6a}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -70,6 +71,7 @@ Statyczna wersja biblioteki curl.
%prep
%setup -q
%patch0 -p1
+%patch1
%build
%configure \