]> git.pld-linux.org Git - packages/gtk-webkit.git/blame - gtk-webkit.spec
- r32822
[packages/gtk-webkit.git] / gtk-webkit.spec
CommitLineData
83c17f84 1# TODO: optflags
6da5a15c 2%define snap r32822
093f5867
PZ
3Summary: Port of WebKit embeddable web component to GTK+
4Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+
5Name: gtk-webkit
0ebd4838 6Version: 1.0.0
6da5a15c 7Release: 0.%{snap}.1
093f5867
PZ
8License: BSD-like
9Group: X11/Libraries
489d25fa 10Source0: http://nightly.webkit.org/files/trunk/src/WebKit-%{snap}.tar.bz2
6da5a15c 11# Source0-md5: cccc825c505adfaa174da8d50e495896
093f5867
PZ
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
69b139d9 19BuildRequires: gnome-vfs2-devel
fb358f22 20BuildRequires: gperf
69b139d9
SS
21BuildRequires: gstreamer-devel >= 0.10
22BuildRequires: gstreamer-plugins-base-devel
093f5867
PZ
23BuildRequires: libicu-devel
24BuildRequires: libjpeg-devel
25BuildRequires: libpng-devel
26BuildRequires: librsvg-devel >= 2.2.0
8a5c1de2 27BuildRequires: libstdc++-devel
093f5867
PZ
28BuildRequires: libtool >= 2:1.5
29BuildRequires: libxslt-devel
f90f156b 30BuildRequires: pango-devel
093f5867 31BuildRequires: pkgconfig
093f5867
PZ
32BuildRequires: sqlite3-devel
33BuildRequires: xorg-lib-libXft-devel >= 2.0.0
34BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36%description
37webkit is a port of the WebKit embeddable web component to GTK+.
38
39%description -l pl.UTF-8
40webkit to port osadzalnego komponentu WWW WebKit do GTK+.
41
42%package devel
43Summary: Development files for webkit
44Summary(pl.UTF-8): Pliki programistyczne webkit
45Group: X11/Development/Libraries
721db7ac 46Requires: %{name} = %{version}-%{release}
093f5867
PZ
47Requires: curl-devel >= 7.11.0
48Requires: fontconfig-devel >= 1.0.0
217a1617 49Requires: libicu-devel
093f5867 50Requires: librsvg-devel >= 2.2.0
8a5c1de2 51Requires: libstdc++-devel
093f5867
PZ
52Requires: xorg-lib-libXft-devel >= 2.0.0
53
54%description devel
55Development files for webkit.
56
57%description devel -l pl.UTF-8
58Pliki programistyczne webkit.
59
60%prep
489d25fa 61%setup -q -n WebKit-%{snap}
093f5867
PZ
62
63%build
7166e40b
PZ
64%{__aclocal}
65%{__libtoolize}
66%{__autoheader}
67%{__automake}
68%{__autoconf}
bb1a4556 69%configure \
d4c376cd
AM
70 --enable-dom-storage \
71 --enable-icon-database \
f90f156b 72 --enable-svg-experimental \
d4c376cd 73 --enable-svg-filters \
f90f156b
PZ
74 --enable-video \
75 --with-font-backend=pango
7166e40b 76%{__make}
093f5867
PZ
77
78%install
79rm -rf $RPM_BUILD_ROOT
83c17f84 80
7166e40b
PZ
81%{__make} install \
82 DESTDIR=$RPM_BUILD_ROOT
093f5867
PZ
83
84%clean
85rm -rf $RPM_BUILD_ROOT
86
87%post -p /sbin/ldconfig
88%postun -p /sbin/ldconfig
89
90%files
91%defattr(644,root,root,755)
737227e7 92%attr(755,root,root) %{_libdir}/libwebkit-1.0.so.*.*.*
6da5a15c 93%attr(755,root,root) %ghost %{_libdir}/libwebkit-1.0.so.1
093f5867
PZ
94
95%files devel
96%defattr(644,root,root,755)
737227e7
PZ
97%attr(755,root,root) %{_libdir}/libwebkit-1.0.so
98%{_libdir}/libwebkit-1.0.la
99%{_includedir}/webkit-1.0
7166e40b 100%{_pkgconfigdir}/webkit-1.0.pc
This page took 0.052655 seconds and 4 git commands to generate.