Accepting request 41057 from GNOME:Factory

checked in (request 41057)

OBS-URL: https://build.opensuse.org/request/show/41057
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=70
This commit is contained in:
OBS User autobuild 2010-06-04 13:04:12 +00:00 committed by Git OBS Bridge
parent 8952882086
commit cd786e88e2
2 changed files with 8 additions and 12 deletions

View File

@ -1,10 +1,3 @@
-------------------------------------------------------------------
Thu Jun 3 19:00:25 CEST 2010 - vuntz@opensuse.org
- Add ca-certificates BuildRequires and use --with-ca-file for
configure on 11.3 and later, now that we have a bundle for all
certificates.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 9 16:58:15 CEST 2010 - vuntz@opensuse.org Fri Apr 9 16:58:15 CEST 2010 - vuntz@opensuse.org

View File

@ -20,6 +20,7 @@
Name: epiphany Name: epiphany
Version: 2.30.2 Version: 2.30.2
Release: 1 Release: 1
# FIXME: once ca-certificates will create the bundle file, uncomment the --with-ca-file configure option
License: GPLv2+ License: GPLv2+
Summary: GNOME Web Browser Based on the WebKit Rendering Engine Summary: GNOME Web Browser Based on the WebKit Rendering Engine
Url: http://www.gnome.org/projects/epiphany/ Url: http://www.gnome.org/projects/epiphany/
@ -28,7 +29,6 @@ Source: %{name}-%{version}.tar.bz2
# PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 vuntz@novell.com -- Make one-click install work with one-click # PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 vuntz@novell.com -- Make one-click install work with one-click
Patch6: epiphany-safe-one-click-install.patch Patch6: epiphany-safe-one-click-install.patch
BuildRequires: NetworkManager-devel BuildRequires: NetworkManager-devel
BuildRequires: ca-certificates
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gconf2-devel BuildRequires: gconf2-devel
@ -117,15 +117,18 @@ translation-update-upstream
ACLOCAL="aclocal -I m4" autoreconf -f -i ACLOCAL="aclocal -I m4" autoreconf -f -i
%configure \ %configure \
--disable-scrollkeeper \ --disable-scrollkeeper \
--enable-dbus \
--enable-zeroconf \ --enable-zeroconf \
--enable-network-manager \ --enable-network-manager \
--enable-introspection \ --enable-introspection \
--enable-seed \ --enable-seed \
%if 0%{?suse_version} > 1120
--with-ca-file=%{_sysconfdir}/ssl/ca-bundle.pem
%else
--without-ca-file --without-ca-file
%endif # FIXME: when ca-certificates will be recent-enough:
#%if 0%{?suse_version} > 1120
# --with-ca-file=%{_sysconfdir}/ssl/ca-bundle.pem
#%else
# --without-ca-file
#%endif
%__make %{?jobs:-j%jobs} %__make %{?jobs:-j%jobs}
%install %install