]> git.pld-linux.org Git - packages/epiphany-extensions.git/blob - epiphany-extensions.spec
- updated to 3.0.0
[packages/epiphany-extensions.git] / epiphany-extensions.spec
1 %define         basever 3.0
2 Summary:        Collection of extensions for Epiphany
3 Summary(pl.UTF-8):      Zbiór rozszerzeń dla Epiphany
4 Name:           epiphany-extensions
5 Version:        3.0.0
6 Release:        1
7 License:        GPL v2
8 Group:          X11/Applications/Networking
9 Source0:        http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/3.0/%{name}-%{version}.tar.bz2
10 # Source0-md5:  a3472422ff93b043c32650a84e2ca552
11 URL:            http://www.gnome.org/projects/epiphany/
12 BuildRequires:  autoconf >= 2.59
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  dbus-glib-devel >= 0.73
15 BuildRequires:  docbook-dtd412-xml
16 BuildRequires:  epiphany-devel >= 3.0.0
17 BuildRequires:  gettext-devel
18 BuildRequires:  gnome-common >= 2.24.0
19 BuildRequires:  gnome-doc-utils
20 BuildRequires:  gtk+3-devel >= 3.0.0
21 BuildRequires:  gtk-webkit3-devel
22 BuildRequires:  intltool >= 0.40.0
23 BuildRequires:  libtool
24 BuildRequires:  libxml2-devel >= 1:2.6.28
25 BuildRequires:  opensp-devel
26 BuildRequires:  pkgconfig
27 BuildRequires:  rpmbuild(find_lang) >= 1.23
28 BuildRequires:  rpmbuild(macros) >= 1.592
29 Requires(post,postun):  glib2 >= 1:2.26.0
30 Requires(post,postun):  scrollkeeper
31 %requires_eq_to epiphany epiphany-devel
32 Provides:       epiphany-plugins
33 Obsoletes:      epiphany-plugins <= 0.1.2
34 # sr@Latn vs. sr@latin
35 Conflicts:      glibc-misc < 6:2.7
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Epiphany Extensions is a collection of extensions for Epiphany.
40
41 %description -l pl.UTF-8
42 Epiphany Extensions jest zbiorem rozszerzeń dla Epiphany.
43
44 %prep
45 %setup -q
46
47 %build
48 %{__intltoolize}
49 %{__libtoolize}
50 %{__intltoolize}
51 %{__aclocal} -I m4
52 %{__autoconf}
53 %{__automake}
54 %configure \
55         --disable-scrollkeeper
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %{__rm} $RPM_BUILD_ROOT%{_libdir}/epiphany/%{basever}/extensions/*.la
65
66 %find_lang %{name} --with-gnome --with-omf --all-name
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %post
72 %glib_compile_schemas
73 %scrollkeeper_update_post
74
75 %postun
76 %glib_compile_schemas
77 %scrollkeeper_update_postun
78
79 %files -f %{name}.lang
80 %defattr(644,root,root,755)
81 %doc AUTHORS ChangeLog NEWS README
82 %attr(755,root,root) %{_libdir}/epiphany/%{basever}/extensions/*.so*
83 %{_libdir}/epiphany/%{basever}/extensions/*.ephy-extension
84 %{_datadir}/%{name}
85 %{_datadir}/glib-2.0/schemas/org.gnome.epiphanyextensions.gschema.xml
86 %{_datadir}/epiphany/icons/hicolor/*/*/*.png
87 %{_datadir}/epiphany/icons/hicolor/*/*/*.svg
This page took 0.030034 seconds and 3 git commands to generate.