rpms/gtk-sharp2/devel gtk-sharp2.spec,1.32,1.33

Xavier LAMIEN (laxathom) fedora-extras-commits at redhat.com
Mon Jul 14 11:57:43 UTC 2008


Author: laxathom

Update of /cvs/pkgs/rpms/gtk-sharp2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32542

Modified Files:
	gtk-sharp2.spec 
Log Message:
Fix/Update libdir on GACUTIL & monodoc


Index: gtk-sharp2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk-sharp2/devel/gtk-sharp2.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- gtk-sharp2.spec	14 Jul 2008 10:05:25 -0000	1.32
+++ gtk-sharp2.spec	14 Jul 2008 11:56:44 -0000	1.33
@@ -1,6 +1,6 @@
 Name:           gtk-sharp2
 Version:        2.12.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GTK+ and GNOME bindings for Mono
 
 Group:          System Environment/Libraries
@@ -13,7 +13,7 @@
 Patch2: gtk-sharp2-2.10.3-libdir.patch
 Patch3: gtk-sharp-2.8.2-docfix.patch
 #Patch4: gtk-sharp2-2.10.3-assemblydir.patch
-Patch5: gtk-sharp2-2.12.0-monodoc.patch
+#Patch5: gtk-sharp2-2.12.0-monodoc.patch
 
 BuildRequires:  mono-devel gtk2-devel libglade2-devel
 BuildRequires:  automake, libtool
@@ -64,11 +64,13 @@
 %patch2 -p1 -b .libdir
 %patch3 -p1 -b .docfix
 #%patch4 -p1 -b .assemblydir
-%patch5 -p1 -b .monodoc
+#%patch5 -p1 -b .monodoc
 
 # Fix assembly libdir
-sed -i 's|$(prefix)/lib|%{_libdir}|g' parser/Makefile.* \
-                                      generator/Makefile.*
+sed -i 's|$(prefix)/lib|%{_libdir}|g' parser/Makefile.in \
+                                      generator/Makefile.in \
+					doc/Makefile.* \
+					configure.in
 
 %build
 #autoreconf --force --install
@@ -126,6 +128,9 @@
 %{_libdir}/monodoc
 
 %changelog
+* Mon Jul 14 2008 Xavier Lamien <lxtnow[at]gmail.com> - 2.12.1-3
+- Fix/Update libdir on GACUTIL & monodoc.
+
 * Mon Jul 14 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.12.1-2
 - Rebuild for fixed RPM for mono provides.
 




More information about the scm-commits mailing list