Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c291694be2 | ||
|
|
183d556aa4 |
2 changed files with 20 additions and 2 deletions
8
webkit-sharp-0.3-dllmap.patch
Normal file
8
webkit-sharp-0.3-dllmap.patch
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
diff -up webkit-sharp-0.3/sources/webkit-sharp.dll.config.in.version webkit-sharp-0.3/sources/webkit-sharp.dll.config.in
|
||||||
|
--- webkit-sharp-0.3/sources/webkit-sharp.dll.config.in.version 2010-11-28 10:27:36.000000000 +0100
|
||||||
|
+++ webkit-sharp-0.3/sources/webkit-sharp.dll.config.in 2010-11-28 10:27:47.000000000 +0100
|
||||||
|
@@ -1,3 +1,3 @@
|
||||||
|
<configuration>
|
||||||
|
- <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@.2@LIB_SUFFIX@"/>
|
||||||
|
+ <dllmap dll="webkit-1.0" target="webkitgtk-1.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
|
||||||
|
</configuration>
|
||||||
|
|
@ -2,13 +2,15 @@
|
||||||
|
|
||||||
Name: webkit-sharp
|
Name: webkit-sharp
|
||||||
Version: 0.3
|
Version: 0.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}.1
|
||||||
Summary: .NET bindings for WebKit
|
Summary: .NET bindings for WebKit
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://ftp.novell.com/pub/mono/sources/webkit-sharp/
|
URL: http://ftp.novell.com/pub/mono/sources/webkit-sharp/
|
||||||
Source0: http://ftp.novell.com/pub/mono/sources/webkit-sharp/%{name}-%{version}.tar.bz2
|
Source0: http://ftp.novell.com/pub/mono/sources/webkit-sharp/%{name}-%{version}.tar.bz2
|
||||||
Patch0: webkit-sharp-0.3-libdir.patch
|
Patch0: webkit-sharp-0.3-libdir.patch
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=658502
|
||||||
|
Patch1: webkit-sharp-0.3-dllmap.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: webkitgtk
|
Requires: webkitgtk
|
||||||
BuildRequires: webkitgtk-devel
|
BuildRequires: webkitgtk-devel
|
||||||
|
|
@ -17,7 +19,7 @@ BuildRequires: gtk-sharp2-devel
|
||||||
BuildRequires: gtk-sharp2-gapi
|
BuildRequires: gtk-sharp2-gapi
|
||||||
BuildRequires: monodoc-devel
|
BuildRequires: monodoc-devel
|
||||||
|
|
||||||
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparcv9 alpha s390 s390x
|
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390 s390x
|
||||||
|
|
||||||
%description
|
%description
|
||||||
WebKit-sharp is .NET bindings for the WebKit rendering engine.
|
WebKit-sharp is .NET bindings for the WebKit rendering engine.
|
||||||
|
|
@ -36,6 +38,8 @@ Development files for WebKit-sharp
|
||||||
|
|
||||||
# patch for libdir madness
|
# patch for libdir madness
|
||||||
%patch0 -p1 -b .libdir
|
%patch0 -p1 -b .libdir
|
||||||
|
# update for new webkit library name
|
||||||
|
%patch1 -p1 -b .dllmap
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
|
@ -60,6 +64,12 @@ make DESTDIR=%{buildroot} install
|
||||||
%{_libdir}/monodoc/sources/webkit-sharp*
|
%{_libdir}/monodoc/sources/webkit-sharp*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 03 2011 Paul Whalen <paul.whalen@senecac.on.ca> - 0.3-2.1
|
||||||
|
- Added arm macro to ExclusiveArch
|
||||||
|
|
||||||
|
* Sat Nov 27 2010 Dan Horák <dan[at]danny.cz> - 0.3-1.1
|
||||||
|
- update dll mapping for new webkitgtk (#658502)
|
||||||
|
|
||||||
* Thu Dec 17 2009 Paul Lange <palango@gmx.de> - 0.3-1
|
* Thu Dec 17 2009 Paul Lange <palango@gmx.de> - 0.3-1
|
||||||
- Update to version 0.3
|
- Update to version 0.3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue