]> git.pld-linux.org Git - packages/curl.git/commitdiff
- fix so name (patch from curl maling list)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 16 Jun 2001 21:21:33 +0000 (21:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    curl.spec -> 1.37

curl.spec

index d1d11ea9c2e46065fa4ecb09aafef1d6a6df25a4..871831151ad60ee67f6a9996c4e89fa523bf688f 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -2,13 +2,14 @@ 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:       2
+Release:       3
 License:       MPL
 Vendor:                Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>
 Group:         Applications/Networking
 Group(de):     Applikationen/Netzwerkwesen
 Group(pl):     Aplikacje/Sieciowe
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.gz
+Patch0:                %{name}-so.patch
 URL:           http://curl.haxx.se/
 %{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.6a}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -68,10 +69,11 @@ Statyczna wersja biblioteki curl.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
-%{!?_without_ssl:--with-ssl=%{_prefix}} \
+       %{!?_without_ssl:--with-ssl=%{_prefix}} \
        --with-ipv6
 
 %{__make} 
This page took 0.152835 seconds and 4 git commands to generate.