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