]> git.pld-linux.org Git - packages/epiphany-extensions.git/blob - epiphany-extensions.spec
- updated to 0.7
[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
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:  3780fd96d0acc4c6b02b310a4bfbb5f4
10 URL:            http://epiphany.mozdev.org/
11 BuildRequires:  epiphany-devel >= 1.1.7
12 BuildRequires:  gtk+2-devel >= 2.3.1
13 BuildRequires:  libglade2-devel >= 2.3.0
14 BuildRequires:  libxml2-devel >= 2.6.0
15 Requires:       epiphany >= 1.1.7
16 Obsoletes:      epiphany-plugins <= 0.1.2
17 Provides:       epiphany-plugins
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Epiphany Extensions is a collection of extensions for Epiphany.
22
23 %description -l pl
24 Epiphany Extensions jest zbiorem rozszerzeñ dla Epiphany.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure \
31         --with-extensions=all
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %find_lang %{name}-1.0
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files -f %{name}-1.0.lang
46 %defattr(644,root,root,755)
47 %doc AUTHORS ChangeLog NEWS README
48 %attr(755,root,root) %{_libdir}/epiphany/extensions/*.so*
49 %{_libdir}/epiphany/extensions/*.la
50 %{_datadir}/%{name}
This page took 0.065482 seconds and 4 git commands to generate.