From e7291ca97a7a9a28dd835bdaf71855368c09a113 Mon Sep 17 00:00:00 2001 From: chkr Date: Apr 01 2010 22:33:56 +0000 Subject: - Update to new upstream version - Minor spec file cleanup --- diff --git a/.cvsignore b/.cvsignore index 6c5639d..e06f92d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gtk-sharp-2.12.9.tar.bz2 +gtk-sharp-2.12.10.tar.bz2 diff --git a/gtk-sharp2.spec b/gtk-sharp2.spec index 2cec0fe..000bf9f 100644 --- a/gtk-sharp2.spec +++ b/gtk-sharp2.spec @@ -1,16 +1,15 @@ Name: gtk-sharp2 -Version: 2.12.9 +Version: 2.12.10 Release: 1%{?dist} Summary: GTK+ and GNOME bindings for Mono Group: System Environment/Libraries License: LGPLv2+ -URL: http://gtk-sharp.sf.net -Source0: http://go-mono.com/sources/gtk-sharp2/gtk-sharp-%{version}.tar.bz2 +URL: http://www.mono-project.com/GtkSharp +Source0: http://ftp.novell.com/pub/mono/sources/gtk-sharp212/gtk-sharp-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Patch0: gtk-sharp2-2.10.3-libdir.patch -Patch1: gtksharp-2129-docfix.patch +Patch0: gtk-sharp2-2.10.3-libdir.patch +Patch1: gtksharp-2129-docfix.patch BuildRequires: mono-devel gtk2-devel libglade2-devel BuildRequires: automake, libtool @@ -37,7 +36,7 @@ glib and GObject. Some examples of libraries currently bound using the GAPI tools and found in Gtk# include Gtk, Atk, Pango, Gdk. %package devel -Summary: files needed for developing with gtk-sharp2 +Summary: Files needed for developing with gtk-sharp2 Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig @@ -62,8 +61,10 @@ This package provides the Gtk# documentation for monodoc. # Fix assembly libdir sed -i 's|$(prefix)/lib|%{_libdir}|g' parser/Makefile.in \ generator/Makefile.in \ - doc/Makefile.* \ - configure.in + doc/Makefile.* \ + configure.in +# Fix permissions of source files +find -name '*.c' -exec chmod a-x {} \; %build #autoreconf --force --install @@ -121,6 +122,10 @@ cp -R doc/en $RPM_BUILD_ROOT%{_libdir}/monodoc/sources/gtk-sharp-docs %{_libdir}/monodoc %changelog +* Fri Apr 02 2010 Christian Krause - 2.12.10-1 +- Update to new upstream version +- Minor spec file cleanup + * Wed Sep 09 2009 Paul F. Johnson 2.12.9-1 - Bump to newer version - Fixed doc patch @@ -177,7 +182,7 @@ cp -R doc/en $RPM_BUILD_ROOT%{_libdir}/monodoc/sources/gtk-sharp-docs * Mon Mar 03 2008 Xavier Lamien - 2.10.3-2 - Fixed Assembly_dir on Rawhide (bug #434286). -* Wed Feb 27 2008 Xavier Lamien - 2.10.3-1 +* Wed Feb 27 2008 Xavier Lamien - 2.10.3-1 - Updated Release. - Updated -libdir.patch against new release. diff --git a/sources b/sources index 628e337..d3c3f5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2619f6cbba514f10582f8961ed84063b gtk-sharp-2.12.9.tar.bz2 +9e4265f9b2129047381e497a1e2ca004 gtk-sharp-2.12.10.tar.bz2