]> git.pld-linux.org Git - packages/dotnet-webkitgtk-sharp.git/commitdiff
fix .pc file path
authorElan Ruusamäe <glen@delfi.ee>
Sun, 13 Jul 2014 08:48:26 +0000 (11:48 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 13 Jul 2014 08:48:26 +0000 (11:48 +0300)
dotnet-webkitgtk-sharp.spec
pkgconfig.patch [new file with mode: 0644]

index 1a6ba0d0d082adf109f18e89ebd4db638fef4fcc..10b1f3d0d416fab95511be3303fbcacf2a05b211 100644 (file)
@@ -13,11 +13,12 @@ Summary:    C# bindings for WebKitGTK+ 3.0 using GObject Introspection
 Summary(pl.UTF-8):     WebKit# - wiązanie WebKit dla Mono
 Name:          dotnet-webkitgtk-sharp
 Version:       2.0.0
-Release:       0.1
+Release:       0.2
 License:       X11/MIT
 Group:         Libraries
 Source0:       https://github.com/xDarkice/webkitgtk-sharp/releases/download/%{version}/webkitgtk-sharp-%{version}.tar.gz
 # Source0-md5: 259d1b85975a93b878fa1bdc4254e83f
+Patch0:                pkgconfig.patch
 URL:           https://github.com/xDarkice/webkitgtk-sharp/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -48,7 +49,7 @@ Ten pakiet dostarcza dowiązań Mono do bibliotek WebKit.
 Summary:       WebKit# development files
 Summary(pl.UTF-8):     Pliki programistyczne WebKit#
 Group:         Development/Libraries
-Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      %{name} = %{version}-%{release}
 Requires:      monodoc >= 2.6
 
 %description devel
@@ -59,6 +60,7 @@ Pliki programistyczne WebKit#.
 
 %prep
 %setup -q -n webkitgtk-sharp-%{version}
+%patch0 -p1
 
 %{__sed} -i -e '/SUBDIRS/ s/doc//' Makefile.am
 
diff --git a/pkgconfig.patch b/pkgconfig.patch
new file mode 100644 (file)
index 0000000..f757077
--- /dev/null
@@ -0,0 +1,10 @@
+--- webkitgtk-sharp-2.0.0/webkitgtk-sharp-3.0.pc.in~   2014-06-15 23:34:26.000000000 +0300
++++ webkitgtk-sharp-2.0.0/webkitgtk-sharp-3.0.pc.in    2014-07-13 11:46:01.995768737 +0300
+@@ -1,6 +1,6 @@
+ prefix=@prefix@
+ exec_prefix=${prefix}
+-libdir=@libdir@
++libdir=${exec_prefix}/lib
+ Name: @ASSEMBLY_TITLE@
+ Description: @ASSEMBLY_DESCRIPTION@
This page took 0.067563 seconds and 4 git commands to generate.