]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
fix tarball names generated by Makepkgs
authorChristoph Hellwig <hch@lst.de>
Mon, 23 Mar 2009 15:47:51 +0000 (16:47 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Mon, 23 Mar 2009 15:47:51 +0000 (16:47 +0100)
Currently Makepkgs generates the source tarball as xfsprogs-version.src.tar.gz,
which is not what we used for recent releases and not what most other open
source packages do.  Change it to xfsprogs-version.tar.gz, and rename the
binary tarball to xfsprogs-version.bin.tar.gz

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
build/Makefile
build/rpm/xfsprogs.spec.in
build/tar/Makefile

index ec04bed87a7cd4f25086ba7e19cec9246159c4ec..200c249dbb3fccd1390bd22902ffeb730a52bdb9 100644 (file)
@@ -6,7 +6,7 @@ TOPDIR = ..
 include $(TOPDIR)/include/builddefs
 
 MANIFEST=src-manifest
-SRCTAR=$(PKG_NAME)-$(PKG_VERSION).src.tar.gz
+SRCTAR=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 
 LDIRT = *-manifest *.gz $(TOPDIR)/$(PKG_NAME)-*
 
index ab773dddcba6a05ca040e0825df78ca8c35e5a2f..4ff179dbef4e97aab2e91618efd495df9f083aa9 100644 (file)
@@ -6,7 +6,7 @@ Packager: Silicon Graphics, Inc. <http://www.sgi.com/>
 BuildRoot: @build_root@ 
 Prereq: /sbin/ldconfig
 Conflicts: xfsdump < 3.0.0
-Source: %name-%version.src.tar.gz
+Source: %name-%version.tar.gz
 License: GPL
 Vendor: Silicon Graphics, Inc.
 URL: http://oss.sgi.com/projects/xfs/
index 94a3adaa453ee619eb11abb3fa54ef08a32e3c84..b9bf4340f2a7a49aa067689e79645f13b5799b85 100644 (file)
@@ -5,7 +5,7 @@
 TOPDIR = ../..
 include $(TOPDIR)/include/builddefs
 
-BINTAR=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+BINTAR=$(PKG_NAME)-$(PKG_VERSION).bin.tar.gz
 LDIRT = *.gz
 
 default install install-dev install-lib: