]> git.pld-linux.org Git - SPECS.git/blob - gluezilla.spec
SPECS updated Sun 1 Aug 15:50:02 CEST 2021
[SPECS.git] / gluezilla.spec
1 Summary:        Library to embed Gecko for the Mono Winforms WebControl
2 Summary(pl.UTF-8):      Biblioteka osadzająca Gecko dla klasy Mono Winforms WebControl
3 Name:           gluezilla
4 Version:        2.6
5 Release:        1
6 License:        LGPL v2
7 Group:          Libraries
8 # latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/
9 Source0:        http://ftp.novell.com/pub/mono/sources/gluezilla/%{name}-%{version}.tar.bz2
10 # Source0-md5:  bd4eb89747498945227877295fcd36b5
11 Patch0:         %{name}-xul.patch
12 Patch1:         %{name}-opt.patch
13 URL:            http://www.mono-project.com/
14 BuildRequires:  autoconf >= 2.50
15 BuildRequires:  automake
16 BuildRequires:  gtk+2-devel >= 1:2.0
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  libtool >= 2:1.5
19 BuildRequires:  mono-devel
20 BuildRequires:  nspr-devel
21 BuildRequires:  nss-devel
22 BuildRequires:  pkgconfig
23 BuildRequires:  xulrunner-devel >= 1.9
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 A simple library to embed Gecko (xulrunner) for the Mono Winforms
28 WebControl.
29
30 This is part of the Mono project.
31
32 %description -l pl.UTF-8
33 Prosta biblioteka osadzająca Gecko (xulrunnera) dla klasy Mono
34 Winforms WebControl.
35
36 Część projektu Mono.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41 %patch1 -p1
42
43 %build
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure
50
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libgluezilla.la
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post   -p /sbin/ldconfig
65 %postun -p /sbin/ldconfig
66
67 %files
68 %defattr(644,root,root,755)
69 %doc AUTHORS ChangeLog LICENSE README TODO
70 %attr(755,root,root) %{_libdir}/libgluezilla.so.*.*.*
71 %attr(755,root,root) %ghost %{_libdir}/libgluezilla.so.0
72 # should be -avoid-version?
73 %attr(755,root,root) %{_libdir}/libgluezilla.so
This page took 0.977161 seconds and 3 git commands to generate.