[gnome-themes-standard/f15/master] Add a backgrounds subpackage

Matthias Clasen mclasen at fedoraproject.org
Fri Mar 25 00:01:51 UTC 2011


commit 02c8ce5ba5f3e5f783a39c11ae8f021ebb57e1d1
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Thu Mar 24 20:01:11 2011 -0400

    Add a backgrounds subpackage

 gnome-themes-standard.spec |   27 ++++++++++++++++++++++++---
 1 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/gnome-themes-standard.spec b/gnome-themes-standard.spec
index 18ac3b1..9a36efa 100644
--- a/gnome-themes-standard.spec
+++ b/gnome-themes-standard.spec
@@ -1,6 +1,6 @@
 Name: gnome-themes-standard
 Version: 2.91.92.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Standard themes for GNOME applications
 
 Group: User Interface/Desktops
@@ -34,7 +34,7 @@ The adwaita-cursor-theme package contains a modern set of cursors originally
 designed for the GNOME desktop.
 
 %package -n adwaita-gtk2-theme
-Summary: adwaita gtk2 theme
+Summary: Adwaita gtk2 theme
 Group: User Interface/Desktops
 
 %description -n adwaita-gtk2-theme
@@ -42,13 +42,24 @@ The adwaita-gtk2-theme package contains a gtk2 theme for presenting widgets
 with a GNOME look and feel.
 
 %package -n adwaita-gtk3-theme
-Summary: adwaita gtk3 theme
+Summary: Adwaita gtk3 theme
 Group: User Interface/Desktops
 
 %description -n adwaita-gtk3-theme
 The adwaita-gtk3-theme package contains a gtk3 theme for rendering widgets
 with a GNOME look and feel.
 
+%package -n gnome-background-standard
+Summary: A package providing the default GNOME background
+Group: User Interface/Desktops
+Requires: %{name} = %{version}-%{release}
+Provides: system-backgrounds-gnome = 15.0.0-6.fc15
+BuildArch: noarch
+
+%description -n gnome-background-standard
+This package contians the default GNOME background in a form that can
+be used as a drop-in replacement for branded backgrounds.
+
 %prep
 %setup -q
 
@@ -109,19 +120,29 @@ done
 %{_datadir}/themes/HighContrastInverse
 
 %files -n adwaita-cursor-theme
+%defattr(-,root,root,-)
 # Cursors
 %{_datadir}/icons/Adwaita
 
 %files -n adwaita-gtk2-theme
+%defattr(-,root,root,-)
 # gtk2 Theme
 %{_datadir}/themes/Adwaita/gtk-2.0
 
 %files -n adwaita-gtk3-theme
+%defattr(-,root,root,-)
 # gtk3 Theme and engine
 %{_libdir}/gtk-3.0/3.0.0/theming-engines/libadwaita.so
 %{_datadir}/themes/Adwaita/gtk-3.0
 
+%files -n gnome-background-standard
+%defattr(-,root,root,-)
+
+
 %changelog
+* Thu Mar 25 2011 Matthias Clasen <mclasen at redhat.com> 2.91.92.1-2
+- Add a subpackage for the default background
+
 * Mon Mar 21 2011 Cosimo Cecchi <cosimoc at redhat.com> 2.91.92.1-1
 - Update to 2.91.92.1
 


More information about the scm-commits mailing list