]> git.pld-linux.org Git - SPECS.git/blob - webkitmm.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / webkitmm.spec
1 Summary:        A C++ interface for the Webkit/GTK+
2 Name:           webkitmm
3 Version:        1.1.6
4 Release:        1
5 License:        LGPL v2.1
6 Group:          X11/Libraries
7 Source0:        http://gitorious.org/webkitmm/jeremy-fixes/archive-tarball/5767d552
8 # Source0-md5:  e3d6fe2ec250a5b41a01100cdc3b1a8d
9 URL:            http://gitorious.org/webkitmm
10 BuildRequires:  autoconf >= 2.59
11 BuildRequires:  automake
12 BuildRequires:  glibmm-devel >= 2.16.0
13 BuildRequires:  gtk-webkit-devel >= 1.1.7
14 BuildRequires:  gtkmm-devel >= 2.10.0
15 BuildRequires:  libtool
16 BuildRequires:  mm-common
17 BuildRequires:  pkgconfig
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 The webkitmm project provides C++ bindings for Webkit/GTK+. This gives
22 you a comfortable C++ API and allows webkit to be integrated
23 seamlessly with gtkmm.
24
25 %package devel
26 Summary:        webkitmm header files
27 Group:          X11/Development/Libraries
28 Requires:       %{name} = %{version}-%{release}
29 Requires:       glibmm-devel >= 2.16.0
30 Requires:       gtk-webkit-devel >= 1.1.7
31 Requires:       gtkmm-devel >= 2.10.0
32
33 %description devel
34 Header files for webkitmm library.
35
36 %package doc
37 Summary:        Reference documentation for webkitmm
38 Group:          Documentation
39 Requires:       devhelp
40
41 %description doc
42 Reference documentation for webkitmm.
43
44 %prep
45 %setup -q -n %{name}-jeremy-fixes
46
47 %build
48 mm-common-prepare --force --copy
49 %{__libtoolize}
50 %{__aclocal} -I build
51 %{__autoconf}
52 %{__autoheader}
53 %{__automake}
54 %configure \
55         --enable-maintainer-mode
56
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %post   -p /sbin/ldconfig
69 %postun -p /sbin/ldconfig
70
71 %files
72 %defattr(644,root,root,755)
73 %doc AUTHORS ChangeLog README
74 %attr(755,root,root) %{_libdir}/libwebkitmm-1.0.so.*.*.*
75 %attr(755,root,root) %ghost %{_libdir}/libwebkitmm-1.0.so.0
76
77 %files devel
78 %defattr(644,root,root,755)
79 %attr(755,root,root) %{_libdir}/libwebkitmm-1.0.so
80 %{_libdir}/libwebkitmm-1.0.la
81 %{_libdir}/webkitmm-1.0
82 %{_includedir}/webkitmm-1.0
83 %{_pkgconfigdir}/webkitmm-1.0.pc
84
85 %files doc
86 %defattr(644,root,root,755)
87 %{_docdir}/webkitmm-1.0
88 %{_datadir}/devhelp/books/webkitmm-1.0
This page took 0.136797 seconds and 3 git commands to generate.