]> git.pld-linux.org Git - packages/epiphany-extensions.git/blob - epiphany-extensions.spec
- release 2 for rebuild with mozilla 1.7.8
[packages/epiphany-extensions.git] / epiphany-extensions.spec
1 Summary:        Collection of extensions for Epiphany
2 Summary(pl):    Zbiór rozszerzeñ dla Epiphany
3 Name:           epiphany-extensions
4 Version:        1.6.3
5 Release:        2
6 License:        GPL v2
7 Group:          X11/Applications/Networking
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/epiphany-extensions/1.6/%{name}-%{version}.tar.bz2
9 # Source0-md5:  9e2573dcf57b7313160b19de878f0939
10 Patch0:         %{name}-locale-names.patch
11 Patch1:         %{name}-mozilla_includes.patch
12 URL:            http://www.gnome.org/projects/epiphany/
13 BuildRequires:  autoconf >= 2.57
14 BuildRequires:  automake
15 BuildRequires:  epiphany-devel >= 1.6.2
16 BuildRequires:  gnome-common >= 2.8.0
17 BuildRequires:  gtk+2-devel >= 2:2.6.4
18 BuildRequires:  intltool >= 0.33
19 BuildRequires:  libglade2-devel >= 1:2.5.1
20 BuildRequires:  libgnomeui-devel >= 2.10.0-2
21 BuildRequires:  libtool
22 BuildRequires:  libxml2-devel >= 1:2.6.19
23 BuildRequires:  mozilla-devel >= 5:1.7
24 BuildRequires:  opensp-devel
25 BuildRequires:  pkgconfig
26 Requires:       epiphany = %(rpm -q --qf '%{EPOCH}:%{VERSION}' epiphany-devel)
27 Requires:       mozilla-embedded = %(rpm -q --qf '%{EPOCH}:%{VERSION}' --whatprovides mozilla-embedded)
28 Provides:       epiphany-plugins
29 Obsoletes:      epiphany-plugins <= 0.1.2
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 # can be provided by mozilla or mozilla-embedded
33 %define         _noautoreqdep   libgtkembedmoz.so libgtksuperwin.so libxpcom.so
34
35 %description
36 Epiphany Extensions is a collection of extensions for Epiphany.
37
38 %description -l pl
39 Epiphany Extensions jest zbiorem rozszerzeñ dla Epiphany.
40
41 %prep
42 %setup -q
43 %patch0 -p1
44 %patch1 -p1
45
46 mv po/{no,nb}.po
47
48 %build
49 %{__libtoolize}
50 %{__aclocal}
51 %{__autoconf}
52 %{__automake}
53 %configure \
54         --with-extensions=all
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany-*/extensions/*.la
64
65 %find_lang %{name}-1.6
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files -f %{name}-1.6.lang
71 %defattr(644,root,root,755)
72 %doc AUTHORS ChangeLog NEWS README
73 %attr(755,root,root) %{_libdir}/epiphany-*/extensions/*.so*
74 %{_libdir}/epiphany-*/extensions/*.xml
75 %{_datadir}/%{name}
This page took 0.132095 seconds and 4 git commands to generate.