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