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