]> git.pld-linux.org Git - packages/epiphany-extensions.git/blob - epiphany-extensions.spec
- detect mozilla 1.4.2
[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:        0.9.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.9/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4a1413da4110e10c1db687ee5827540b
10 Patch0:         %{name}-locale-names.patch
11 URL:            http://epiphany.mozdev.org/
12 BuildRequires:  autoconf >= 2.57
13 Buildrequires:  automake
14 BuildRequires:  epiphany-devel >= 1.2.6
15 BuildRequires:  gnome-common
16 BuildRequires:  gtk+2-devel >= 2:2.4.0
17 BuildRequires:  intltool >= 0.29
18 BuildRequires:  libglade2-devel >= 1:2.3.6
19 BuildRequires:  libtool
20 BuildRequires:  libxml2-devel >= 2.6.0
21 BuildRequires:  opensp-devel
22 Requires:       epiphany >= 1.2.6
23 Obsoletes:      epiphany-plugins <= 0.1.2
24 Provides:       epiphany-plugins
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Epiphany Extensions is a collection of extensions for Epiphany.
29
30 %description -l pl
31 Epiphany Extensions jest zbiorem rozszerzeñ dla Epiphany.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 mv po/{no,nb}.po
38
39 %build
40 %{__libtoolize}
41 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
42 %{__autoconf}
43 %{__automake}
44 %configure \
45         --with-extensions=all
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/extensions/*.la
56
57 %find_lang %{name}-1.0
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}-1.0.lang
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog NEWS README
65 %attr(755,root,root) %{_libdir}/epiphany/extensions/*.so*
66 %{_datadir}/%{name}
This page took 0.060191 seconds and 3 git commands to generate.