]> git.pld-linux.org Git - packages/curl.git/commitdiff
- 7.8, STBR curl-7_8-1
authorareq <areq@pld-linux.org>
Thu, 7 Jun 2001 20:29:09 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.34

curl.spec

index 9433242daeba8729d67c42288e517dc0e46b5547..3a75e89e0ab6709e65b30ae8f66916fab50dc6cc 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -1,17 +1,16 @@
-%define         ver     7.7.4 
-%define         prerel  pre2
+%define         ver     7.8 
  
 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:       %{ver}%{prerel}
+Version:       %{ver}
 Release:       1
 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/stuff/%{name}-%{ver}-%{prerel}.tar.gz
+Source0:       http://curl.haxx.se/download/%{name}-7.8.tar.gz
 URL:           http://curl.haxx.se/
 %{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.6a}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -70,11 +69,11 @@ Static version of curl library.
 Statyczna wersja biblioteki curl.
 
 %prep
-%setup -q -n %{name}-%{ver}-%{prerel}
+%setup -q -n %{name}-%{ver}
 
 %build
 %configure \
-       %{!?_without_ssl:--with-ssl=/usr}
+%{!?_without_ssl:--with-ssl=%{_prefix}}
 
 %{__make} 
 
This page took 0.621921 seconds and 4 git commands to generate.