]> git.pld-linux.org Git - packages/gd.git/commitdiff
- added missing %attr in %files.
authorkloczek <kloczek@pld-linux.org>
Thu, 29 Oct 1998 22:37:06 +0000 (22:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gd.spec -> 1.2

gd.spec

diff --git a/gd.spec b/gd.spec
index 06321ca9e83ab20fcb1134efbda598868263e45c..2196dcadff327d5840cb3fc63cdd47bfe0d72881 100644 (file)
--- a/gd.spec
+++ b/gd.spec
@@ -45,11 +45,12 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %files
-/usr/lib/*.so.*
+%attr(755, root, root) /usr/lib/*.so.*
 
 %files devel
+%defattr(644, root, root, 755)
 %doc readme.txt index.html
-/usr/lib/*.so
+%attr(755, root, root) /usr/lib/*.so
 /usr/include/*
 
 %changelog
This page took 0.118708 seconds and 4 git commands to generate.