aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-02-26 15:05:47 +0000
committerThierry Vignaud <tv@mageia.org>2012-02-26 15:05:47 +0000
commit6f0279ed078b986e971086b69a22624ad43457e5 (patch)
tree4174128545c97bcd65218c754477572c014099a8 /Makefile
parentbb1e8e37a6d7d15e21874c2f26b7daa18c8e62b9 (diff)
downloadiurt-6f0279ed078b986e971086b69a22624ad43457e5.tar
iurt-6f0279ed078b986e971086b69a22624ad43457e5.tar.gz
iurt-6f0279ed078b986e971086b69a22624ad43457e5.tar.bz2
iurt-6f0279ed078b986e971086b69a22624ad43457e5.tar.xz
iurt-6f0279ed078b986e971086b69a22624ad43457e5.zip
(localrpm) tarball is compressed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 91be970..ee0fd91 100644
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,9 @@ localcopy:
svn export -q -rBASE . $(PACKAGE)-$(VERSION)
localrpm: tar $(RPM)
- cp -f $(NAME)-$(VERSION).tar $(RPM)/SOURCES
+ cp -f $(NAME)-$(VERSION).tar.xz $(RPM)/SOURCES
-rpm -ba --clean $(NAME).spec
- rm -f $(NAME)-$(VERSION).tar
+ rm -f $(NAME)-$(VERSION).tar.xz
ci: tar
svn ci -m 'Update soft SPEC for version $(VERSION)' $(NAME).spec