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.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
908c85538a dist-git conversion 2010-07-28 09:37:50 +00:00
Bill Nottingham
328eae962f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:27 +00:00
Tom Callaway
9c2eeac4bd fix typo 2008-07-07 16:52:29 +00:00
Tom Callaway
677dc65029 fix conditional comparison 2008-07-07 16:50:16 +00:00
Jesse Keating
0243af4ab1 Initialize branch F-9 for agave 2008-04-20 11:55:28 +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: 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 <tcallawa@redhat.com> - 0.4.2-8
- fix conditional comparison
* Thu Mar 27 2008 Christopher Aillon <caillon@redhat.com> - 0.4.2-7
- Actually build against GCC 4.3