From 3ba784fc0f57a39209837c3dc696b920c741660a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 20 Oct 2007 03:52:33 +0000 Subject: [PATCH 01/17] Initialize branch F-8 for agave --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..e9e7ccd --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-8 From 9e2d3d4788eb749c61c75eab245770c2a8e3722e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 18 Feb 2008 18:10:09 +0000 Subject: [PATCH 02/17] - Autorebuild for GCC 4.3 --- agave.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/agave.spec b/agave.spec index f25c2ee..74d1995 100644 --- a/agave.spec +++ b/agave.spec @@ -1,6 +1,6 @@ Name: agave Version: 0.4.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -119,6 +119,9 @@ fi %changelog +* Mon Feb 18 2008 Fedora Release Engineering - 0.4.2-6 +- Autorebuild for GCC 4.3 + * Sat Aug 25 2007 Aurelien Bompard 0.4.2-5 - fix License tag - rebuild for BuildID From df1c1f5b02ec14719bd84d7bb7d711137af6ce93 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 27 Mar 2008 15:42:32 +0000 Subject: [PATCH 03/17] - Actually build against GCC 4.3 --- agave-gcc43.patch | 11 +++++++++++ agave.spec | 7 ++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 agave-gcc43.patch diff --git a/agave-gcc43.patch b/agave-gcc43.patch new file mode 100644 index 0000000..9f23771 --- /dev/null +++ b/agave-gcc43.patch @@ -0,0 +1,11 @@ +diff -up agave-0.4.2/src/paletteparser/palette.h.gcc43 agave-0.4.2/src/paletteparser/palette.h +--- agave-0.4.2/src/paletteparser/palette.h.gcc43 2008-03-27 11:19:26.000000000 -0400 ++++ agave-0.4.2/src/paletteparser/palette.h 2008-03-27 11:37:55.000000000 -0400 +@@ -26,6 +26,7 @@ + #ifndef __PP_PALETTE_H + #define __PP_PALETTE_H + ++#include + #include + #include + #include diff --git a/agave.spec b/agave.spec index 74d1995..5b29b6b 100644 --- a/agave.spec +++ b/agave.spec @@ -1,12 +1,13 @@ Name: agave Version: 0.4.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia License: GPLv2+ URL: http://home.gna.org/colorscheme/ Source0: http://download.gna.org/colorscheme/releases/agave-%{version}.tar.bz2 +Patch1: agave-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # see http://home.gna.org/colorscheme/downloads.shtml for buildreqs @@ -37,6 +38,7 @@ allows you to generate a variety of colorschemes from a single starting color. %prep %setup -q +%patch1 -p1 -b .gcc43 %build @@ -119,6 +121,9 @@ fi %changelog +* Thu Mar 27 2008 Christopher Aillon - 0.4.2-7 +- Actually build against GCC 4.3 + * Mon Feb 18 2008 Fedora Release Engineering - 0.4.2-6 - Autorebuild for GCC 4.3 From f16b1c7302da367f39dc3b9f991a5dfb3a5a3c4d Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 7 Jul 2008 16:49:36 +0000 Subject: [PATCH 04/17] fix conditional comparison --- agave.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/agave.spec b/agave.spec index f25c2ee..d7d88ee 100644 --- a/agave.spec +++ b/agave.spec @@ -1,6 +1,6 @@ Name: agave Version: 0.4.2 -Release: 5%{?dist} +Release: 5%{?dist}.1 Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -14,7 +14,7 @@ BuildRequires: gtkmm24-devel >= 2.6, libgnomeui-devel >= 2.0, desktop-file-util BuildRequires: cppunit-devel, gnome-vfsmm26-devel, boost-devel, gconfmm26-devel BuildRequires: gettext, gnome-doc-utils, libglademm24-devel BuildRequires: scrollkeeper -%if "%{fedora}" >= "5" +%if 0%{?fedora} >= 5 BuildRequires: libSM-devel %endif @@ -119,6 +119,9 @@ fi %changelog +* Mon Jul 7 2008 Tom "spot" Callaway 0.4.2-5.1 +- fix conditional comparison + * Sat Aug 25 2007 Aurelien Bompard 0.4.2-5 - fix License tag - rebuild for BuildID From fce6830c31de6a6e0c8651348da4627668e026f1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 7 Jul 2008 16:50:46 +0000 Subject: [PATCH 05/17] fix conditional comparison --- agave.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/agave.spec b/agave.spec index 5b29b6b..8874b21 100644 --- a/agave.spec +++ b/agave.spec @@ -1,6 +1,6 @@ Name: agave Version: 0.4.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -15,7 +15,7 @@ BuildRequires: gtkmm24-devel >= 2.6, libgnomeui-devel >= 2.0, desktop-file-util BuildRequires: cppunit-devel, gnome-vfsmm26-devel, boost-devel, gconfmm26-devel BuildRequires: gettext, gnome-doc-utils, libglademm24-devel BuildRequires: scrollkeeper -%if "%{fedora}" >= "5" +%if 0%{?fedora} >= 5 BuildRequires: libSM-devel %endif @@ -121,6 +121,9 @@ fi %changelog +* Mon JUl 7 2008 Tom "spot" Callaway - 0.4.2-8 +- fix conditional comparison + * Thu Mar 27 2008 Christopher Aillon - 0.4.2-7 - Actually build against GCC 4.3 From b5bf1c37c048a3aa652583fbfc4f8ce4ce382d50 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 7 Jul 2008 16:52:56 +0000 Subject: [PATCH 06/17] fix typo --- agave.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agave.spec b/agave.spec index 8874b21..c0f2cc4 100644 --- a/agave.spec +++ b/agave.spec @@ -121,7 +121,7 @@ fi %changelog -* Mon JUl 7 2008 Tom "spot" Callaway - 0.4.2-8 +* Mon Jul 7 2008 Tom "spot" Callaway - 0.4.2-8 - fix conditional comparison * Thu Mar 27 2008 Christopher Aillon - 0.4.2-7 From 03bb8d92fcdccee0bbb14aca93f270909ceb2684 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 24 Feb 2009 00:16:46 +0000 Subject: [PATCH 07/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- agave.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/agave.spec b/agave.spec index c0f2cc4..5f527d3 100644 --- a/agave.spec +++ b/agave.spec @@ -1,6 +1,6 @@ Name: agave Version: 0.4.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -121,6 +121,9 @@ fi %changelog +* Mon Feb 23 2009 Fedora Release Engineering - 0.4.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Mon Jul 7 2008 Tom "spot" Callaway - 0.4.2-8 - fix conditional comparison From e3c32e9070c1330cf18ce16096dc24ae54adc3d4 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 24 Jul 2009 16:38:05 +0000 Subject: [PATCH 08/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- agave.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/agave.spec b/agave.spec index 5f527d3..a0e3d1c 100644 --- a/agave.spec +++ b/agave.spec @@ -1,6 +1,6 @@ Name: agave Version: 0.4.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -121,6 +121,9 @@ fi %changelog +* Fri Jul 24 2009 Fedora Release Engineering - 0.4.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Mon Feb 23 2009 Fedora Release Engineering - 0.4.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 2025ab50e0ef92186395f7f849ac47428ad25a26 Mon Sep 17 00:00:00 2001 From: Vivek Shah Date: Wed, 18 Nov 2009 17:08:46 +0000 Subject: [PATCH 09/17] - Updated to new upstream version - Fixed gconf preun scriptlet --- .cvsignore | 2 +- agave-gcc43.patch | 5 ++--- agave.spec | 10 ++++++++-- sources | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0c76be0..65c2c21 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -agave-0.4.2.tar.bz2 +agave-0.4.4.tar.bz2 diff --git a/agave-gcc43.patch b/agave-gcc43.patch index 9f23771..ea6edf1 100644 --- a/agave-gcc43.patch +++ b/agave-gcc43.patch @@ -1,6 +1,5 @@ -diff -up agave-0.4.2/src/paletteparser/palette.h.gcc43 agave-0.4.2/src/paletteparser/palette.h ---- agave-0.4.2/src/paletteparser/palette.h.gcc43 2008-03-27 11:19:26.000000000 -0400 -+++ agave-0.4.2/src/paletteparser/palette.h 2008-03-27 11:37:55.000000000 -0400 +--- agave-0.4.4/src/paletteparser/palette.h.gcc43 2009-11-18 21:22:41.778134993 +0530 ++++ agave-0.4.4/src/paletteparser/palette.h 2009-11-18 21:23:15.044136768 +0530 @@ -26,6 +26,7 @@ #ifndef __PP_PALETTE_H #define __PP_PALETTE_H diff --git a/agave.spec b/agave.spec index a0e3d1c..6f262bb 100644 --- a/agave.spec +++ b/agave.spec @@ -1,6 +1,6 @@ Name: agave -Version: 0.4.2 -Release: 10%{?dist} +Version: 0.4.4 +Release: 1%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -97,6 +97,8 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi # Scrollkeeper scrollkeeper-update -q || : + +%preun # GConf if [ "$1" -eq 0 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` @@ -121,6 +123,10 @@ fi %changelog +* Wed Nov 18 2009 Vivek Shah - 0.4.4-1 +- Updated to new upstream version +- Fixed gconf preun scriptlet + * Fri Jul 24 2009 Fedora Release Engineering - 0.4.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 4ee9dba..b09b1fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb0801cc951c93f5a8fefb4b1c8afb09 agave-0.4.2.tar.bz2 +376b4cfc4b63f3f42572207c84c9b182 agave-0.4.4.tar.bz2 From 4bb830acd0233dfaed9fa76d725d83ad63dbd60e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:38:41 +0000 Subject: [PATCH 10/17] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 03b48b1..6364b0f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: agave -# $Id$ +# $Id: Makefile,v 1.1 2006/07/23 15:42:19 abompard Exp $ NAME := agave SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 3fd32ebb7eed696eaff42e48435345b4588f0024 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:25:27 +0000 Subject: [PATCH 11/17] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03b48b1..b355813 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := agave SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From cbbed4440b60c435cb6bc412b2ae8de332f20b99 Mon Sep 17 00:00:00 2001 From: Vivek Shah Date: Sun, 4 Apr 2010 07:29:41 +0000 Subject: [PATCH 12/17] - Updated to new upstream version - Fixes bug #556978 --- .cvsignore | 2 +- agave.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 65c2c21..dccb07f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -agave-0.4.4.tar.bz2 +agave-0.4.7.tar.bz2 diff --git a/agave.spec b/agave.spec index 6f262bb..1b84406 100644 --- a/agave.spec +++ b/agave.spec @@ -7,21 +7,20 @@ Group: Applications/Multimedia License: GPLv2+ URL: http://home.gna.org/colorscheme/ Source0: http://download.gna.org/colorscheme/releases/agave-%{version}.tar.bz2 -Patch1: agave-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # see http://home.gna.org/colorscheme/downloads.shtml for buildreqs BuildRequires: gtkmm24-devel >= 2.6, libgnomeui-devel >= 2.0, desktop-file-utils BuildRequires: cppunit-devel, gnome-vfsmm26-devel, boost-devel, gconfmm26-devel -BuildRequires: gettext, gnome-doc-utils, libglademm24-devel +BuildRequires: gettext, gnome-doc-utils, libglademm24-devel, intltool >= 0.35 BuildRequires: scrollkeeper %if 0%{?fedora} >= 5 BuildRequires: libSM-devel %endif # Renamed from colorscheme -Provides: colorscheme = %{version}-%{release} -Obsoletes: colorscheme <= 0.3.91-2 +#Provides: colorscheme = %{version}-%{release} +#Obsoletes: colorscheme <= 0.3.91-2 Requires(pre): GConf2 Requires(post): scrollkeeper, GConf2 @@ -38,7 +37,6 @@ allows you to generate a variety of colorschemes from a single starting color. %prep %setup -q -%patch1 -p1 -b .gcc43 %build @@ -123,6 +121,11 @@ fi %changelog +* Sun Apr 04 2010 Vivek Shah - 0.4.7-1 +- Updated to new upstream version +- Fixes bug #556978 +- Removed unnecessary patches + * Wed Nov 18 2009 Vivek Shah - 0.4.4-1 - Updated to new upstream version - Fixed gconf preun scriptlet diff --git a/sources b/sources index b09b1fb..d4d5e07 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -376b4cfc4b63f3f42572207c84c9b182 agave-0.4.4.tar.bz2 +93097881f28dcae1eca2800a763f77c3 agave-0.4.7.tar.bz2 From 0278909b4bc87638e30d34eb226a463b78b67714 Mon Sep 17 00:00:00 2001 From: Vivek Shah Date: Sun, 4 Apr 2010 07:31:57 +0000 Subject: [PATCH 13/17] - Fixed wrong version number --- agave.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agave.spec b/agave.spec index 1b84406..c0f28eb 100644 --- a/agave.spec +++ b/agave.spec @@ -1,5 +1,5 @@ Name: agave -Version: 0.4.4 +Version: 0.4.7 Release: 1%{?dist} Summary: Generate a variety of colorschemes from a single starting color From 190733afaba757c1566b81f5cf0b2f6bc9e93553 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:37:41 +0000 Subject: [PATCH 14/17] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index b355813..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: agave -# $Id$ -NAME := agave -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index e9e7ccd..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-8 From 178e71707a244360e5f8198354a372072ab592b5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:37:49 +0000 Subject: [PATCH 15/17] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 6364b0f..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: agave -# $Id: Makefile,v 1.1 2006/07/23 15:42:19 abompard Exp $ -NAME := agave -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From a4c5c9a4c27ce48b8dc7908624c4e3123325feb6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 18:35:11 -0600 Subject: [PATCH 16/17] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- agave.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/agave.spec b/agave.spec index c0f28eb..3f5edf5 100644 --- a/agave.spec +++ b/agave.spec @@ -1,6 +1,6 @@ Name: agave Version: 0.4.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Generate a variety of colorschemes from a single starting color Group: Applications/Multimedia @@ -121,6 +121,9 @@ fi %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.4.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Sun Apr 04 2010 Vivek Shah - 0.4.7-1 - Updated to new upstream version - Fixes bug #556978 From 334934e8165672b71c7187cc46e0bf9302297026 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 25 Jul 2011 17:07:21 -0400 Subject: [PATCH 17/17] Retire agave. --- agave-gcc43.patch | 10 --- agave.spec | 208 ---------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 219 deletions(-) delete mode 100644 agave-gcc43.patch delete mode 100644 agave.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/agave-gcc43.patch b/agave-gcc43.patch deleted file mode 100644 index ea6edf1..0000000 --- a/agave-gcc43.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- agave-0.4.4/src/paletteparser/palette.h.gcc43 2009-11-18 21:22:41.778134993 +0530 -+++ agave-0.4.4/src/paletteparser/palette.h 2009-11-18 21:23:15.044136768 +0530 -@@ -26,6 +26,7 @@ - #ifndef __PP_PALETTE_H - #define __PP_PALETTE_H - -+#include - #include - #include - #include diff --git a/agave.spec b/agave.spec deleted file mode 100644 index 3f5edf5..0000000 --- a/agave.spec +++ /dev/null @@ -1,208 +0,0 @@ -Name: agave -Version: 0.4.7 -Release: 2%{?dist} -Summary: Generate a variety of colorschemes from a single starting color - -Group: Applications/Multimedia -License: GPLv2+ -URL: http://home.gna.org/colorscheme/ -Source0: http://download.gna.org/colorscheme/releases/agave-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -# see http://home.gna.org/colorscheme/downloads.shtml for buildreqs -BuildRequires: gtkmm24-devel >= 2.6, libgnomeui-devel >= 2.0, desktop-file-utils -BuildRequires: cppunit-devel, gnome-vfsmm26-devel, boost-devel, gconfmm26-devel -BuildRequires: gettext, gnome-doc-utils, libglademm24-devel, intltool >= 0.35 -BuildRequires: scrollkeeper -%if 0%{?fedora} >= 5 -BuildRequires: libSM-devel -%endif - -# Renamed from colorscheme -#Provides: colorscheme = %{version}-%{release} -#Obsoletes: colorscheme <= 0.3.91-2 - -Requires(pre): GConf2 -Requires(post): scrollkeeper, GConf2 -Requires(preun): GConf2 -Requires(postun): scrollkeeper - -%description -Have you ever been re-finishing a room in your home and found yourself asking -"What color would go well with this" ? Or been working on a website and not -able to find the perfect colorscheme to go with the company logo ? -Try Agave. Agave is a very simple application for the GNOME desktop that -allows you to generate a variety of colorschemes from a single starting color. - - -%prep -%setup -q - - -%build -%configure --disable-schemas-install --disable-scrollkeeper -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -#export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 -make install DESTDIR=$RPM_BUILD_ROOT - -desktop-file-install --vendor fedora \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --delete-original \ - --remove-category GNOME \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop - -%{find_lang} %{name} - -%check -make check || : - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%pre -if [ "$1" -gt 1 ]; then - export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` - gconftool-2 --makefile-uninstall-rule \ - %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - killall -HUP gconfd-2 >/dev/null 2>&1 || : -fi - -%post -# Icons -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi -# Scrollkeeper -scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : -# GConf -export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -gconftool-2 --makefile-install-rule \ - %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : -killall -HUP gconfd-2 >/dev/null 2>&1 || : - -%postun -# Icons -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi -# Scrollkeeper -scrollkeeper-update -q || : - -%preun -# GConf -if [ "$1" -eq 0 ]; then - export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` - gconftool-2 --makefile-uninstall-rule \ - %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : - killall -HUP gconfd-2 >/dev/null 2>&1 || : -fi - - -%files -f %{name}.lang -%defattr(-,root,root,-) -%doc README COPYING NEWS AUTHORS ChangeLog TODO -%{_bindir}/%{name} -%{_datadir}/applications/*.desktop -%{_datadir}/%{name} -%{_datadir}/icons/hicolor/*/*/*.png -%{_datadir}/icons/hicolor/scalable/*/*.svg -%{_sysconfdir}/gconf/schemas/*.schemas -%{_datadir}/gnome/help/%{name} -%{_datadir}/omf/%{name} - - - -%changelog -* Mon Feb 07 2011 Fedora Release Engineering - 0.4.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sun Apr 04 2010 Vivek Shah - 0.4.7-1 -- Updated to new upstream version -- Fixes bug #556978 -- Removed unnecessary patches - -* Wed Nov 18 2009 Vivek Shah - 0.4.4-1 -- Updated to new upstream version -- Fixed gconf preun scriptlet - -* Fri Jul 24 2009 Fedora Release Engineering - 0.4.2-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Feb 23 2009 Fedora Release Engineering - 0.4.2-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Jul 7 2008 Tom "spot" Callaway - 0.4.2-8 -- fix conditional comparison - -* Thu Mar 27 2008 Christopher Aillon - 0.4.2-7 -- Actually build against GCC 4.3 - -* Mon Feb 18 2008 Fedora Release Engineering - 0.4.2-6 -- Autorebuild for GCC 4.3 - -* Sat Aug 25 2007 Aurelien Bompard 0.4.2-5 -- fix License tag -- rebuild for BuildID - -* Sun Jun 10 2007 Aurelien Bompard 0.4.2-4 -- reverted yelp requirement (should be optional) - -* Sat Jun 09 2007 Aurelien Bompard 0.4.2-3 -- Require yelp for the help system (#243375) - -* Sun Mar 04 2007 Aurelien Bompard 0.4.2-2 -- fix abusive cut-n-paste - -* Sat Mar 03 2007 Aurelien Bompard 0.4.2-1 -- version 0.4.2 - -* Sat Oct 07 2006 Aurelien Bompard 0.4.1-1 -- version 0.4.1 -- drop patch (applied upstream) - -* Wed Aug 30 2006 Aurelien Bompard 0.4.0-2 -- rebuild - -* Sun Jul 23 2006 Aurelien Bompard 0.4.0-1 -- version 0.4.0 -- renamed to Agave - -* Tue Jun 20 2006 Aurelien Bompard 0.3.91-2 -- BR: gettext - -* Tue Apr 11 2006 Aurelien Bompard 0.3.91-1 -- update to 0.3.91 -- fix build outside the buildsystem (bug 188480) - -* Tue Feb 21 2006 Aurelien Bompard 0.3-3 -- rebuild for fc5 - -* Wed Nov 23 2005 Aurelien Bompard 0.3-2 -- fix build with modular Xorg - -* Wed Nov 23 2005 Aurelien Bompard 0.3-1 -- version 0.3 - -* Fri Nov 04 2005 Aurelien Bompard 0.2.2.2-1 -- version 0.2.2.2 - -* Sat Oct 22 2005 Aurelien Bompard 0.2.2.1-1 -- version 0.2.2.1 - -* Sat Sep 24 2005 Aurelien Bompard 0.2.2-1 -- version 0.2.2 -- drop patch (applied upstream) - -* Wed Sep 21 2005 Aurelien Bompard 0.2.1-2 -- add patch for missing include - -* Sun Sep 18 2005 Aurelien Bompard 0.2.1-1 -- initial Fedora package (reviewed in bug 168635) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6c90bdc --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS). diff --git a/sources b/sources deleted file mode 100644 index d4d5e07..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -93097881f28dcae1eca2800a763f77c3 agave-0.4.7.tar.bz2