- adapted top-level Makefile to new format of spec file

This commit is contained in:
cebix 1999-12-22 17:27:26 +00:00
parent 01dae2362f
commit 78ff964fc9
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Version: %ver
Release: %rel
Copyright: GPL
Group: Applications/Emulators
Source: BasiliskII_src_02111999.tar.gz
Source: BasiliskII_src_22121999.tar.gz
BuildRoot: /tmp/BasiliskII-%{ver}-root
Packager: Christian Bauer <Christian.Bauer@uni-mainz.de>
URL: http://www.uni-mainz.de/~bauec002/B2Main.html

View File

@ -1,8 +1,8 @@
# Makefile for creating Basilisk II distributions
# Written in 1999 by Christian Bauer <Christian.Bauer@uni-mainz.de>
VERSION := $(shell sed <BasiliskII.spec -n '/^Version: */s///p')
RELEASE := $(shell sed <BasiliskII.spec -n '/^Release: */s///p')
VERSION := $(shell sed <BasiliskII.spec -n '/^\%define ver */s///p')
RELEASE := $(shell sed <BasiliskII.spec -n '/^\%define rel */s///p')
VERNAME := BasiliskII-$(VERSION)
SRCARCHIVE := $(shell date +BasiliskII_src_%d%m%Y.tar.gz)