]> git.pld-linux.org Git - packages/gtk-webkit.git/blob - gtk-webkit.spec
- updated to 1.1.15.1
[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.1
6 Release:        1
7 License:        BSD-like
8 Group:          X11/Libraries
9 Source0:        http://webkitgtk.org/webkit-%{version}.tar.gz
10 # Source0-md5:  e6eb43bb4f75b4a2a09aec95e2f43e91
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:       libsoup-devel >= 2.28.0
53 Requires:       libstdc++-devel
54 Requires:       xorg-lib-libXft-devel >= 2.0.0
55
56 %description devel
57 Development files for webkit.
58
59 %description devel -l pl.UTF-8
60 Pliki programistyczne webkit.
61
62 %prep
63 %setup -q -n webkit-%{version}
64
65 %build
66 %{__gtkdocize}
67 %{__aclocal} -I autotools
68 %{__libtoolize}
69 %{__autoheader}
70 %{__automake}
71 %{__autoconf}
72 %configure \
73         --enable-dom-storage \
74         --enable-icon-database \
75         --enable-video
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80
81 %{__make} install \
82         DESTDIR=$RPM_BUILD_ROOT
83
84 %find_lang webkit
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %post   -p /sbin/ldconfig
90 %postun -p /sbin/ldconfig
91
92 %files -f webkit.lang
93 %defattr(644,root,root,755)
94 %attr(755,root,root) %{_bindir}/jsc
95 %attr(755,root,root) %{_libdir}/libwebkit-1.0.so.*.*.*
96 %attr(755,root,root) %ghost %{_libdir}/libwebkit-1.0.so.2
97 %dir %{_datadir}/webkit-1.0
98 %{_datadir}/webkit-1.0/images
99 %{_datadir}/webkit-1.0/resources
100 %{_datadir}/webkit-1.0/webinspector
101
102 %files devel
103 %defattr(644,root,root,755)
104 %attr(755,root,root) %{_libdir}/libwebkit-1.0.so
105 %{_libdir}/libwebkit-1.0.la
106 %{_includedir}/webkit-1.0
107 %{_pkgconfigdir}/webkit-1.0.pc
This page took 0.092334 seconds and 3 git commands to generate.