]> git.pld-linux.org Git - packages/dotnet-webkitgtk-sharp.git/blob - dotnet-webkitgtk-sharp.spec
- updated descriptions, cleanup
[packages/dotnet-webkitgtk-sharp.git] / dotnet-webkitgtk-sharp.spec
1 %include        /usr/lib/rpm/macros.mono
2 Summary:        C# bindings for WebKitGTK+ 3.0 using GObject Introspection
3 Summary(pl.UTF-8):      Wiązania C# do biblioteki WebKitGTK+ 3.0 wykorzystujące GObject Introspection
4 Name:           dotnet-webkitgtk-sharp
5 Version:        2.0.0
6 Release:        1
7 License:        LGPL v3
8 Group:          Libraries
9 Source0:        https://github.com/xDarkice/webkitgtk-sharp/releases/download/%{version}/webkitgtk-sharp-%{version}.tar.gz
10 # Source0-md5:  259d1b85975a93b878fa1bdc4254e83f
11 Patch0:         pkgconfig.patch
12 URL:            https://github.com/xDarkice/webkitgtk-sharp/
13 BuildRequires:  autoconf >= 2.50
14 BuildRequires:  automake
15 BuildRequires:  dotnet-gtk-sharp3-devel >= 2.99.2
16 BuildRequires:  dotnet-soup-sharp-devel
17 BuildRequires:  gtk-webkit3-devel >= 2.0
18 BuildRequires:  libtool >= 2:2
19 BuildRequires:  mono-csharp >= 1.1.0
20 BuildRequires:  mono-devel
21 BuildRequires:  monodoc >= 2.6
22 BuildRequires:  pkgconfig
23 BuildRequires:  rpmbuild(monoautodeps)
24 Requires:       gtk-webkit3 >= 2.0
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 WebKit is a web content engine, derived from KHTML and KJS from KDE,
29 and used primarily in Apple's Safari browser. It is made to be
30 embedded in other applications, such as mail readers, or web browsers.
31
32 This package provides Mono bindings for WebKitGTK+ 3.0 libraries.
33
34 %description -l pl.UTF-8
35 WebKit to silnik przeglądarki internetowej, wywodzący się z projektów
36 KHTML i KJS dla platformy KDE, używany głównie w przeglądarce Safari
37 firmy Apple. Stworzony został aby móc osadzać go w innych aplikacjach,
38 takich jak czytniki poczty czy przeglądarki stron internetowych.
39
40 Ten pakiet dostarcza dowiązań Mono do bibliotek WebKitGTK+ 3.0.
41
42 %package devel
43 Summary:        WebKitGTK# 3 development files
44 Summary(pl.UTF-8):      Pliki programistyczne WebKitGTK# 3
45 Group:          Development/Libraries
46 Requires:       %{name} = %{version}-%{release}
47 Requires:       monodoc >= 2.6
48
49 %description devel
50 WebKitGTK# 3 development files.
51
52 %description devel -l pl.UTF-8
53 Pliki programistyczne WebKitGTK# 3.
54
55 %prep
56 %setup -q -n webkitgtk-sharp-%{version}
57 %patch0 -p1
58
59 install -d doc/en
60
61 %build
62 %{__libtoolize}
63 %{__aclocal} -I m4
64 %{__autoconf}
65 %{__automake}
66 %configure \
67         --disable-static
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT
74
75 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libwebkitgtksharpglue-*.la
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %post   -p /sbin/ldconfig
81 %postun -p /sbin/ldconfig
82
83 %files
84 %defattr(644,root,root,755)
85 %attr(755,root,root) %{_libdir}/libwebkitgtksharpglue-1.10.2.so
86 %{_prefix}/lib/mono/gac/webkitgtk-sharp
87
88 %files devel
89 %defattr(644,root,root,755)
90 %{_prefix}/lib/mono/webkitgtk-sharp
91 %{_datadir}/gapi-3.0/webkitgtk-sharp-api.xml
92 %{_pkgconfigdir}/webkitgtk-sharp-3.0.pc
93 %{_prefix}/lib/monodoc/sources/webkitgtk-sharp-docs.*
This page took 0.219943 seconds and 3 git commands to generate.