Accepting request 46114 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/epiphany via accept of submit request 46114 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/46114 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=76
This commit is contained in:
parent
213cf85e39
commit
951f2971b4
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 24 15:49:35 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Do not call autoreconf: this is not needed anymore.
|
||||||
|
- Remove gcc-c++, gnome-common, gtk-doc BuildRequires.
|
||||||
|
- Remove gir-repository BuildRequires: not needed anymore.
|
||||||
|
- Merge doc subpackage with devel subpackage, since this is
|
||||||
|
developer documentation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 17 15:35:08 CEST 2010 - dimstar@opensuse.org
|
Tue Aug 17 15:35:08 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -32,15 +32,11 @@ Patch6: epiphany-safe-one-click-install.patch
|
|||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
BuildRequires: ca-certificates
|
BuildRequires: ca-certificates
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: gconf2-devel
|
BuildRequires: gconf2-devel
|
||||||
BuildRequires: gir-repository
|
|
||||||
BuildRequires: gnome-common
|
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: gnome-icon-theme
|
BuildRequires: gnome-icon-theme
|
||||||
BuildRequires: gnome-themes
|
BuildRequires: gnome-themes
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: iso-codes-devel
|
BuildRequires: iso-codes-devel
|
||||||
BuildRequires: libavahi-gobject-devel
|
BuildRequires: libavahi-gobject-devel
|
||||||
@ -78,23 +74,13 @@ Requires: %{name} = %{version}
|
|||||||
Requires: gtk2-devel
|
Requires: gtk2-devel
|
||||||
Requires: libwebkitgtk-devel
|
Requires: libwebkitgtk-devel
|
||||||
Requires: libxml2-devel
|
Requires: libxml2-devel
|
||||||
|
Provides: %{name}-doc = %{version}
|
||||||
|
Obsoletes: %{name}-doc < %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Epiphany is a Web Browser for the GNOME Desktop. Its principles are
|
Epiphany is a Web Browser for the GNOME Desktop. Its principles are
|
||||||
simplicity and standards compliance.
|
simplicity and standards compliance.
|
||||||
|
|
||||||
%package doc
|
|
||||||
License: GPLv2+
|
|
||||||
Summary: Developer Documentation for Epiphany
|
|
||||||
Group: Productivity/Networking/Web/Browsers
|
|
||||||
Requires: %{name} = %{version}
|
|
||||||
|
|
||||||
%description doc
|
|
||||||
Epiphany is a Web Browser for the GNOME Desktop. Its principles are
|
|
||||||
simplicity and standards compliance.
|
|
||||||
|
|
||||||
This package contains developer documentation for epiphany.
|
|
||||||
|
|
||||||
%package branding-upstream
|
%package branding-upstream
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: Upstream branding of Epiphany
|
Summary: Upstream branding of Epiphany
|
||||||
@ -117,14 +103,13 @@ translation-update-upstream
|
|||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ACLOCAL="aclocal -I m4" autoreconf -f -i
|
|
||||||
%configure \
|
%configure \
|
||||||
--disable-scrollkeeper \
|
--disable-scrollkeeper \
|
||||||
|
--disable-maintainer-mode \
|
||||||
|
--enable-introspection \
|
||||||
--enable-zeroconf \
|
--enable-zeroconf \
|
||||||
--enable-network-manager \
|
--enable-network-manager \
|
||||||
--enable-introspection \
|
|
||||||
--enable-seed \
|
--enable-seed \
|
||||||
--disable-maintainer-mode \
|
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
--with-ca-file=%{_sysconfdir}/ssl/ca-bundle.pem
|
--with-ca-file=%{_sysconfdir}/ssl/ca-bundle.pem
|
||||||
%else
|
%else
|
||||||
@ -187,14 +172,11 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc %{_datadir}/gtk-doc/html/epiphany/
|
||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
%{_includedir}/epiphany*
|
%{_includedir}/epiphany*
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files doc
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_datadir}/gtk-doc/html/epiphany
|
|
||||||
|
|
||||||
%files branding-upstream
|
%files branding-upstream
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/epiphany/default-bookmarks.rdf
|
%{_datadir}/epiphany/default-bookmarks.rdf
|
||||||
|
Loading…
Reference in New Issue
Block a user