aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2008-08-20 16:28:01 +0000
committerAndy Shevchenko <andy@smile.org.ua>2008-08-20 16:28:01 +0000
commit102893ffcec5a329f41b8e30ec820bdd62b81cec (patch)
treed281c83fc29f556354885bb43192f41a8dfa69fe
parentc109c4272dbd9598fb55be6d83319963947d93c2 (diff)
downloadrenrot-102893ffcec5a329f41b8e30ec820bdd62b81cec.tar.gz
renrot-102893ffcec5a329f41b8e30ec820bdd62b81cec.tar.bz2
Add srpm target to the Makefile to produse source RPM packages.
git-svn-id: file:///svnroot/renrot/trunk@548 fe2816f4-e837-0410-b10a-f608c9d244a1
-rw-r--r--Makefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 6076c82..3b58ec5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,6 +21,10 @@ rpm : tardist
rpmbuild -ta $(DISTVNAME).tar.$(SUFFIX)
$(RM_F) $(DISTVNAME).tar.$(SUFFIX)
+srpm : tardist
+ rpmbuild -ts $(DISTVNAME).tar.$(SUFFIX)
+ $(RM_F) $(DISTVNAME).tar.$(SUFFIX)
+
# CVS tagging
tag :
$(PERLRUN) -e 'use POSIX qw(strftime); $$date = strftime("%Y%m%d%H%M%S", localtime()); system("cvs tag $(NAME)_$$date");'

Return to:

Send suggestions and report system problems to the System administrator.