]> git.pld-linux.org Git - packages/epiphany-extensions.git/blob - epiphany-extensions.spec
- updated to epiphany-extension-0.7.90
[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.7.90
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
9 # Source0-md5:  06d44384009607e078628965090d55ba
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.1.11
15 BuildRequires:  gnome-common
16 BuildRequires:  gtk+2-devel >= 2.3.5
17 BuildRequires:  intltool >= 0.29
18 BuildRequires:  libglade2-devel >= 2.3.1
19 BuildRequires:  libtool
20 BuildRequires:  libxml2-devel >= 2.6.0
21 BuildRequires:  opensp-devel
22 Requires:       epiphany >= 1.1.11
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 %find_lang %{name}-1.0
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}-1.0.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS README
63 %attr(755,root,root) %{_libdir}/epiphany/extensions/*.so*
64 %{_libdir}/epiphany/extensions/*.la
65 %{_datadir}/%{name}
This page took 0.06577 seconds and 3 git commands to generate.