Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
190733afab | ||
|
|
3fd32ebb7e | ||
|
|
f16b1c7302 | ||
|
|
3ba784fc0f |
3 changed files with 5 additions and 23 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
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,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
|
||||
|
|
|
|||
Reference in a new issue