SPECS: epiphany.spec - added -libxul.patch to fix build with xulrunner 1.9 ...
megabajt
megabajt at pld-linux.org
Tue Jul 8 12:44:42 CEST 2008
Author: megabajt Date: Tue Jul 8 10:44:42 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added -libxul.patch to fix build with xulrunner 1.9
- release 2
---- Files affected:
SPECS:
epiphany.spec (1.185 -> 1.186)
---- Diffs:
================================================================
Index: SPECS/epiphany.spec
diff -u SPECS/epiphany.spec:1.185 SPECS/epiphany.spec:1.186
--- SPECS/epiphany.spec:1.185 Sun Jun 1 18:09:32 2008
+++ SPECS/epiphany.spec Tue Jul 8 12:44:37 2008
@@ -9,7 +9,7 @@
Summary(pl.UTF-8): Epiphany - przeglądarka WWW dla GNOME
Name: epiphany
Version: 2.22.2
-Release: 1
+Release: 2
License: GPL v2
Group: X11/Applications/Networking
Source0: http://ftp.gnome.org/pub/GNOME/sources/epiphany/2.22/%{name}-%{version}.tar.bz2
@@ -19,6 +19,7 @@
Patch2: %{name}-ti-agent.patch
Patch3: %{name}-agent.patch
Patch4: %{name}-lt.patch
+Patch5: %{name}-libxul.patch
URL: http://www.gnome.org/projects/epiphany/
BuildRequires: GConf2-devel >= 2.20.0
BuildRequires: NetworkManager-devel
@@ -55,7 +56,7 @@
BuildRequires: startup-notification-devel >= 0.8
%if %{without webkit}
BuildRequires: xulrunner
-BuildRequires: xulrunner-devel >= 1.8.1.6-1.20070731.2
+BuildRequires: xulrunner-devel >= 1.9-5
%endif
Requires(post,postun): desktop-file-utils
Requires(post,postun): gtk+2
@@ -131,6 +132,7 @@
%patch3 -p1
%endif
%patch4 -p1
+%patch5 -p1
sed -i -e 's#sr at Latn#sr at latin#' po/LINGUAS
mv po/sr@{Latn,latin}.po
@@ -150,9 +152,12 @@
--enable-dbus \
%{?!with_webkit:--enable-gtk-doc} \
--enable-network-manager \
- --enable-python\
- --enable-spell-checker \
- %{?with_webkit:--with-engine=webkit} \
+ --enable-python \
+ %if %{with webkit}
+ --with-engine=webkit \
+ %else
+ --with-gecko=libxul-embedding \
+ %endif
--with-html-dir=%{_gtkdocdir}
%{__make}
@@ -230,6 +235,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.186 2008/07/08 10:44:37 megabajt
+- added -libxul.patch to fix build with xulrunner 1.9
+- release 2
+
Revision 1.185 2008/06/01 16:09:32 megabajt
- updated to 2.22.2
- added -lt.patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/epiphany.spec?r1=1.185&r2=1.186&f=u
More information about the pld-cvs-commit
mailing list