Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8424fa4c26 | ||
|
|
1be996e0ba | ||
|
|
921da17c7a | ||
|
|
80b0c30cbe |
3 changed files with 4 additions and 22 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: aalib
|
||||
# $Id$
|
||||
NAME := aalib
|
||||
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)
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
Summary: ASCII art library
|
||||
Name: aalib
|
||||
Version: 1.4.0
|
||||
Release: 0.18.%{rc_subver}%{?dist}
|
||||
Release: 0.18.%{rc_subver}%{?dist}.1
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://aa-project.sourceforge.net/aalib/
|
||||
|
|
@ -111,6 +111,9 @@ fi
|
|||
%{_datadir}/aclocal/aalib.m4
|
||||
|
||||
%changelog
|
||||
* Thu Jul 14 2011 Ken Dreyer <ktdreyer@ktdreyer.com> - 1.4.0-0.18.rc5.el6.1
|
||||
- Bump %%{?dist} for Koji for el6
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-0.18.rc5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue