Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64a2a4586e | ||
|
|
d3180f66dd | ||
|
|
1e12e16cbb | ||
|
|
8416720c0f | ||
|
|
55f44f3856 |
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: 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)
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue