summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-09-07 17:52:29 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-09-07 17:52:29 +0000
commit5611b7aed4d714b1261305f7b2fbb807aafc8900 (patch)
tree07f0ac360cedfcc91038c008577418a2aba9de94
parent2715c3ebeaaa43470581951de8d3386b5c01c0a0 (diff)
downloadldetect-lst-5611b7aed4d714b1261305f7b2fbb807aafc8900.tar
ldetect-lst-5611b7aed4d714b1261305f7b2fbb807aafc8900.tar.gz
ldetect-lst-5611b7aed4d714b1261305f7b2fbb807aafc8900.tar.bz2
ldetect-lst-5611b7aed4d714b1261305f7b2fbb807aafc8900.tar.xz
ldetect-lst-5611b7aed4d714b1261305f7b2fbb807aafc8900.zip
add srpm target
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b158272..8c567235 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,10 @@ buildrpm:
# rules to build a distributable rpm
-rpm: changelog cvstag dist buildrpm
+srpm: changelog cvstag dist
+ rpm -ts $(PACKAGE)-$(VERSION).tar.bz2
+
+rpm: srpm buildrpm
dist: cleandist dir export tar