rpms/gnome-sharp/F-9 gnome-sharp.spec,1.12,1.13

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Nov 20 09:09:40 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/gnome-sharp/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5575

Modified Files:
	gnome-sharp.spec 
Log Message:
* Thu Nov 20 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.16.1-3
- More fix about libdir issue on pkgconfig files



Index: gnome-sharp.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-sharp/F-9/gnome-sharp.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gnome-sharp.spec	22 Oct 2008 19:23:58 -0000	1.12
+++ gnome-sharp.spec	20 Nov 2008 09:09:09 -0000	1.13
@@ -43,8 +43,11 @@
 for writing gnome-sharp2 applications.
 
 %prep
-%setup -n gnome-sharp-%{version}
+%setup -q -n gnome-sharp-%{version}
 %patch1 -p1 -b .libdir
+# Need more fix...
+find . -name \*.pc.in | xargs \
+	sed -i -e 's|^libdir=.*|libdir=@libdir@|'
 # Added by upstream
 #%patch2 -p1 -b .automake-1.10
 %patch3 -p1 -b .gtkhtml3-3.14
@@ -88,6 +91,9 @@
 %{_libdir}/pkgconfig/gconf-sharp-peditors-2.0.pc
 
 %changelog
+* Thu Nov 20 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.16.1-3
+- More fix about libdir issue on pkgconfig files
+
 * Wed Oct 22 2008 Xavier Lamien <lxtnow[at]gmail.com> - 2.16.1-2
 - Rebuild against new gtk-sharp2.
 




More information about the fedora-extras-commits mailing list