]> git.pld-linux.org Git - packages/gtk-webkit.git/commitdiff
- actually use the correct include dir auto/th/gtk-webkit-1_0_0-0_r30053_2
authorPatryk Zawadzki <patrys@room-303.com>
Thu, 7 Feb 2008 22:41:21 +0000 (22:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtk-webkit.spec -> 1.20

gtk-webkit.spec

index 20474eb6822d461a5e16c576dfda441ea777157b..21f975ae98ca7506b2185a53f9840b128f43a762 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Port of WebKit embeddable web component to GTK+
 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
@@ -58,7 +58,7 @@ Pliki programistyczne webkit.
 
 %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
 
@@ -82,5 +82,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libWebKitGtk.so
 %{_libdir}/libWebKitGtk.prl
-%{_includedir}/WebKit
+%{_includedir}/webkit
 %{_pkgconfigdir}/WebKitGtk.pc
This page took 0.135254 seconds and 4 git commands to generate.