rpms/midori/F-7 midori.spec,1.1,1.2

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Wed Apr 16 00:24:48 UTC 2008


Author: pgordon

Update of /cvs/pkgs/rpms/midori/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20304/F-7

Modified Files:
	midori.spec 
Log Message:
Rebuild for updated WebKit packages.


Index: midori.spec
===================================================================
RCS file: /cvs/pkgs/rpms/midori/F-7/midori.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- midori.spec	7 Mar 2008 22:01:17 -0000	1.1
+++ midori.spec	16 Apr 2008 00:24:11 -0000	1.2
@@ -1,10 +1,10 @@
 ## Dependency: WebKit SVN 29723+
 ## This is the EVR for its sufficient Fedora package.
-%global	webkit_min_version	1.0.0-0.6.svn30667
+%global	webkit_min_version	1.0.0-0.8.svn31787
 
 Name:		midori
 Version:	0.0.17
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A lightweight GTK+ web browser 
 
 Group:		Applications/Internet
@@ -17,6 +17,7 @@
 
 BuildRequires:	WebKit-gtk-devel >= %{webkit_min_version}  
 BuildRequires:	libsexy-devel
+BuildRequires:	libtool
 BuildRequires:	libxml2-devel
 BuildRequires:	desktop-file-utils
 
@@ -40,6 +41,10 @@
 %prep
 %setup -q
 chmod a-x src/main.c
+## Fixes for transition from qmake- to autotools-based WebKit GTK+ build.
+sed -i -e 's!WebKitGtk!webkit-1.0!g' configure*
+grep '<webkit.h>' -r . --files-with-matches	\
+	| xargs -n 1 sed -i -e 's!<webkit\.h>!<webkit\/webkit.h>!g'
 
 
 %build
@@ -69,6 +74,9 @@
 
 
 %changelog
+* Mon Apr 13 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.17-3
+- Rebuild for updated WebKit library so-name and include directory.
+
 * Mon Mar 03 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.17-2
 - Cleanups from review (bug 435661):
   (1) Fix consistency of tabs/spaces usage.
@@ -76,4 +84,4 @@
   (3) Add desktop-file-utils build dependency.
 
 * Sun Mar 02 2008 Peter Gordon <peter at thecodergeek.com> - 0.0.17-1
-- Initial packaging for Fedora.
\ No newline at end of file
+- Initial packaging for Fedora.




More information about the fedora-extras-commits mailing list