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