[gnome-theme-curvylooks/f15] Update to 0.4 RC1 (adds initial GTK+/GNOME 3 support). Update spec file for new packaging guidelines

Peter Gordon pgordon at fedoraproject.org
Fri Jun 3 07:49:30 UTC 2011


commit fc417870bcfe732af54f628edee3491789830d9d
Author: Peter Gordon <peter at thecodergeek.com>
Date:   Fri Jun 3 00:49:19 2011 -0700

    Update to 0.4 RC1 (adds initial GTK+/GNOME 3 support). Update spec file for new packaging guidelines.

 .gitignore                  |    1 +
 gnome-theme-curvylooks.spec |   33 ++++++++++++++++++---------------
 sources                     |    2 +-
 3 files changed, 20 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f42df0..6b0e913 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 curvylooks-0.3.gtp
+/curvylooks-0.4-rc1.gtp
diff --git a/gnome-theme-curvylooks.spec b/gnome-theme-curvylooks.spec
index 178f48a..e3d4360 100644
--- a/gnome-theme-curvylooks.spec
+++ b/gnome-theme-curvylooks.spec
@@ -1,20 +1,21 @@
 Name:		gnome-theme-curvylooks
-Version:	0.3
-Release:	4%{?dist}
+Version:	0.4
+Release:	0.1.rc1%{?dist}
 Summary:	A modern Clearlooks theme using a Bluecurve-like color scheme 
 
 Group:		User Interface/Desktops
 License:	GPL+
 URL:		http://projects.thecodergeek.com/curvylooks/
 
-Source0:	http://projects.thecodergeek.com/curvylooks/downloads/curvylooks-%{version}.gtp
+Source0:	http://projects.thecodergeek.com/curvylooks/downloads/curvylooks-%{version}-rc1.gtp
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
 ## Requires 2.12 or later due to use of newer Clearlooks features such as the
-## so-called "Gummy" style.
+## so-called "Gummy" style (GTK+ 2 theme only).
 Requires:	gtk2-engines >= 2.12
+## The GTK+ 3 theme is based heavily on the Adwaita engine.
+Requires:	adwaita-gtk3-theme
 ## Metacity pulls in many deps and is already installed on GNOME-based systems,
 ## since it is marked as "mandatory" in comps. However, the Tango icon set
 ## has minimal dependencies and, in the opinion of the author, adds a great
@@ -25,10 +26,10 @@ Requires:	tango-icon-theme
 
 %description
 CurvyLooks, inspired by and based heavily on the work of Billy Cantrell's
-Clearlooks_Cairo-Curve theme, is a simple theme for GTK+ which uses modern
-features of the Clearlooks engine and a Bluecurve-like color scheme to provide
-a rich and aesthetically-pleasing desktop experience, especially after
-prolonged periods of usage.
+Clearlooks_Cairo-Curve and GNOME 3's Adwaita themes, is a set of simple themes
+for GTK+ 2 and 3 which use modern features of the Clearlooks engine and a
+Bluecurve-like color scheme to provide a rich and aesthetically-pleasing
+desktop experience, especially for prolonged periods of usage.
 
 
 %prep
@@ -40,21 +41,23 @@ prolonged periods of usage.
 
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}/%{_datadir}/themes
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog COPYING README TODO
 %{_datadir}/themes/CurvyLooks/
 
 
 %changelog
+* Thu Jun 02 2011 Peter Gordon <peter at thecodergeek.com> - 0.4-0.1.rc1
+- Update to new upstream release candidate (0.4 RC1):
+  - Adds initial support for GNOME 3.
+- Update spec file for new packaging guidelines:
+  - Remove BuildRoot references.
+  - Remove %%defattr from %%files listing.
+- Update %%description to note GTK+ 3 compatibility.
+  
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 955f2b3..a8f23ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5072483cb1339372902fcc2024ee686f  curvylooks-0.3.gtp
+fd01a52168299f63d2f115298820192c  curvylooks-0.4-rc1.gtp


More information about the scm-commits mailing list