OBS User unknown 2008-09-13 03:23:04 +00:00 committed by Git OBS Bridge
parent c6110069f3
commit 5df96b9532
3 changed files with 42 additions and 12 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 11 02:18:59 CEST 2008 - vuntz@novell.com
- Add more openSUSE bookmarks.
- Clean up spec file.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 29 16:00:03 CEST 2008 - vuntz@novell.com Tue Jul 29 16:00:03 CEST 2008 - vuntz@novell.com

View File

@ -21,14 +21,14 @@
Name: epiphany-branding-openSUSE Name: epiphany-branding-openSUSE
License: GPL v2 or later License: GPL v2 or later
Version: 11.0 Version: 11.0
Release: 2 Release: 29
Summary: openSUSE branding of epiphany Summary: openSUSE branding of epiphany
Group: Productivity/Networking/Web/Browsers Group: Productivity/Networking/Web/Browsers
# PATCH-FEATURE-OPENSUSE opensuse-bookmarks.patch vuntz@novell.com -- Add openSUSE bookmarks # PATCH-FEATURE-OPENSUSE opensuse-bookmarks.patch vuntz@novell.com -- Add openSUSE bookmarks
Patch0: opensuse-bookmarks.patch Patch0: opensuse-bookmarks.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: epiphany-branding = 2.22.2 Provides: epiphany-branding = 2.22.2
Supplements: packageand(branding-openSUSE:epiphany) Supplements: packageand(epiphany:branding-openSUSE)
BuildArch: noarch BuildArch: noarch
# To be in sync with upstream defaults, do branding as a patch for upstream file. # To be in sync with upstream defaults, do branding as a patch for upstream file.
# WARNING: As this package conflicts with epiphany-branding-openSUSE, you cannot # WARNING: As this package conflicts with epiphany-branding-openSUSE, you cannot
@ -61,16 +61,15 @@ install -m0644 brand.properties $RPM_BUILD_ROOT/%{_datadir}/epiphany/chrome/bran
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post
%postun
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/epiphany/default-bookmarks.rdf %{_datadir}/epiphany/default-bookmarks.rdf
%{_datadir}/epiphany/chrome/branding/* %{_datadir}/epiphany/chrome/branding/*
%changelog %changelog
* Thu Sep 11 2008 vuntz@novell.com
- Add more openSUSE bookmarks.
- Clean up spec file.
* Tue Jul 29 2008 vuntz@novell.com * Tue Jul 29 2008 vuntz@novell.com
- New package. - New package.
- Add openSUSE documentation bookmark. (fate#305003) - Add openSUSE documentation bookmark. (fate#305003)

View File

@ -1,24 +1,49 @@
--- default-bookmarks.rdf.old 2008-07-30 03:43:13.000000000 +0200 --- default-bookmarks.rdf.old 2008-07-30 03:43:13.000000000 +0200
+++ default-bookmarks.rdf 2008-07-30 03:43:24.000000000 +0200 +++ default-bookmarks.rdf 2008-07-30 03:43:24.000000000 +0200
@@ -6,6 +6,8 @@ @@ -6,6 +6,13 @@
<items> <items>
<rdf:Seq> <rdf:Seq>
<rdf:li rdf:resource="http://www.google.com"/> <rdf:li rdf:resource="http://www.google.com"/>
+ <rdf:li rdf:resource="http://news.opensuse.org"/> + <rdf:li rdf:resource="http://www.opensuse.org"/>
+ <rdf:li rdf:resource="http://www.opensuse.org/documentation/"/> + <rdf:li rdf:resource="http://www.opensuse.org/documentation/"/>
+ <rdf:li rdf:resource="http://forums.opensuse.org"/>
+ <rdf:li rdf:resource="http://news.opensuse.org"/>
+ <rdf:li rdf:resource="http://software.opensuse.org"/>
+ <rdf:li rdf:resource="http://www.opensuse.org/How_to_Participate"/>
+ <rdf:li rdf:resource="http://www.planetsuse.org"/>
</rdf:Seq> </rdf:Seq>
</items> </items>
</channel> </channel>
@@ -20,4 +22,12 @@ @@ -20,4 +23,32 @@
"http://www.google.nl" and "http://www.google.nl/search?q=%s" --> "http://www.google.nl" and "http://www.google.nl/search?q=%s" -->
<ephy:smartlink>http://www.google.com/search?q=%s&amp;ie=UTF-8&amp;oe=UTF-8</ephy:smartlink> <ephy:smartlink>http://www.google.com/search?q=%s&amp;ie=UTF-8&amp;oe=UTF-8</ephy:smartlink>
</item> </item>
+ <item rdf:about="http://news.opensuse.org"> + <item rdf:about="http://www.opensuse.org">
+ <title>openSUSE News</title> + <title>openSUSE</title>
+ <link>http://news.opensuse.org</link> + <link>http://www.opensuse.org</link>
+ </item> + </item>
+ <item rdf:about="http://www.opensuse.org/documentation/"> + <item rdf:about="http://www.opensuse.org/documentation/">
+ <title>openSUSE Documentation</title> + <title>openSUSE Documentation</title>
+ <link>http://www.opensuse.org/documentation/</link> + <link>http://www.opensuse.org/documentation/</link>
+ </item>
+ <item rdf:about="http://forums.opensuse.org">
+ <title>openSUSE Forums</title>
+ <link>http://forums.opensuse.org</link>
+ </item>
+ <item rdf:about="http://news.opensuse.org">
+ <title>openSUSE News</title>
+ <link>http://news.opensuse.org</link>
+ </item>
+ <item rdf:about="http://software.opensuse.org">
+ <title>openSUSE Download</title>
+ <link>http://software.opensuse.org</link>
+ </item>
+ <item rdf:about="http://www.opensuse.org/How_to_Participate">
+ <title>How To participate in openSUSE</title>
+ <link>http://www.opensuse.org/How_to_Participate</link>
+ </item>
+ <item rdf:about="http://www.planetsuse.org">
+ <title>Planet SUSE</title>
+ <link>http://www.planetsuse.org</link>
+ </item> + </item>
</rdf:RDF> </rdf:RDF>