]> git.pld-linux.org Git - packages/w3c-libwww.git/commitdiff
- release 6.
authorkloczek <kloczek@pld-linux.org>
Wed, 6 Sep 2000 08:15:55 +0000 (08:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    w3c-libwww.spec -> 1.9

w3c-libwww.spec

index 0ada637c2eae2e8a4592b6ccba75a3b220c9d08d..d383c8242c4b0a3d463105cf42a198de8b5356f2 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       HTTP library of common code
 Name:          w3c-libwww
 Version:       5.2.8
-Release:       5
+Release:       6
 Copyright:     W3C (see: http://www.w3.org/Consortium/Legal/copyright-software.html)
 Group:         Libraries
+Group(pl):     Biblioteki
 Source0:       http://www.w3.org/Library/Distribution/%{name}-%{version}.tar.gz
-Patch0:                w3c-libwww-DESTDIR.patch
+Patch0:                %{name}-DESTDIR.patch
 URL:           http://www.w3.org/Library
 Icon:          Lib48x.gif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -62,7 +63,6 @@ Currently unavailable until someone updates it to some new interfaces.
 
 %build
 automake
-LDFLAGS="-s"; export LDFLAGS
 %configure \
        --enable-shared \
        --with-gnu-ld \
@@ -73,9 +73,10 @@ LDFLAGS="-s"; export LDFLAGS
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.036682 seconds and 4 git commands to generate.