From c6a1eebad47861794b33e89b64044217c5e1f176 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Tue, 5 Sep 2006 14:49:29 +0000 Subject: - cleanup --- Makefile | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e482b29..5ba737b 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,6 @@ RPMACROSDIR=/etc/rpm/macros.d MACROFILEIN = $(PACKAGE).macros.in MACROFILE = $(MACROFILEIN:.in=) -RPMOPT = --clean --rmsource --rmspec - all: @echo "done" @@ -43,10 +41,6 @@ version: # rules to build a test rpm -localrpm: localdist buildrpm - -localsrpm: localdist buildsrpm - localdist: cleandist dir localcopy tar cleandist: @@ -63,17 +57,9 @@ tar: bzip2 -9vf $(PACKAGE)-$(VERSION).tar rm -rf $(PACKAGE)-$(VERSION) -buildrpm: - rpm -ta $(RPMOPT) $(PACKAGE)-$(VERSION).tar.bz2 - -buildsrpm: - rpm -ts $(RPMOPT) $(PACKAGE)-$(VERSION).tar.bz2 - # rules to build a distributable rpm -rpm: changelog dist buildrpm - -dist: cleandist dir tar +dist: changelog cleandist dir tar changelog: svn2cl -o ChangeLog || : -- cgit v1.2.1