OBS User unknown 2008-05-07 20:44:34 +00:00 committed by Git OBS Bridge
parent 650e56841a
commit 4557be9707
3 changed files with 21 additions and 1 deletions

10
epiphany-libtool.patch Normal file
View File

@ -0,0 +1,10 @@
--- configure.ac
+++ configure.ac
@@ -455,6 +455,7 @@ if test "$have_python" != "no"; then
AM_CHECK_PYTHON_HEADERS([],[have_python=no])
fi
+m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
if test "$have_python" != "no"; then
PY_PREFIX=`$PYTHON -c 'import sys ; print sys.prefix'`
PY_EXEC_PREFIX=`$PYTHON -c 'import sys ; print sys.exec_prefix'`

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 7 17:23:42 CEST 2008 - schwab@suse.de
- Create libtool before use.
-------------------------------------------------------------------
Fri May 2 15:07:50 CEST 2008 - sbrabec@suse.cz

View File

@ -30,7 +30,7 @@ Requires: mozilla = %{mozilla_ver}
%endif
%endif
Version: 2.22.1.1
Release: 8
Release: 10
Requires: %{name}-lang = %{version}
License: GPL v2 or later
Group: Productivity/Networking/Web/Browsers
@ -44,6 +44,8 @@ Patch2: default-bookmarks.patch
### #PATCH-FIX-UPSTREAM epiphany-avahi-bookmarks.patch bgo516008 -- avahi bookmarks processing
#PATCH-FIX-UPSTREAM SVN po update
Patch3: epiphany-po-update.patch
# Create libtool before use
Patch4: epiphany-libtool.patch
Url: http://www.gnome.org/projects/epiphany/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-gtk python-gnome iso-codes gnome-icon-theme
@ -116,6 +118,7 @@ Authors:
%patch1
%patch2 -p1
%patch3 -p1
%patch4
%build
#cp -i data/default-prefs-gecko-1-8.js data/default-prefs-xulrunner.js
@ -189,6 +192,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/epiphany
%changelog
* Wed May 07 2008 schwab@suse.de
- Create libtool before use.
* Fri May 02 2008 sbrabec@suse.cz
- Translation fix from SVN.
* Thu Apr 10 2008 maw@suse.de