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