]> git.pld-linux.org Git - packages/epiphany-extensions.git/blob - epiphany-extensions.spec
- updated to 2.20.1
[packages/epiphany-extensions.git] / epiphany-extensions.spec
1 %define         basever 2.20
2 Summary:        Collection of extensions for Epiphany
3 Summary(pl.UTF-8):      Zbiór rozszerzeń dla Epiphany
4 Name:           epiphany-extensions
5 Version:        2.20.1
6 Release:        1
7 License:        GPL v2
8 Group:          X11/Applications/Networking
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/epiphany-extensions/2.20/%{name}-%{version}.tar.bz2
10 # Source0-md5:  cd8a247d81960217df4d7c8edfe9fbf8
11 URL:            http://www.gnome.org/projects/epiphany/
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  dbus-glib-devel >= 0.73
15 BuildRequires:  epiphany-devel >= 2.20.0
16 BuildRequires:  gnome-common >= 2.20.0
17 BuildRequires:  gtk+2-devel >= 2:2.12.0
18 BuildRequires:  intltool >= 0.35.5
19 BuildRequires:  libglade2-devel >= 1:2.6.0
20 BuildRequires:  libgnomeui-devel >= 2.20.0
21 BuildRequires:  libtool
22 BuildRequires:  libxml2-devel >= 1:2.6.28
23 BuildRequires:  opensp-devel
24 BuildRequires:  pcre-devel
25 BuildRequires:  pkgconfig
26 BuildRequires:  python-gnome-devel >= 2.20.0
27 BuildRequires:  rpmbuild(macros) >= 1.198
28 BuildRequires:  xulrunner-devel >= 1.8.0.4
29 Requires(post,postun):  scrollkeeper
30 Requires(post,preun):   GConf2
31 %requires_eq_to epiphany epiphany-devel
32 %requires_eq    xulrunner
33 Provides:       epiphany-plugins
34 Obsoletes:      epiphany-plugins <= 0.1.2
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 # can be provided by mozilla or mozilla-embedded
38 %define         _noautoreqdep   libgtkembedmoz.so libgtksuperwin.so libxpcom.so
39 %define         _noautoreq      libxpcom.so
40
41 %description
42 Epiphany Extensions is a collection of extensions for Epiphany.
43
44 %description -l pl.UTF-8
45 Epiphany Extensions jest zbiorem rozszerzeń dla Epiphany.
46
47 %prep
48 %setup -q
49
50 %build
51 %{__intltoolize}
52 %{__libtoolize}
53 %{__intltoolize}
54 %{__aclocal} -I m4
55 %{__autoconf}
56 %{__automake}
57 %configure \
58         --with-extensions=really-all \
59         --disable-scrollkeeper
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/%{basever}/extensions/{,libepilicious/}*.{la,py}
69
70 %find_lang %{name}-%{basever}
71 %find_lang %{name} --with-gnome
72 cat %{name}.lang >> %{name}-%{basever}.lang
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %post
78 %scrollkeeper_update_post
79 %gconf_schema_install epilicious.schemas
80 %gconf_schema_install smart-bookmarks.schemas
81
82 %preun
83 %gconf_schema_uninstall epilicious.schemas
84 %gconf_schema_uninstall smart-bookmarks.schemas
85
86 %postun
87 %scrollkeeper_update_postun
88
89 %files -f %{name}-%{basever}.lang
90 %defattr(644,root,root,755)
91 %doc AUTHORS ChangeLog NEWS README
92 %attr(755,root,root) %{_libdir}/epiphany/%{basever}/extensions/*.so*
93 %{_libdir}/epiphany/%{basever}/extensions/*.ephy-extension
94 %{_libdir}/epiphany/%{basever}/extensions/*.py[co]
95 %dir %{_libdir}/epiphany/%{basever}/extensions/libepilicious
96 %{_libdir}/epiphany/%{basever}/extensions/libepilicious/*.py[co]
97 %{_datadir}/%{name}
98 %{_datadir}/epiphany/icons/hicolor/*/*/*.png
99 %{_datadir}/epiphany/icons/hicolor/*/*/*.svg
100 %{_omf_dest_dir}/%{name}
101 %{_sysconfdir}/gconf/schemas/epilicious.schemas
102 %{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas
This page took 0.056473 seconds and 3 git commands to generate.