Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
190733afab dist-git conversion 2010-07-28 09:37:41 +00:00
Bill Nottingham
3fd32ebb7e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:27 +00:00
Tom Callaway
f16b1c7302 fix conditional comparison 2008-07-07 16:49:36 +00:00
Jesse Keating
3ba784fc0f Initialize branch F-8 for agave 2007-10-20 03:52:33 +00:00
3 changed files with 5 additions and 23 deletions

View file

View file

@ -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)

View file

@ -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 <tcallawa@redhat.com> 0.4.2-5.1
- fix conditional comparison
* Sat Aug 25 2007 Aurelien Bompard <abompard@fedoraproject.org> 0.4.2-5
- fix License tag
- rebuild for BuildID