]> git.pld-linux.org Git - packages/epiphany-extensions.git/blob - epiphany-extensions.spec
- merged from DEVEL
[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.8.0
8 Release:        1
9 License:        GPL v2
10 Group:          X11/Applications/Networking
11 Source0:        http://ftp.gnome.org/pub/gnome/sources/epiphany-extensions/1.8/%{name}-%{version}.tar.bz2
12 # Source0-md5:  312335e8f755995dc486d496f497175e
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.8.0
19 BuildRequires:  gnome-common >= 2.8.0
20 BuildRequires:  gtk+2-devel >= 2:2.8.3
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 BuildRequires:  python-gnome-devel >= 2.11.3
34 Requires:       epiphany = %(rpm -q --qf '%{EPOCH}:%{VERSION}' epiphany-devel)
35 %if %{with mozilla_firefox}
36 %requires_eq    mozilla-firefox
37 %else
38 Requires:       mozilla-embedded = %(rpm -q --qf '%{EPOCH}:%{VERSION}' --whatprovides mozilla-embedded)
39 %endif
40 Provides:       epiphany-plugins
41 Obsoletes:      epiphany-plugins <= 0.1.2
42 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
43
44 # can be provided by mozilla or mozilla-embedded
45 %define         _noautoreqdep   libgtkembedmoz.so libgtksuperwin.so libxpcom.so
46
47 %description
48 Epiphany Extensions is a collection of extensions for Epiphany.
49
50 %description -l pl
51 Epiphany Extensions jest zbiorem rozszerzeñ dla Epiphany.
52
53 %prep
54 %setup -q
55 %patch0 -p1
56 %patch1 -p1
57
58 mv po/{no,nb}.po
59
60 %build
61 %{__libtoolize}
62 %{__aclocal}
63 %{__autoconf}
64 %{__automake}
65 %configure \
66         --with-extensions=all
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT
74
75 rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/1.8/extensions/*.{la,py}
76
77 %find_lang %{name}-1.8
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %files -f %{name}-1.8.lang
83 %defattr(644,root,root,755)
84 %doc AUTHORS ChangeLog NEWS README
85 %attr(755,root,root) %{_libdir}/epiphany/1.8/extensions/*.so*
86 %{_libdir}/epiphany/1.8/extensions/*.py[co]
87 %{_libdir}/epiphany/1.8/extensions/*.xml
88 %{_datadir}/%{name}
This page took 0.070913 seconds and 4 git commands to generate.