]> git.pld-linux.org Git - packages/epiphany-extensions.git/commitdiff
- merged from HEAD for GNOME 2.14 auto/ac/epiphany-extensions-2_14_1-3
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 17 May 2006 13:25:36 +0000 (13:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epiphany-extensions.spec -> 1.47.2.1

epiphany-extensions.spec

index e0a5f51fe0afa96301d4d9c373524be0981bdecb..0cf32c6149cd6e6ba5abf6b8bfd8ae70e07a478b 100644 (file)
@@ -1,37 +1,39 @@
-# Conditinal build:
-%bcond_with    mozilla_firefox # build with mozilla-firefox-devel
 #
+# Conditional build:
+%bcond_without mozilla_firefox # build with mozilla-firefox-devel
+#
+%define                basever 2.14
 Summary:       Collection of extensions for Epiphany
 Summary(pl):   Zbiór rozszerzeñ dla Epiphany
 Name:          epiphany-extensions
-Version:       1.8.2
-Release:       2
+Version:       2.14.1
+Release:       3
 License:       GPL v2
 Group:         X11/Applications/Networking
-Source0:       http://ftp.gnome.org/pub/gnome/sources/epiphany-extensions/1.8/%{name}-%{version}.tar.bz2
-# Source0-md5: 318418ce023ef5688e535309012591d9
-Patch0:                %{name}-locale-names.patch
-Patch1:                %{name}-mozilla_includes.patch
+Source0:       http://ftp.gnome.org/pub/gnome/sources/epiphany-extensions/2.14/%{name}-%{version}.tar.bz2
+# Source0-md5: 8be9c522284b0a9d7ba2797e141cf26e
 URL:           http://www.gnome.org/projects/epiphany/
 BuildRequires: autoconf >= 2.57
-BuildRequires: automake
-BuildRequires: epiphany-devel >= 1.8.2
-BuildRequires: gnome-common >= 2.8.0
+BuildRequires: automake >= 1.9
+BuildRequires: dbus-glib-devel >= 0.34
+BuildRequires: epiphany-devel >= 2.14.1
+BuildRequires: gnome-common >= 2.12.0
 BuildRequires: gtk+2-devel >= 2:2.8.3
 BuildRequires: intltool >= 0.33
 BuildRequires: libglade2-devel >= 1:2.5.1
-BuildRequires: libgnomeui-devel >= 2.10.0-2
+BuildRequires: libgnomeui-devel >= 2.14.0
 BuildRequires: libtool
-BuildRequires: libxml2-devel >= 1:2.6.19
+BuildRequires: libxml2-devel >= 1:2.6.22
 %if %{with mozilla_firefox}
 BuildRequires: mozilla-firefox-devel
 %else
 BuildRequires: mozilla-devel >= 5:1.7
 %endif
 BuildRequires: opensp-devel
+BuildRequires: pcre-devel
 BuildRequires: pkgconfig
-BuildRequires: python-gnome-devel >= 2.11.3
-BuildRequires: rpm-pythonprov
+BuildRequires: python-gnome-devel >= 2.14.0
+Requires(post,postun): scrollkeeper
 Requires:      epiphany = %(rpm -q --qf '%{EPOCH}:%{VERSION}' epiphany-devel)
 %if %{with mozilla_firefox}
 %requires_eq   mozilla-firefox
@@ -53,19 +55,17 @@ Epiphany Extensions jest zbiorem rozszerze
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-
-mv po/{no,nb}.po
 
 %build
 %{__intltoolize}
 %{__libtoolize}
-%{__aclocal}
+%{__intltoolize}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure \
-       --with-extensions=all
+       --with-extensions=really-all \
+       --disable-scrollkeeper
 %{__make}
 
 %install
@@ -74,17 +74,26 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/1.8/extensions/*.{la,py}
+rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/%{basever}/extensions/*.{la,py}
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
 
-%find_lang %{name}-1.8
+%find_lang %{name}-%{basever}
+%find_lang %{name} --with-gnome
+cat %{name}.lang >> %{name}-%{basever}.lang
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}-1.8.lang
+%post
+%scrollkeeper_update_post
+
+%postun
+%scrollkeeper_update_postun
+
+%files -f %{name}-%{basever}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/epiphany/1.8/extensions/*.so*
-%{_libdir}/epiphany/1.8/extensions/*.py[co]
-%{_libdir}/epiphany/1.8/extensions/*.xml
+%attr(755,root,root) %{_libdir}/epiphany/%{basever}/extensions/*.so*
+%{_libdir}/epiphany/%{basever}/extensions/[!l]*
 %{_datadir}/%{name}
+%{_omf_dest_dir}/%{name}
This page took 0.078905 seconds and 4 git commands to generate.