SUNWgnutls.spec
changeset 12647 3ec700becb40
parent 12643 244eb2ad1169
child 12745 ee663732c37f
--- a/SUNWgnutls.spec	Thu Jun 12 07:35:58 2008 +0000
+++ b/SUNWgnutls.spec	Thu Jun 12 08:11:09 2008 +0000
@@ -100,7 +100,9 @@
 
 %clean
 rm -rf $RPM_BUILD_ROOT
+
 %files
+%defattr (-, root, bin)
 %dir %attr (0755, root, bin) %{_libdir}
 %{_libdir}/lib*.so*
 %ifarch amd64 sparcv9
@@ -134,7 +136,9 @@
 
 %changelog
 * Thu Jun 12 2008 - [email protected]
-  Don't ship files that under GPLv3 which include some command tools and
+- Fix attr error.
+* Thu Jun 12 2008 - [email protected]
+- Don't ship files that under GPLv3 which include some command tools and
   header files.
 * Thu Apr 26 2007 - [email protected]
 - set CXX to $CXX -norunpath because libtool swallows this option sometimes