Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
908c85538a | ||
|
|
328eae962f | ||
|
|
9c2eeac4bd | ||
|
|
677dc65029 | ||
|
|
0243af4ab1 |
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
|
Name: agave
|
||||||
Version: 0.4.2
|
Version: 0.4.2
|
||||||
Release: 7%{?dist}
|
Release: 8%{?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
|
||||||
|
|
@ -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: cppunit-devel, gnome-vfsmm26-devel, boost-devel, gconfmm26-devel
|
||||||
BuildRequires: gettext, gnome-doc-utils, libglademm24-devel
|
BuildRequires: gettext, gnome-doc-utils, libglademm24-devel
|
||||||
BuildRequires: scrollkeeper
|
BuildRequires: scrollkeeper
|
||||||
%if "%{fedora}" >= "5"
|
%if 0%{?fedora} >= 5
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
@ -121,6 +121,9 @@ fi
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 27 2008 Christopher Aillon <caillon@redhat.com> - 0.4.2-7
|
||||||
- Actually build against GCC 4.3
|
- Actually build against GCC 4.3
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue