Accepting request 75546 from home:vuntz:branches:GNOME:Factory
Some branding cleanups OBS-URL: https://build.opensuse.org/request/show/75546 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany-branding-openSUSE?expand=0&rev=24
This commit is contained in:
parent
36313e8bce
commit
e653ea9e6f
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 16:27:30 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Bump version to 12.1.
|
||||
- Add a Requires for epiphany, since the branding package is
|
||||
useless without it.
|
||||
- Update summary and description.
|
||||
- Add Url tag.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 9 23:11:01 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -22,10 +22,11 @@
|
||||
# Do not edit this auto generated file! Edit epiphany-branding.spec.in.
|
||||
Name: epiphany-branding-SLED
|
||||
License: GPLv2+
|
||||
Version: 11.4
|
||||
Version: 12.1
|
||||
Release: 1
|
||||
Summary: SLED branding of epiphany
|
||||
Summary: GNOME Web Browser -- SLED default bookmarks and user agent string
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
Url: http://www.gnome.org/projects/epiphany/
|
||||
Source0: COPYING
|
||||
Source1: branding.conf.in
|
||||
# PATCH-FEATURE-OPENSUSE opensuse-bookmarks.patch vuntz@novell.com -- Add openSUSE bookmarks
|
||||
@ -45,6 +46,7 @@ BuildRequires: lsb
|
||||
BuildRequires: suse-release
|
||||
%define distro_version %(lsb_release -r -s)
|
||||
%define epiphany_version %(rpm -q --qf '%%{version}-%%{release}' epiphany)
|
||||
Requires: epiphany = %{epiphany_version}
|
||||
Provides: epiphany-branding = %{epiphany_version}
|
||||
Conflicts: otherproviders(epiphany-branding)
|
||||
Supplements: packageand(epiphany:branding-SLED)
|
||||
@ -52,7 +54,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This package provides SLED Look and Feel for Epiphany.
|
||||
Epiphany is a Web Browser for the GNOME Desktop. Its principles are
|
||||
simplicity and standards compliance.
|
||||
|
||||
This package provides the SLED default bookmarks and user
|
||||
agent string.
|
||||
|
||||
%prep
|
||||
cp -a %{_datadir}/epiphany/default-bookmarks.rdf .
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 16:27:30 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Bump version to 12.1.
|
||||
- Add a Requires for epiphany, since the branding package is
|
||||
useless without it.
|
||||
- Update summary and description.
|
||||
- Add Url tag.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 9 23:11:01 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -22,10 +22,11 @@
|
||||
# Do not edit this auto generated file! Edit epiphany-branding.spec.in.
|
||||
Name: epiphany-branding-openSUSE
|
||||
License: GPLv2+
|
||||
Version: 11.4
|
||||
Version: 12.1
|
||||
Release: 1
|
||||
Summary: openSUSE branding of epiphany
|
||||
Summary: GNOME Web Browser -- openSUSE default bookmarks and user agent string
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
Url: http://www.gnome.org/projects/epiphany/
|
||||
Source0: COPYING
|
||||
Source1: branding.conf.in
|
||||
# PATCH-FEATURE-OPENSUSE opensuse-bookmarks.patch vuntz@novell.com -- Add openSUSE bookmarks
|
||||
@ -45,6 +46,7 @@ BuildRequires: lsb
|
||||
BuildRequires: suse-release
|
||||
%define distro_version %(lsb_release -r -s)
|
||||
%define epiphany_version %(rpm -q --qf '%%{version}-%%{release}' epiphany)
|
||||
Requires: epiphany = %{epiphany_version}
|
||||
Provides: epiphany-branding = %{epiphany_version}
|
||||
Conflicts: otherproviders(epiphany-branding)
|
||||
Supplements: packageand(epiphany:branding-openSUSE)
|
||||
@ -52,7 +54,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This package provides openSUSE Look and Feel for Epiphany.
|
||||
Epiphany is a Web Browser for the GNOME Desktop. Its principles are
|
||||
simplicity and standards compliance.
|
||||
|
||||
This package provides the openSUSE default bookmarks and user
|
||||
agent string.
|
||||
|
||||
%prep
|
||||
cp -a %{_datadir}/epiphany/default-bookmarks.rdf .
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 16:27:30 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Bump version to 12.1.
|
||||
- Add a Requires for epiphany, since the branding package is
|
||||
useless without it.
|
||||
- Update summary and description.
|
||||
- Add Url tag.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 9 23:11:01 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -21,10 +21,11 @@
|
||||
|
||||
Name: epiphany-branding-%{branding_name}
|
||||
License: GPLv2+
|
||||
Version: 11.4
|
||||
Version: 12.1
|
||||
Release: 1
|
||||
Summary: %{branding_name} branding of epiphany
|
||||
Summary: GNOME Web Browser -- %{branding_name} default bookmarks and user agent string
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
Url: http://www.gnome.org/projects/epiphany/
|
||||
Source0: COPYING
|
||||
Source1: branding.conf.in
|
||||
# PATCH-FEATURE-OPENSUSE opensuse-bookmarks.patch vuntz@novell.com -- Add openSUSE bookmarks
|
||||
@ -44,6 +45,7 @@ BuildRequires: lsb
|
||||
BuildRequires: suse-release
|
||||
%define distro_version %(lsb_release -r -s)
|
||||
%define epiphany_version %(rpm -q --qf '%%{version}-%%{release}' epiphany)
|
||||
Requires: epiphany = %{epiphany_version}
|
||||
Provides: epiphany-branding = %{epiphany_version}
|
||||
Conflicts: otherproviders(epiphany-branding)
|
||||
Supplements: packageand(epiphany:branding-%{branding_name})
|
||||
@ -51,7 +53,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This package provides %{branding_name} Look and Feel for Epiphany.
|
||||
Epiphany is a Web Browser for the GNOME Desktop. Its principles are
|
||||
simplicity and standards compliance.
|
||||
|
||||
This package provides the %{branding_name} default bookmarks and user
|
||||
agent string.
|
||||
|
||||
%prep
|
||||
cp -a %{_datadir}/epiphany/default-bookmarks.rdf .
|
||||
|
Loading…
Reference in New Issue
Block a user