SPECS: gtk-webkit.spec - actually use the correct include dir
patrys
patrys at pld-linux.org
Thu Feb 7 23:41:27 CET 2008
Author: patrys Date: Thu Feb 7 22:41:27 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- actually use the correct include dir
---- Files affected:
SPECS:
gtk-webkit.spec (1.19 -> 1.20)
---- Diffs:
================================================================
Index: SPECS/gtk-webkit.spec
diff -u SPECS/gtk-webkit.spec:1.19 SPECS/gtk-webkit.spec:1.20
--- SPECS/gtk-webkit.spec:1.19 Thu Feb 7 22:47:29 2008
+++ SPECS/gtk-webkit.spec Thu Feb 7 23:41:21 2008
@@ -5,7 +5,7 @@
Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+
Name: gtk-webkit
Version: 1.0.0
-Release: 0.%{snap}.1
+Release: 0.%{snap}.2
License: BSD-like
Group: X11/Libraries
Source0: http://nightly.webkit.org/files/trunk/src/WebKit-%{snap}.tar.bz2
@@ -59,7 +59,7 @@
%build
WebKitTools/Scripts/build-webkit --gtk \
- --qmakearg=WEBKIT_INC_DIR=%{_includedir}/WebKit \
+ --qmakearg=WEBKIT_INC_DIR=%{_includedir}/webkit \
--qmakearg=WEBKIT_LIB_DIR=%{_libdir} \
--qmake=qmake-qt4
@@ -83,7 +83,7 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libWebKitGtk.so
%{_libdir}/libWebKitGtk.prl
-%{_includedir}/WebKit
+%{_includedir}/webkit
%{_pkgconfigdir}/WebKitGtk.pc
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -92,6 +92,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2008-02-07 22:41:21 patrys
+- actually use the correct include dir
+
Revision 1.19 2008-02-07 21:47:29 patrys
- r30053
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gtk-webkit.spec?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list