rpms/gnome-sharp/devel gnome-sharp.spec,1.4,1.5

Xavier LAMIEN (laxathom) fedora-extras-commits at redhat.com
Tue Jul 10 14:39:31 UTC 2007


Author: laxathom

Update of /cvs/pkgs/rpms/gnome-sharp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24497/devel

Modified Files:
	gnome-sharp.spec 
Log Message:

Updated files.



Index: gnome-sharp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-sharp/devel/gnome-sharp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-sharp.spec	21 Aug 2006 19:04:46 -0000	1.4
+++ gnome-sharp.spec	10 Jul 2007 14:38:58 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           gnome-sharp
 Version:        2.16.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GTK+ and GNOME bindings for Mono
 
 Group:          System Environment/Libraries
@@ -10,6 +10,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch1: gnome-sharp-2.15.0-libdir.patch
+Patch2:	%{name}-2.16.0-automake-1.10.patch
 
 BuildRequires:  mono-devel gtk2-devel libart_lgpl-devel gnome-vfs2-devel libgnomecanvas-devel libgnomeui-devel
 BuildRequires:  gtk-sharp2-devel >= 2.10.0
@@ -41,9 +42,11 @@
 %prep
 %setup -n gnome-sharp-%{version}
 %patch1 -p1 -b .libdir
+%patch2 -p1 -b .automake-1.10
 
 %build
 autoreconf --force --install
+aclocal
 
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
 %configure
@@ -76,6 +79,9 @@
 %{_libdir}/pkgconfig/*-sharp-2.0.pc
 
 %changelog
+* Wed Jul 10 2007 Xavier Lamien < lxtnow[at]gmail.com > - 2.16.0-2
+- Fixed build with automake-1.10 [bug #247592].
+
 * Mon Aug 21 2006 Matthias Clasen <mclasen at redhat.com> - 2.16.0-1.fc6
 - Update to 2.16.0
 




More information about the scm-commits mailing list