Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bacd0c2677 | ||
|
|
047092b9c8 | ||
|
|
3e03b0db5a | ||
|
|
61fc7434eb | ||
|
|
cf6eb1f5d4 |
6 changed files with 23 additions and 33 deletions
|
|
@ -1 +0,0 @@
|
||||||
agave-0.4.2.tar.bz2
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
agave-0.4.7.tar.bz2
|
||||||
21
Makefile
21
Makefile
|
|
@ -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 $$/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)
|
|
||||||
|
|
@ -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.4/src/paletteparser/palette.h.gcc43 2009-11-18 21:22:41.778134993 +0530
|
||||||
--- agave-0.4.2/src/paletteparser/palette.h.gcc43 2008-03-27 11:19:26.000000000 -0400
|
+++ agave-0.4.4/src/paletteparser/palette.h 2009-11-18 21:23:15.044136768 +0530
|
||||||
+++ agave-0.4.2/src/paletteparser/palette.h 2008-03-27 11:37:55.000000000 -0400
|
|
||||||
@@ -26,6 +26,7 @@
|
@@ -26,6 +26,7 @@
|
||||||
#ifndef __PP_PALETTE_H
|
#ifndef __PP_PALETTE_H
|
||||||
#define __PP_PALETTE_H
|
#define __PP_PALETTE_H
|
||||||
|
|
|
||||||
26
agave.spec
26
agave.spec
|
|
@ -1,27 +1,26 @@
|
||||||
Name: agave
|
Name: agave
|
||||||
Version: 0.4.2
|
Version: 0.4.7
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Generate a variety of colorschemes from a single starting color
|
Summary: Generate a variety of colorschemes from a single starting color
|
||||||
|
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://home.gna.org/colorscheme/
|
URL: http://home.gna.org/colorscheme/
|
||||||
Source0: http://download.gna.org/colorscheme/releases/agave-%{version}.tar.bz2
|
Source0: http://download.gna.org/colorscheme/releases/agave-%{version}.tar.bz2
|
||||||
Patch1: agave-gcc43.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
# see http://home.gna.org/colorscheme/downloads.shtml for buildreqs
|
# see http://home.gna.org/colorscheme/downloads.shtml for buildreqs
|
||||||
BuildRequires: gtkmm24-devel >= 2.6, libgnomeui-devel >= 2.0, desktop-file-utils
|
BuildRequires: gtkmm24-devel >= 2.6, libgnomeui-devel >= 2.0, desktop-file-utils
|
||||||
BuildRequires: cppunit-devel, gnome-vfsmm26-devel, boost-devel, gconfmm26-devel
|
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
|
BuildRequires: scrollkeeper
|
||||||
%if 0%{?fedora} >= 5
|
%if 0%{?fedora} >= 5
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Renamed from colorscheme
|
# Renamed from colorscheme
|
||||||
Provides: colorscheme = %{version}-%{release}
|
#Provides: colorscheme = %{version}-%{release}
|
||||||
Obsoletes: colorscheme <= 0.3.91-2
|
#Obsoletes: colorscheme <= 0.3.91-2
|
||||||
|
|
||||||
Requires(pre): GConf2
|
Requires(pre): GConf2
|
||||||
Requires(post): scrollkeeper, GConf2
|
Requires(post): scrollkeeper, GConf2
|
||||||
|
|
@ -38,7 +37,6 @@ allows you to generate a variety of colorschemes from a single starting color.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .gcc43
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
@ -97,6 +95,8 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||||
fi
|
fi
|
||||||
# Scrollkeeper
|
# Scrollkeeper
|
||||||
scrollkeeper-update -q || :
|
scrollkeeper-update -q || :
|
||||||
|
|
||||||
|
%preun
|
||||||
# GConf
|
# GConf
|
||||||
if [ "$1" -eq 0 ]; then
|
if [ "$1" -eq 0 ]; then
|
||||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||||
|
|
@ -121,6 +121,18 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 04 2010 Vivek Shah <boni.vivek at gmail.com> - 0.4.7-1
|
||||||
|
- Updated to new upstream version
|
||||||
|
- Fixes bug #556978
|
||||||
|
- Removed unnecessary patches
|
||||||
|
|
||||||
|
* Wed Nov 18 2009 Vivek Shah <boni.vivek at gmail.com> - 0.4.4-1
|
||||||
|
- Updated to new upstream version
|
||||||
|
- Fixed gconf preun scriptlet
|
||||||
|
|
||||||
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-9
|
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.2-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
eb0801cc951c93f5a8fefb4b1c8afb09 agave-0.4.2.tar.bz2
|
93097881f28dcae1eca2800a763f77c3 agave-0.4.7.tar.bz2
|
||||||
|
|
|
||||||
Reference in a new issue