]> git.pld-linux.org Git - packages/dotnet-gecko-sharp2.git/commitdiff
- added -libxul.patch auto/th/dotnet-gecko-sharp2-0_13-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 9 Jul 2008 15:17:42 +0000 (15:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    dotnet-gecko-sharp2.spec -> 1.17

dotnet-gecko-sharp2.spec

index 9f5b46236cb9e3d07ec05df0f17322f96ce39d54..884d3e33e5b3eb67dfe8ae28f3a2cc2d4ed58942 100644 (file)
@@ -3,13 +3,13 @@ Summary:      Gecko# - A Gtk# Mozilla binding
 Summary(pl.UTF-8):     Gecko# - wiązanie Gtk# dla Mozilli
 Name:          dotnet-gecko-sharp2
 Version:       0.13
-Release:       1
-Epoch:         0
+Release:       2
 License:       LGPL v2.1/MPL v1.1
 Group:         Libraries
 # 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
+Patch0:                %{name}-libxul.patch
 URL:           http://www.mono-project.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -21,9 +21,9 @@ BuildRequires:        pkgconfig
 BuildRequires: sed >= 4.0
 BuildConflicts:        gecko-sharp < 0.2
 %ifarch %{x8664} ia64 ppc64 s390x sparc64
-Requires:      libgtkembedmoz.so()(64bit)
+Requires:      libxul.so()(64bit)
 %else
-Requires:      libgtkembedmoz.so
+Requires:      libxul.so
 %endif
 ExcludeArch:   i386
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -48,6 +48,7 @@ Pliki programistyczne Gecko#.
 
 %prep
 %setup -q -n gecko-sharp-2.0-%{version}
+%patch0 -p1
 
 %build
 %{__aclocal}
This page took 0.07801 seconds and 4 git commands to generate.