]> git.pld-linux.org Git - packages/gtk-webkit.git/blame - gtk-webkit.spec
- updated to 1.1.15.1
[packages/gtk-webkit.git] / gtk-webkit.spec
CommitLineData
83c17f84 1# TODO: optflags
093f5867
PZ
2Summary: Port of WebKit embeddable web component to GTK+
3Summary(pl.UTF-8): Port osadzalnego komponentu WWW WebKit do GTK+
4Name: gtk-webkit
957ed3e7
MB
5Version: 1.1.15.1
6Release: 1
093f5867
PZ
7License: BSD-like
8Group: X11/Libraries
618d2705 9Source0: http://webkitgtk.org/webkit-%{version}.tar.gz
957ed3e7 10# Source0-md5: e6eb43bb4f75b4a2a09aec95e2f43e91
618d2705 11URL: http://webkitgtk.org/
957ed3e7 12BuildRequires: autoconf >= 2.59
093f5867
PZ
13BuildRequires: automake
14BuildRequires: bison
957ed3e7 15BuildRequires: enchant-devel >= 0.22
093f5867
PZ
16BuildRequires: flex
17BuildRequires: fontconfig-devel >= 1.0.0
957ed3e7 18BuildRequires: glib2-devel >= 1:2.22.0
fb358f22 19BuildRequires: gperf
69b139d9
SS
20BuildRequires: gstreamer-devel >= 0.10
21BuildRequires: gstreamer-plugins-base-devel
957ed3e7
MB
22BuildRequires: gtk+2-devel >= 2:2.10.0
23BuildRequires: gtk-doc >= 1.10
093f5867
PZ
24BuildRequires: libicu-devel
25BuildRequires: libjpeg-devel
26BuildRequires: libpng-devel
957ed3e7 27BuildRequires: libsoup-devel >= 2.28.0
8a5c1de2 28BuildRequires: libstdc++-devel
093f5867 29BuildRequires: libtool >= 2:1.5
957ed3e7 30BuildRequires: libxml2-devel >= 1:2.6.30
093f5867
PZ
31BuildRequires: libxslt-devel
32BuildRequires: pkgconfig
093f5867
PZ
33BuildRequires: sqlite3-devel
34BuildRequires: xorg-lib-libXft-devel >= 2.0.0
d3f90b4e 35BuildRequires: xorg-lib-libXt-devel
093f5867
PZ
36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38%description
39webkit is a port of the WebKit embeddable web component to GTK+.
40
41%description -l pl.UTF-8
42webkit to port osadzalnego komponentu WWW WebKit do GTK+.
43
44%package devel
45Summary: Development files for webkit
46Summary(pl.UTF-8): Pliki programistyczne webkit
47Group: X11/Development/Libraries
721db7ac 48Requires: %{name} = %{version}-%{release}
093f5867 49Requires: fontconfig-devel >= 1.0.0
957ed3e7
MB
50Requires: glib2-devel >= 1:2.22.0
51Requires: gtk+2-devel >= 2:2.10.0
52Requires: libsoup-devel >= 2.28.0
8a5c1de2 53Requires: libstdc++-devel
093f5867
PZ
54Requires: xorg-lib-libXft-devel >= 2.0.0
55
56%description devel
57Development files for webkit.
58
59%description devel -l pl.UTF-8
60Pliki programistyczne webkit.
61
62%prep
209fb730 63%setup -q -n webkit-%{version}
093f5867
PZ
64
65%build
ad571464 66%{__gtkdocize}
209fb730 67%{__aclocal} -I autotools
7166e40b
PZ
68%{__libtoolize}
69%{__autoheader}
70%{__automake}
71%{__autoconf}
bb1a4556 72%configure \
d4c376cd
AM
73 --enable-dom-storage \
74 --enable-icon-database \
209fb730 75 --enable-video
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 83
9d45f565
PZ
84%find_lang webkit
85
093f5867
PZ
86%clean
87rm -rf $RPM_BUILD_ROOT
88
89%post -p /sbin/ldconfig
90%postun -p /sbin/ldconfig
91
9d45f565 92%files -f webkit.lang
093f5867 93%defattr(644,root,root,755)
0a5e205f 94%attr(755,root,root) %{_bindir}/jsc
737227e7 95%attr(755,root,root) %{_libdir}/libwebkit-1.0.so.*.*.*
1806eaed 96%attr(755,root,root) %ghost %{_libdir}/libwebkit-1.0.so.2
f6f1db2b 97%dir %{_datadir}/webkit-1.0
01619705 98%{_datadir}/webkit-1.0/images
9d45f565 99%{_datadir}/webkit-1.0/resources
f6f1db2b 100%{_datadir}/webkit-1.0/webinspector
093f5867
PZ
101
102%files devel
103%defattr(644,root,root,755)
737227e7
PZ
104%attr(755,root,root) %{_libdir}/libwebkit-1.0.so
105%{_libdir}/libwebkit-1.0.la
106%{_includedir}/webkit-1.0
7166e40b 107%{_pkgconfigdir}/webkit-1.0.pc
This page took 0.398966 seconds and 4 git commands to generate.