]> git.pld-linux.org Git - packages/epiphany-extensions.git/commitdiff
- added -libxul.patch to fix build with xulrunner 1.9 auto/th/epiphany-extensions-2_22_2-3 auto/ti/epiphany-extensions-2_22_2-3
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 8 Jul 2008 12:09:27 +0000 (12:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    epiphany-extensions.spec -> 1.104

epiphany-extensions.spec

index 0d0df4b86821b79857a74757706513bd04f6f7b3..5df41d1b155f18dbf6845afb9bf678fae6f71fdc 100644 (file)
@@ -3,11 +3,12 @@ Summary:      Collection of extensions for Epiphany
 Summary(pl.UTF-8):     Zbiór rozszerzeń dla Epiphany
 Name:          epiphany-extensions
 Version:       2.22.2
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         X11/Applications/Networking
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/2.22/%{name}-%{version}.tar.bz2
 # Source0-md5: 9728577d63117275d8f12d529ecc866d
+Patch0:                %{name}-libxul.patch
 URL:           http://www.gnome.org/projects/epiphany/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1:1.9
@@ -27,11 +28,11 @@ BuildRequires:      python-gnome-devel >= 2.22.0
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.198
 BuildRequires: sed >= 4.0
-BuildRequires: xulrunner-devel >= 1.8.0.4
+BuildRequires: xulrunner-devel >= 1.9-5
 Requires(post,postun): scrollkeeper
 Requires(post,preun):  GConf2
 %requires_eq_to        epiphany epiphany-devel
-%requires_eq   xulrunner
+%requires_eq_to        xulrunner xulrunner-devel
 Provides:      epiphany-plugins
 Obsoletes:     epiphany-plugins <= 0.1.2
 # sr@Latn vs. sr@latin
@@ -50,9 +51,10 @@ Epiphany Extensions jest zbiorem rozszerzeń dla Epiphany.
 
 %prep
 %setup -q
+%patch0 -p1
 
-sed -i -e 's#sr\@Latn#sr\@latin#' po/LINGUAS
-mv po/sr\@{Latn,latin}.po
+sed -i -e 's#sr@Latn#sr@latin#' po/LINGUAS
+mv po/sr@{Latn,latin}.po
 
 %build
 %{__intltoolize}
This page took 0.038149 seconds and 4 git commands to generate.