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