]> git.pld-linux.org Git - packages/epiphany-extensions.git/blob - epiphany-extensions.spec
- updated to 2.17.92
[packages/epiphany-extensions.git] / epiphany-extensions.spec
1 %define         basever 2.17
2 Summary:        Collection of extensions for Epiphany
3 Summary(pl.UTF-8):      Zbiór rozszerzeń dla Epiphany
4 Name:           epiphany-extensions
5 Version:        2.17.92
6 Release:        1
7 License:        GPL v2
8 Group:          X11/Applications/Networking
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/epiphany-extensions/2.17/%{name}-%{version}.tar.bz2
10 # Source0-md5:  c2e0f2289849109170d0492dbeee270b
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.17.92
16 BuildRequires:  gnome-common >= 2.12.0
17 BuildRequires:  gtk+2-devel >= 2:2.10.9
18 BuildRequires:  intltool >= 0.35.5
19 BuildRequires:  libglade2-devel >= 1:2.6.0
20 BuildRequires:  libgnomeui-devel >= 2.17.92
21 BuildRequires:  libtool
22 BuildRequires:  libxml2-devel >= 1:2.6.27
23 BuildRequires:  opensp-devel
24 BuildRequires:  pcre-devel
25 BuildRequires:  pkgconfig
26 BuildRequires:  python-gnome-devel >= 2.17.92
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
40 %description
41 Epiphany Extensions is a collection of extensions for Epiphany.
42
43 %description -l pl.UTF-8
44 Epiphany Extensions jest zbiorem rozszerzeń dla Epiphany.
45
46 %prep
47 %setup -q
48
49 %build
50 %{__intltoolize}
51 %{__libtoolize}
52 %{__intltoolize}
53 %{__aclocal} -I m4
54 %{__autoconf}
55 %{__automake}
56 %configure \
57         --with-extensions=really-all \
58         --disable-scrollkeeper
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/%{basever}/extensions/{,libepilicious/}*.{la,py}
68
69 %find_lang %{name}-%{basever}
70 %find_lang %{name} --with-gnome
71 cat %{name}.lang >> %{name}-%{basever}.lang
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %post
77 %scrollkeeper_update_post
78 %gconf_schema_install epilicious.schemas
79 %gconf_schema_install smart-bookmarks.schemas
80
81 %preun
82 %gconf_schema_uninstall epilicious.schemas
83 %gconf_schema_uninstall smart-bookmarks.schemas
84
85 %postun
86 %scrollkeeper_update_postun
87
88 %files -f %{name}-%{basever}.lang
89 %defattr(644,root,root,755)
90 %doc AUTHORS ChangeLog NEWS README
91 %attr(755,root,root) %{_libdir}/epiphany/%{basever}/extensions/*.so*
92 %{_libdir}/epiphany/%{basever}/extensions/*.ephy-extension
93 %{_libdir}/epiphany/%{basever}/extensions/*.py[co]
94 %dir %{_libdir}/epiphany/%{basever}/extensions/libepilicious
95 %{_libdir}/epiphany/%{basever}/extensions/libepilicious/*.py[co]
96 %{_datadir}/%{name}
97 %{_datadir}/epiphany/icons/hicolor/*/*/*.png
98 %{_datadir}/epiphany/icons/hicolor/*/*/*.svg
99 %{_omf_dest_dir}/%{name}
100 %{_sysconfdir}/gconf/schemas/epilicious.schemas
101 %{_sysconfdir}/gconf/schemas/smart-bookmarks.schemas
This page took 0.070375 seconds and 4 git commands to generate.