Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
64a2a4586e dist-git conversion 2010-07-28 09:29:57 +00:00
Bill Nottingham
d3180f66dd Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:24:00 +00:00
Kevin Fenzi
1e12e16cbb Initialize branch EL-4 for aalib 2007-12-13 03:07:02 +00:00
Michael Schwendt
8416720c0f Fix undefined epoch in aalib-devel dependency 2004-12-16 20:40:23 +00:00
gafton
55f44f3856 Fix braindead import typo artifact in the default generated Makefile. Oh
well, the fedora extras commits list needs a workout anyway...
2004-11-24 03:09:36 +00:00
3 changed files with 5 additions and 23 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/Rootx && { 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: An ASCII art library.
Name: aalib
Version: 1.4.0
Release: 0.%{rc_subver}.2
Release: 0.%{rc_subver}.3
License: LGPL
Group: System Environment/Libraries
URL: http://aa-project.sourceforge.net/aalib/
@ -16,7 +16,7 @@ BuildRequires: slang-devel XFree86-devel gpm-devel
%package devel
Summary: aalib development files
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: %{name} = %{version}-%{release}
Requires: XFree86-devel, slang-devel, gpm-devel
Requires(post): /sbin/install-info
Requires(postun): /sbin/install-info
@ -90,6 +90,9 @@ fi
%{_datadir}/aclocal/aalib.m4
%changelog
* Thu Dec 16 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 1.4.0-0.rc5.3
- If Epoch is dropped, %%epoch must not be used anywhere else.
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 1.4.0-0.rc5.2
- Bump release for compatibility (still, it'll break *sigh*).
- Fix possible non zero exit status from %%install.