rpms/gnome-theme-clearlooks-bigpack/FC-6 .cvsignore, 1.3, 1.4 gnome-theme-clearlooks-bigpack.spec, 1.4, 1.5 sources, 1.3, 1.4

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sat Nov 4 22:07:01 UTC 2006


Author: pgordon

Update of /cvs/extras/rpms/gnome-theme-clearlooks-bigpack/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8801

Modified Files:
	.cvsignore gnome-theme-clearlooks-bigpack.spec sources 
Log Message:
Add cairo-enabled themes; fix a bunch of aesthetic issues; fix URL


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnome-theme-clearlooks-bigpack/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	23 Dec 2005 06:05:16 -0000	1.3
+++ .cvsignore	4 Nov 2006 22:06:30 -0000	1.4
@@ -1 +1,2 @@
 Clearlooks-Big_Pack-0.6.x.tar.gz
+ALL-CL-Big_Pack-Cairo-0.6.tar.gz


Index: gnome-theme-clearlooks-bigpack.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-theme-clearlooks-bigpack/FC-6/gnome-theme-clearlooks-bigpack.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-theme-clearlooks-bigpack.spec	12 Oct 2006 03:21:53 -0000	1.4
+++ gnome-theme-clearlooks-bigpack.spec	4 Nov 2006 22:06:30 -0000	1.5
@@ -1,12 +1,16 @@
 Name:		gnome-theme-clearlooks-bigpack
 Version:	0.6
-Release:	2%{?dist}
-Summary:        Additional Clearlooks color schemes
+Release:	3%{?dist}
+Summary:	Additional Clearlooks color schemes
 
 Group:		User Interface/Desktops
 License:	GPL
-URL:		http://www.gnome-look.org/content/show.php?content=25557
+URL:		http://gnomethemes.org/?p=43
+
 Source0:	http://kwh.kernow-gb.com/~bvc/theme/gtk/clearlooks/Clearlooks-Big_Pack-0.6.x.tar.gz
+## Using my own hosting so that the tarball will be versioned; have sent an
+## inquiry about this to upstream.
+Source1:	http://mirror.thecodergeek.com/ALL-CL-Big_Pack-Cairo-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
@@ -15,24 +19,37 @@
 %description
 Lots and lots of color schemes for the Clearlooks GTK+ 2.x engine.
 
+
 %prep
-%setup -q -c
+%setup -b 0 -q -c
+%setup -D -b 1 -q -c
+
 
 %build
+# Nothing to build...
+
 
 %install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/themes
-cp -ap Clearlooks* $RPM_BUILD_ROOT%{_datadir}/themes
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/%{_datadir}/themes
+cp -ap Clearlooks* %{buildroot}%{_datadir}/themes
+
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
+
 
 %files
 %defattr(-,root,root,-)
 %{_datadir}/themes/*
 
+
 %changelog
+* Sat Nov 04 2006 Peter Gordon <peter at thecodergeek.com> - 0.6-3
+- Fix homepage URL
+- A bunch of aesthetic cleanups to the spec
+- Add Cairo-enabled themes
+
 * Wed Oct 11 2006 Peter Gordon <peter at thecodergeek.com> 0.6-2
 - Bump EVR and rebuild to pick up new dist tag evaluation (for FC6/Devel)
 - Use hard tabs instead of spaces for the tags for simplicity


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnome-theme-clearlooks-bigpack/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	23 Dec 2005 06:05:17 -0000	1.3
+++ sources	4 Nov 2006 22:06:30 -0000	1.4
@@ -1 +1,2 @@
 9bf7ab320a7054c4ee1e8ee7ec97adca  Clearlooks-Big_Pack-0.6.x.tar.gz
+fbeb82065381d9cebe023e68e19a6d34  ALL-CL-Big_Pack-Cairo-0.6.tar.gz




More information about the scm-commits mailing list