]> git.pld-linux.org Git - packages/dotnet-gecko-sharp2.git/blobdiff - dotnet-gecko-sharp2.spec
- updated to 0.13
[packages/dotnet-gecko-sharp2.git] / dotnet-gecko-sharp2.spec
index d05cd230fa2b8deec038bb18b834c36a51a8a341..d5de26b748c06380146e349b8dfb0bbacc94e1d4 100644 (file)
@@ -2,13 +2,14 @@
 Summary:       Gecko# - A Gtk# Mozilla binding
 Summary(pl.UTF-8):     Gecko# - wiązanie Gtk# dla Mozilli
 Name:          dotnet-gecko-sharp2
-Version:       0.11
-Release:       6
+Version:       0.13
+Release:       1
 Epoch:         0
-License:       GPL
+License:       LGPL v2.1/MPL v1.1
 Group:         Libraries
-Source0:       http://go-mono.com/sources/gecko-sharp-2.0/gecko-sharp-2.0-%{version}.tar.gz
-# Source0-md5: 7362d710b7fe6a8b5f68a614279147de
+# latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/
+Source0:       http://ftp.novell.com/pub/mono/sources/gecko-sharp2/gecko-sharp-2.0-%{version}.tar.bz2
+# Source0-md5: f88eaa06e71f8d8fa34cf59a3e034a6b
 URL:           http://www.mono-project.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -53,14 +54,14 @@ Pliki programistyczne Gecko#.
 %{__autoconf}
 %{__automake}
 %configure
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       docdir=%{_libdir}/monodoc/sources \
+       monodocdir=%{_libdir}/monodoc/sources \
        pkgconfigdir=%{_pkgconfigdir}
 
 if ! pkg-config --exists mono; then
@@ -72,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc ChangeLog README
 %{_prefix}/lib/mono/gac/gecko-sharp
 
 %files devel
This page took 0.171858 seconds and 4 git commands to generate.