2008-08-22 Dave Lin <[email protected]>
authordavelam
Fri, 22 Aug 2008 06:20:47 +0000
changeset 13245 fb91dd763326
parent 13244 fa0a3ed345ec
child 13246 6d8d52b1e405
2008-08-22 Dave Lin <[email protected]> * SUNWlibcroco.spec: Fixed /usr/lib/amd64/pkgconfig attribute issue.
ChangeLog
SUNWlibcroco.spec
--- a/ChangeLog	Fri Aug 22 06:16:23 2008 +0000
+++ b/ChangeLog	Fri Aug 22 06:20:47 2008 +0000
@@ -1,3 +1,7 @@
+2008-08-22  Dave Lin <[email protected]>
+
+	* SUNWlibcroco.spec: Fixed /usr/lib/amd64/pkgconfig attribute issue.
+
 2008-08-22  Dave Lin <[email protected]>
 
 	* SUNWpangomm.spec: Fixed /usr/share attribute issue.
--- a/SUNWlibcroco.spec	Fri Aug 22 06:16:23 2008 +0000
+++ b/SUNWlibcroco.spec	Fri Aug 22 06:20:47 2008 +0000
@@ -86,6 +86,7 @@
 %{_bindir}/croco-*-config
 %dir %attr (0755, root, bin) %{_libdir}
 %dir %attr (0755, root, other) %{_libdir}/pkgconfig
+%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
 %{_libdir}/pkgconfig/*
 %ifarch amd64 sparcv9
 %dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
@@ -93,6 +94,8 @@
 %endif
 
 %changelog
+* Fri Aug 22 2008 - [email protected]
+- Fixed /usr/lib/amd64/pkgconfig attribute issue.
 * Thu Aug 21 2008 - [email protected]
 - add 64-bit build, needed for the 64-bit librsvg
 * Wed May 07 2008 - [email protected]