]> git.pld-linux.org Git - packages/gtk-webkit.git/blame - gtk-webkit.spec
- use proper qmake
[packages/gtk-webkit.git] / gtk-webkit.spec
CommitLineData
093f5867
PZ
1%define snap 20070810
2Summary: Port of WebKit embeddable web component to GTK+
3Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+
4Name: gtk-webkit
5Version: 0.0
6Release: 0.%{snap}.1
7License: BSD-like
8Group: X11/Libraries
9Source0: webkit-svn.tar.bz2
10# Source0-md5: f021365830e08bf10b3edb7d5a15bf3c
11Patch0: %{name}-qmake.patch
12URL: http://www.webkit.org/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: bison
16BuildRequires: curl-devel >= 7.11.0
17BuildRequires: flex
18BuildRequires: fontconfig-devel >= 1.0.0
19BuildRequires: gperf
20BuildRequires: libicu-devel
21BuildRequires: libjpeg-devel
22BuildRequires: libpng-devel
23BuildRequires: librsvg-devel >= 2.2.0
24BuildRequires: libtool >= 2:1.5
25BuildRequires: libxslt-devel
26BuildRequires: pkgconfig
27BuildRequires: qt4-qmake
28BuildRequires: sqlite3-devel
29BuildRequires: xorg-lib-libXft-devel >= 2.0.0
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33webkit is a port of the WebKit embeddable web component to GTK+.
34
35%description -l pl.UTF-8
36webkit to port osadzalnego komponentu WWW WebKit do GTK+.
37
38%package devel
39Summary: Development files for webkit
40Summary(pl.UTF-8): Pliki programistyczne webkit
41Group: X11/Development/Libraries
42Requires: curl-devel >= 7.11.0
43Requires: fontconfig-devel >= 1.0.0
44Requires: gtk-webcore-nrcore-libs-devel >= 0.5.3
45Requires: librsvg-devel >= 2.2.0
46Requires: xorg-lib-libXft-devel >= 2.0.0
47
48%description devel
49Development files for webkit.
50
51%description devel -l pl.UTF-8
52Pliki programistyczne webkit.
53
54%prep
55%setup -q -n webkit
56%patch0 -p1
57
58%build
59WebKitTools/Scripts/build-webkit --gdk
60
61%install
62rm -rf $RPM_BUILD_ROOT
63cd WebKitBuild/Release
64%{__make} install \
65 INSTALL_ROOT=$RPM_BUILD_ROOT
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%post -p /sbin/ldconfig
71%postun -p /sbin/ldconfig
72
73%files
74%defattr(644,root,root,755)
75%attr(755,root,root) %{_libdir}/libWebKitGdk.so.*.*.*
76
77%files devel
78%defattr(644,root,root,755)
79%attr(755,root,root) %{_libdir}/libWebKitGdk.so
80%{_libdir}/libWebKitGdk.prl
81%{_includedir}/qt4/WebKitGtk
82%{_pkgconfigdir}/WebKitGdk.pc
This page took 0.151439 seconds and 4 git commands to generate.