]> git.pld-linux.org Git - packages/dotnet-webkit-sharp.git/blame_incremental - dotnet-webkit-sharp.spec
- release 4
[packages/dotnet-webkit-sharp.git] / dotnet-webkit-sharp.spec
... / ...
CommitLineData
1%include /usr/lib/rpm/macros.mono
2Summary: WebKit# - A Mono WebKit binding
3Summary(pl.UTF-8): WebKit# - wiązanie WebKit dla Mono
4Name: dotnet-webkit-sharp
5Version: 0.3
6Release: 4
7License: X11/MIT
8Group: Libraries
9Source0: http://ftp.novell.com/pub/mono/sources/webkit-sharp/webkit-sharp-%{version}.tar.bz2
10# Source0-md5: 21482f9d5eafb0ef4acc6e790482f934
11Patch0: %{name}-pc.patch
12URL: http://www.mono-project.com/
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: dotnet-gtk-sharp2-devel >= 1.9.3
16BuildRequires: gtk-webkit-devel >= 1.1.15
17BuildRequires: mono-csharp >= 1.1.0
18BuildRequires: monodoc >= 2.6
19BuildRequires: pkgconfig
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23WebKit is a web content engine, derived from KHTML and KJS from KDE,
24and used primarily in Apple's Safari browser. It is made to be
25embedded in other applications, such as mail readers, or web browsers.
26
27This package provides Mono bindings for WebKit libraries.
28
29%description -l pl.UTF-8
30WebKit to silnik przeglądarki internetowej, wywodzący się z projektów
31KHTML i KJS dla platformy KDE, używany głównie w przeglądarce Safari
32firmy Apple. Stworzony został aby móc osadzać go w innych aplikacjach,
33takich jak czytniki poczty czy przeglądarki stron internetowych.
34
35Ten pakiet dostarcza dowiązań Mono do bibliotek WebKit.
36
37%package devel
38Summary: WebKit# development files
39Summary(pl.UTF-8): Pliki programistyczne WebKit#
40Group: Development/Libraries
41Requires: %{name} = %{epoch}:%{version}-%{release}
42Requires: monodoc >= 2.6
43
44%description devel
45WebKit# development files.
46
47%description devel -l pl.UTF-8
48Pliki programistyczne WebKit#.
49
50%prep
51%setup -q -n webkit-sharp-%{version}
52%patch0 -p1
53
54%build
55%{__aclocal}
56%{__autoconf}
57%{__automake}
58%configure
59%{__make} -j1
60
61%install
62rm -rf $RPM_BUILD_ROOT
63install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
64
65%{__make} install \
66 DESTDIR=$RPM_BUILD_ROOT
67
68install samples/*.cs $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%files
74%defattr(644,root,root,755)
75%doc AUTHORS ChangeLog
76%{_prefix}/lib/mono/gac/webkit-sharp
77
78%files devel
79%defattr(644,root,root,755)
80%{_prefix}/lib/mono/webkit-sharp
81%{_pkgconfigdir}/webkit-sharp-1.0.pc
82%{_prefix}/lib/monodoc/sources/webkit-sharp-docs*
83%{_examplesdir}/%{name}-%{version}
This page took 0.050528 seconds and 4 git commands to generate.