summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--curl.spec17
1 files changed, 11 insertions, 6 deletions
diff --git a/curl.spec b/curl.spec
index 670c3eb..230fba8 100644
--- a/curl.spec
+++ b/curl.spec
@@ -5,6 +5,7 @@ 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.nu/stuff/%{name}-%{version}.tar.gz
URL: http://curl.haxx.nu/
@@ -23,7 +24,7 @@ cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
Dict servers, using any of the supported protocols. cURL is designed
to work without user interaction or any kind of interactivity. cURL
offers many useful capabilities, like proxy support, user
-authentication, FTP upload, HTTP post, and file transfer resume.
+authentication, FTP upload, HTTP post, and file transfer resume.
%description -l pl
cURL jest narzędziem do ściągania plików o składni URL. Obsługuje FTP,
@@ -32,12 +33,13 @@ HTTP POST, HTTP PUT, załadowywanie (uploading) FTP, załadowywanie HTTP
oparte na formularzu, serwery proksy, ciasteczka, autoryzacja
użytkownik/hasło oraz wiele innych użytecznych sztuczek. Curla używa
się głównie wtedy, kiedy chce się automatycznie ściągnąć lub wysłać
-pliki z/na serwer używając jednego z dostępnych protokołów.
+pliki z/na serwer używając jednego z dostępnych protokołów.
%package devel
Summary: Header files and development documentation for curl library
Summary(pl): Pliki nagłówkowe i dokumentacja do biblioteki curl
Group: Development/Libraries
+Group(de): Entwicklung/Libraries
Group(fr): Development/Librairies
Group(pl): Programowanie/Biblioteki
Requires: %{name} = %{version}
@@ -47,8 +49,9 @@ Header files and development documentation for curl library.
%package static
Summary: Static version of curl library
-Summary(pl): Statyczna wersja biblioteki curl
+Summary(pl): Statyczna wersja biblioteki curl
Group: Development/Libraries
+Group(de): Entwicklung/Libraries
Group(fr): Development/Librairies
Group(pl): Programowanie/Biblioteki
Requires: %{name}-devel = %{version}
@@ -61,13 +64,15 @@ Static version of curl library
%setup -q
%build
-LDFLAGS="-s"; export LDFLAGS
-%configure --with-ssl=/usr
+%configure \
+ --with-ssl=/usr
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
gzip -9nf docs/{BUGS,RESOURCES,CONTRIBUTE,FEATURES,FAQ,INTERNALS,README*,TODO,TheArtOfHttpScripting}
%clean