]> git.pld-linux.org Git - packages/dotnet-gtk-sharp2.git/blobdiff - dotnet-gtk-sharp2.spec
- noted download URL
[packages/dotnet-gtk-sharp2.git] / dotnet-gtk-sharp2.spec
index 03287beebfe39a61619a26672c0012932cd70b2c..371a99995e7c1200ee8a4c5f67c32afa7638ac0a 100644 (file)
@@ -3,14 +3,15 @@
 %include       /usr/lib/rpm/macros.mono
 #
 Summary:       .NET language bindings for GTK+
-Summary(pl):   Wi±zania GTK+ dla .NET
+Summary(pl.UTF-8):     Wiązania GTK+ dla .NET
 Name:          dotnet-gtk-sharp2
-Version:       2.9.0
+Version:       2.10.2
 Release:       1
 License:       LGPL
-Group:         Development/Libraries
-Source0:       http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.9//gtk-sharp-%{version}.tar.bz2
-# Source0-md5: 06228185cdbd34e033817940361e143f
+Group:         Libraries
+#Source0Download: http://go-mono.com/sources-stable/
+Source0:       http://go-mono.com/sources/gtk-sharp210/gtk-sharp-%{version}.tar.bz2
+# Source0-md5: 7d509a677c58b2e6a8c85db51d0b1451
 Patch0:                %{name}-destdir.patch
 Patch1:                %{name}-mint.patch
 URL:           http://gtk-sharp.sourceforge.net/
@@ -25,25 +26,26 @@ BuildRequires:      ncurses-devel
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(monoautodeps)
 BuildRequires: rpm-perlprov
-Requires:      gtk+2 >= 2:2.10.1
+Requires:      gtk+2 >= 2:2.10.13
 Requires:      libglade2 >= 1:2.6.0
 Requires:      mono >= 1.1.16.1
 Obsoletes:     gtk-sharp2
+ExclusiveArch: %{ix86} %{x8664} arm hppa ia64 ppc s390 s390x sparc sparcv9 sparc64
 ExcludeArch:   i386
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This package provides bindings for .NET to GTK+ libraries.
 
-%description -l pl
-Pakiet ten dostarcza wi±zania dla .NET do bibliotek z GTK+.
+%description -l pl.UTF-8
+Pakiet ten dostarcza wiązania dla .NET do bibliotek z GTK+.
 
 %package devel
 Summary:       Development part of GTK#
-Summary(pl):   Czê¶æ dla programistów GTK#
+Summary(pl.UTF-8):     Część dla programistów GTK#
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      monodoc
+Requires:      monodoc >= 1.1.16
 Requires:      which
 Obsoletes:     gtk-sharp2-devel
 
@@ -51,20 +53,20 @@ Obsoletes:  gtk-sharp2-devel
 Tools (C source parser and C# code generator) and documentation for
 developing applications using GTK#.
 
-%description devel -l pl
-Narzêdzia (parser kodu C oraz generator kodu C#) i dokumentacja
-potrzebne przy tworzeniu aplikacji korzystaj±cych z GTK#.
+%description devel -l pl.UTF-8
+Narzędzia (parser kodu C oraz generator kodu C#) i dokumentacja
+potrzebne przy tworzeniu aplikacji korzystających z GTK#.
 
 %package static
 Summary:       Static gtk-sharp libraries
-Summary(pl):   Biblioteki statyczne gtk-sharp
+Summary(pl.UTF-8):     Biblioteki statyczne gtk-sharp
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static gtk-sharp libraries.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Biblioteki statyczne gtk-sharp.
 
 %prep
@@ -79,7 +81,7 @@ Biblioteki statyczne gtk-sharp.
 %{__automake}
 %{__autoconf}
 %configure
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.037099 seconds and 4 git commands to generate.