]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl.spec
- typo.
[packages/curl.git] / curl.spec
index f34821a2b122d9350523457cf886cf9ebcb1be94..d1d11ea9c2e46065fa4ecb09aafef1d6a6df25a4 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -1,16 +1,16 @@
 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.7.1
-Release:       1
+Version:       7.8
+Release:       2
 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}-%{version}.tar.gz
+Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.gz
 URL:           http://curl.haxx.se/
-%{!?bcond_off_ssl:BuildRequires:       openssl-devel}
+%{!?_without_ssl:BuildRequires:        openssl-devel >= 0.9.6a}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -67,11 +67,12 @@ Static version of curl library.
 Statyczna wersja biblioteki curl.
 
 %prep
-%setup -q 
+%setup -q
 
 %build
 %configure \
-       %{!?bcond_off_ssl:--with-ssl=/usr}
+%{!?_without_ssl:--with-ssl=%{_prefix}} \
+       --with-ipv6
 
 %{__make} 
 
@@ -97,6 +98,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
 %{_mandir}/man3/*
This page took 0.044273 seconds and 4 git commands to generate.