|
@@ -1,14 +1,14 @@
|
|
%define mono_dir %(/usr/bin/monodir)
|
|
%define mono_dir %(/usr/bin/monodir)
|
|
%define _name gtk-sharp
|
|
%define _name gtk-sharp
|
|
Name: gtk-sharp2
|
|
Name: gtk-sharp2
|
|
-Version: 2.12.10
|
|
+Version: 2.12.21
|
|
-Release: 6%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Summary: GTK+ bindings for Mono
|
|
Summary: GTK+ bindings for Mono
|
|
Summary(ja): Mono 用 GTK+ バインディング
|
|
Summary(ja): Mono 用 GTK+ バインディング
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPL
|
|
License: LGPL
|
|
URL: http://gtk-sharp.sf.net
|
|
URL: http://gtk-sharp.sf.net
|
|
-Source: http://ftp.gnome.org/pub/gnome/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
|
|
+Source: http://ftp.gnome.org/pub/gnome/sources/%{_name}/2.12/%{_name}-%{version}.tar.gz
|
|
Patch1: gtk-sharp2-vtelibs.patch
|
|
Patch1: gtk-sharp2-vtelibs.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: mono-devel
|
|
BuildRequires: mono-devel
|
|
@@ -19,16 +19,22 @@ BuildRequires: atk-devel
|
|
BuildRequires: gtk2-devel >= 2.12.0
|
|
BuildRequires: gtk2-devel >= 2.12.0
|
|
BuildRequires: libglade2-devel
|
|
BuildRequires: libglade2-devel
|
|
BuildRequires: automake, libtool
|
|
BuildRequires: automake, libtool
|
|
|
|
+
|
|
|
|
+BuildRequires: nkf
|
|
|
|
+
|
|
# Mono only availible on these:
|
|
# Mono only availible on these:
|
|
ExclusiveArch: %{ix86} x86_64 ppc ia64 armv4l sparc s390 s390x
|
|
ExclusiveArch: %{ix86} x86_64 ppc ia64 armv4l sparc s390 s390x
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
%description
|
|
%description
|
|
This package provides a library that allows you to build
|
|
This package provides a library that allows you to build
|
|
fully native graphical GNOME applications using Mono. Gtk#
|
|
fully native graphical GNOME applications using Mono. Gtk#
|
|
is a binding to GTK+, the cross platform user interface
|
|
is a binding to GTK+, the cross platform user interface
|
|
toolkit used in GNOME. It includes bindings for Gtk, Atk,
|
|
toolkit used in GNOME. It includes bindings for Gtk, Atk,
|
|
Pango, Gdk, libgnome, libgnomeui and libgnomecanvas. Gtk#
|
|
Pango, Gdk, libgnome, libgnomeui and libgnomecanvas. Gtk#
|
|
-2.4.x binds GTK+ 2.4.
|
|
+2.12.x binds GTK+ 2.12.
|
|
|
|
|
|
%package gapi
|
|
%package gapi
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
@@ -72,6 +78,14 @@ make install DESTDIR=$RPM_BUILD_ROOT GACUTIL_FLAGS="/package gtk-sharp /gacdir %
|
|
|
|
|
|
mv $RPM_BUILD_ROOT%{mono_dir}/gtk-sharp $RPM_BUILD_ROOT%{mono_dir}/gtk-sharp-2.0
|
|
mv $RPM_BUILD_ROOT%{mono_dir}/gtk-sharp $RPM_BUILD_ROOT%{mono_dir}/gtk-sharp-2.0
|
|
|
|
|
|
|
|
+for file in $RPM_BUILD_ROOT%{_bindir}/gapi2-codegen $RPM_BUILD_ROOT%{_bindir}/gapi2-fixup $RPM_BUILD_ROOT%{_bindir}/gapi2-parser
|
|
|
|
+do
|
|
|
|
+ mv $file $file.orig
|
|
|
|
+ nkf -w --unix $file.orig > $file
|
|
|
|
+ chmod 755 $file
|
|
|
|
+ rm $file.orig
|
|
|
|
+done
|
|
|
|
+
|
|
|
|
|
|
%clean
|
|
%clean
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
@@ -117,6 +131,9 @@ mv $RPM_BUILD_ROOT%{mono_dir}/gtk-sharp $RPM_BUILD_ROOT%{mono_dir}/gtk-sharp-2.0
|
|
%{_prefix}/share/gapi-2.0
|
|
%{_prefix}/share/gapi-2.0
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12.21-1
|
|
|
|
+- update to 2.12.21
|
|
|
|
+
|
|
* Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 2.12.10-6
|
|
* Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 2.12.10-6
|
|
- rebuilt with mono-2.10.1-3
|
|
- rebuilt with mono-2.10.1-3
|
|
|
|
|