forked from mono/webkit-sharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webkit-sharp.spec.in
50 lines (38 loc) · 1.37 KB
/
webkit-sharp.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Name: webkit-sharp
Url: http://www.go-mono.org/
BuildRequires: gtk-sharp2 gtk-sharp2-gapi libwebkit-devel mono-devel monodoc-core
Requires: libwebkit => 1.1.15 gtk-sharp2
License: X11/MIT
Group: Development/Libraries/Other
Summary: WebKit bindings for Mono
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: @VERSION@
Release: 1
BuildArch: noarch
Source: webkit-sharp-%{version}.tar.bz2
%description
WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
primarily in Apple's Safari browser. It is made to be embedded in other
applications, such as mail readers, or web browsers.
This package provides Mono bindings for WebKit libraries.
%prep
%setup -q -n webkit-sharp-%{version} -q
%build
./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/share/info --localstatedir=/var
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-, root, root)
%doc AUTHORS COPYING INSTALL NEWS README
%{_prefix}/lib/mono/gac/webkit-sharp
%{_prefix}/lib/mono/webkit-sharp
%{_prefix}/lib/monodoc/sources/webkit-sharp-docs*
%{_prefix}/lib/pkgconfig/webkit-sharp-1.0.pc
%changelog
* Wed Oct 08 2009 [email protected]
- Update to libwebkit 1.1.15
* Mon May 12 2008 [email protected]
- Initial package