From: Artur Frysiak Date: Wed, 4 Aug 1999 17:22:28 +0000 (+0000) Subject: - fixed permision to *.la and *.a files X-Git-Tag: gd-1_6_3-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgd.git;a=commitdiff_plain;h=ba5e3e71f65512af0ae65634929fb21b0e405a30 - fixed permision to *.la and *.a files Changed files: gd.spec -> 1.22 --- diff --git a/gd.spec b/gd.spec index 6c2df76..dbaeb18 100644 --- a/gd.spec +++ b/gd.spec @@ -78,9 +78,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc index.html.gz %attr(755,root,root) %{_libdir}/*.so -%attr(644,root,root) %{_libdir}/libgd.la +%attr(755,root,root) %{_libdir}/libgd.la %{_includedir}/* %files static %defattr(644,root,root,755) -%attr(644,root,root) %{_libdir}/*.a +%{_libdir}/*.a