]> git.pld-linux.org Git - packages/dotnet-gtk-sharp2.git/commitdiff
- use gtkhtml >= 3.8.0 auto/ac/dotnet-gtk-sharp2-2_5_90-2
authorpaladine <paladine@pld-linux.org>
Thu, 8 Sep 2005 08:43:48 +0000 (08:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 2

Changed files:
    dotnet-gtk-sharp2.spec -> 1.4

dotnet-gtk-sharp2.spec

index 4c98dcc34b69890bf959acf9d730917fd1866b06..1e9e9e1e85d61498db2b8c4219b5dd1a5d5ba612 100644 (file)
@@ -2,15 +2,15 @@
 # Conditional build:
 %bcond_without gnome   # don't build GNOME (and dependent) bindings
 #
-%define                gtkhtml_soversion       %(/bin/ls %{_libdir}/libgtkhtml-3.6.so.* 2>/dev/null | /usr/bin/head -n 1 | /bin/awk '{ split($1,v,"."); print v[4]; }')
-%define                gtkhtml_version         %(if [ -e /usr/bin/pkg-config ]; then /usr/bin/pkg-config --modversion libgtkhtml-3.6 2>/dev/null || echo 0; else echo 0; fi)
+%define                gtkhtml_soversion       %(/bin/ls %{_libdir}/libgtkhtml-3.8.so.* 2>/dev/null | /usr/bin/head -n 1 | /bin/awk '{ split($1,v,"."); print v[4]; }')
+%define                gtkhtml_version         %(if [ -e /usr/bin/pkg-config ]; then /usr/bin/pkg-config --modversion libgtkhtml-3.8 2>/dev/null || echo 0; else echo 0; fi)
 %include       /usr/lib/rpm/macros.perl
 %include       /usr/lib/rpm/macros.mono
 Summary:       .NET language bindings for GTK+ and GNOME
 Summary(pl):   Wi±zania GTK+ oraz GNOME dla .NET
 Name:          dotnet-gtk-sharp2
 Version:       2.5.90
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Development/Libraries
 Source0:       http://www.go-mono.com/sources/gtk-sharp-2.0/gtk-sharp-%{version}.tar.gz
@@ -34,7 +34,7 @@ BuildRequires:        rpmbuild(monoautodeps)
 BuildRequires: rpm-perlprov
 %if %{with gnome}
 BuildRequires: gnome-panel-devel >= 2.10.0
-BuildRequires: gtkhtml-devel >= 3.6.2
+BuildRequires: gtkhtml-devel >= 3.8.0
 BuildRequires: libgnomecanvas-devel >= 2.4.0
 %{?with_gda:BuildRequires:     libgnomedb-devel >= 1.0.0}
 BuildRequires: libgnomeprintui-devel >= 2.4.0
This page took 0.153073 seconds and 4 git commands to generate.