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