|
@@ -2,20 +2,22 @@
|
|
|
%define _name gtk-sharp
|
|
|
Name: gtk-sharp2
|
|
|
Version: 2.12.10
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
Summary: GTK+ bindings for Mono
|
|
|
Summary(ja): Mono 用 GTK+ バインディング
|
|
|
-Group: Development/Libraries
|
|
|
+Group: System Environment/Libraries
|
|
|
License: LGPL
|
|
|
URL: http://gtk-sharp.sf.net
|
|
|
Source: http://ftp.gnome.org/pub/gnome/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
|
|
|
Patch1: gtk-sharp2-vtelibs.patch
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
-BuildRequires: mono-devel gtk2-devel libart_lgpl-devel
|
|
|
-BuildRequires: gnome-vfs2-devel libgnomecanvas-devel libgnomeui-devel
|
|
|
-BuildRequires: libglade2-devel librsvg2-devel gtkhtml3-devel
|
|
|
-BuildRequires: vte-devel
|
|
|
-BuildRequires: libgnomeprintui-devel
|
|
|
+BuildRequires: mono-devel
|
|
|
+BuildRequires: monodoc
|
|
|
+BuildRequires: glib2-devel >= 2.12.0
|
|
|
+BuildRequires: pango-devel
|
|
|
+BuildRequires: atk-devel
|
|
|
+BuildRequires: gtk2-devel >= 2.12.0
|
|
|
+BuildRequires: libglade2-devel
|
|
|
BuildRequires: automake, libtool
|
|
|
# Mono only availible on these:
|
|
|
ExclusiveArch: %{ix86} x86_64 ppc ia64 armv4l sparc s390 s390x
|
|
@@ -115,6 +117,9 @@ mv $RPM_BUILD_ROOT%{mono_dir}/gtk-sharp $RPM_BUILD_ROOT%{mono_dir}/gtk-sharp-2.0
|
|
|
%{_prefix}/share/gapi-2.0
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Apr 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.10-2
|
|
|
+- updated build dependencies
|
|
|
+
|
|
|
* Thu Apr 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.12.10-1
|
|
|
- updated gtk-sharp to 2.12.10
|
|
|
|