]> git.pld-linux.org Git - packages/file.git/commitdiff
- fix in %files (%defattr instead %attr), file-3_26-5
authorkloczek <kloczek@pld-linux.org>
Tue, 20 Apr 1999 03:35:12 +0000 (03:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added LDFLAGS="-s" to ./configure enviroment.

Changed files:
    file.spec -> 1.9

file.spec

index 65b9a8d81187046dcb1047dbdb80b871462455f2..cc58c82e184dc3134cdcafd8c0cee5c0aeb38047 100644 (file)
--- a/file.spec
+++ b/file.spec
@@ -64,7 +64,7 @@ install %{SOURCE1} ./Magdir/gimp
 install %{SOURCE2} ./Magdir/xdelta
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" \
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure \
        --prefix=/usr
 make LDFLAGS="-s"
@@ -80,7 +80,7 @@ gzip -9nf $RPM_BUILD_ROOT/usr/man/man{1,4}/*
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%attr(644,root,root,755)
+%defattr(644,root,root,755)
 %attr(755,root,root) /usr/bin/file
 /usr/share/magic
 /usr/man/man[14]/*
This page took 0.185609 seconds and 4 git commands to generate.