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