2008-09-03 Dave Lin <[email protected]>
authordavelam
Wed, 03 Sep 2008 04:31:44 +0000
changeset 13376 c7eaeece45f4
parent 13375 e7d500d90b6c
child 13377 2ed58e2cc4c8
2008-09-03 Dave Lin <[email protected]> * SUNWgnome-a11y-libs.spec: Add %defattr (-, root, bin) for "/usr/lib/amd/pkgconfig" dir, otherwise the pc files have "gbuild" ownership.
ChangeLog
SUNWgnome-a11y-libs.spec
--- a/ChangeLog	Tue Sep 02 16:15:27 2008 +0000
+++ b/ChangeLog	Wed Sep 03 04:31:44 2008 +0000
@@ -1,3 +1,9 @@
+2008-09-03  Dave Lin  <[email protected]>
+
+	* SUNWgnome-a11y-libs.spec: Add %defattr (-, root, bin) for
+	  "/usr/lib/amd/pkgconfig" dir, otherwise the pc files have
+	  "gbuild" ownership.
+
 2008-09-02  Christian Kelly  <[email protected]>
 
 	* base-specs/eog.spec: Bump to 2.23.91.
--- a/SUNWgnome-a11y-libs.spec	Tue Sep 02 16:15:27 2008 +0000
+++ b/SUNWgnome-a11y-libs.spec	Wed Sep 03 04:31:44 2008 +0000
@@ -532,6 +532,7 @@
 
 %files devel
 %ifarch amd64 sparcv9
+%defattr (-, root, bin)
 %dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
 %{_libdir}/%{_arch64}/pkgconfig/*
 %endif
@@ -556,6 +557,9 @@
 %endif
 
 %changelog
+* Wed Sep 03 2008 - [email protected]
+- Add %defattr (-, root, bin) for "/usr/lib/amd/pkgconfig" dir, otherwise
+  the pc files have "gbuild" ownership
 * Tue Aug 05 2008 - [email protected]
 - Add manpages.
 * Wed Jul 09 2008 - [email protected]