]> git.pld-linux.org Git - packages/fnlib.git/commitdiff
- modyfications for using neew rpm automation.
authorkloczek <kloczek@pld-linux.org>
Sun, 12 Nov 2000 20:11:54 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fnlib.spec -> 1.29

fnlib.spec

index a84515c8a1db5338854677706f8a758df2173ace..24985b80345530ff2ebd75e2574f0fa1286ea8c0 100644 (file)
@@ -52,7 +52,6 @@ Biblioteki statyczne fnlib.
 %setup -q
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure
 
 %{__make} fontsdir=%{_datadir}/fnlib_fonts
@@ -61,9 +60,7 @@ LDFLAGS="-s"; export LDFLAGS
 rm -rf $RPM_BUILD_ROOT
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
-
-gzip -9nf {README,doc/fontinfo.README}
+gzip -9nf README doc/fontinfo.README
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
This page took 0.094553 seconds and 4 git commands to generate.