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