Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Ken Dreyer
8424fa4c26 Bump %{?dist} for Koji for el6 2011-07-14 17:37:47 -06:00
Fedora Release Engineering
1be996e0ba dist-git conversion 2010-07-28 09:30:04 +00:00
Dennis Gilmore
921da17c7a Initialize branch EL-6 for aalib 2010-05-08 01:42:21 +00:00
Bill Nottingham
80b0c30cbe Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:24:01 +00:00
3 changed files with 4 additions and 22 deletions

View file

View file

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

View file

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