aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-03-23 16:56:46 +0100
committerChristoph Hellwig <hch@brick.lst.de>2009-03-23 16:56:46 +0100
commitbae2400ab3b9cbcf46921c4f54bf5eca36c718ec (patch)
tree0ea40678f6e88f40ffe1177c728633f8713e0db0
parentf892e35c60a67e80719e1f385c50ac1cbe4b38bf (diff)
downloaddmapi-dev-bae2400ab3b9cbcf46921c4f54bf5eca36c718ec.tar.gz
fix tarball names generated by Makepkgs
Currently Makepkgs generates the source tarball as dmapi-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 dmapi-version.tar.gz, and rename the binary tarball to dmapi-version.bin.tar.gz Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--build/Makefile2
-rw-r--r--build/rpm/dmapi.spec.in2
-rw-r--r--build/tar/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/build/Makefile b/build/Makefile
index ec04bed..200c249 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -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)-*
diff --git a/build/rpm/dmapi.spec.in b/build/rpm/dmapi.spec.in
index 22832da..0f31714 100644
--- a/build/rpm/dmapi.spec.in
+++ b/build/rpm/dmapi.spec.in
@@ -5,7 +5,7 @@ Release: @pkg_release@
BuildRoot: @build_root@
Prereq: /sbin/ldconfig
Conflicts: xfsdump < 2.0.0
-Source: @pkg_name@-@pkg_version@.src.tar.gz
+Source: @pkg_name@-@pkg_version@.tar.gz
License: GPL
Vendor: Silicon Graphics, Inc.
URL: http://oss.sgi.com/projects/xfs/
diff --git a/build/tar/Makefile b/build/tar/Makefile
index 94a3ada..b9bf434 100644
--- a/build/tar/Makefile
+++ b/build/tar/Makefile
@@ -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: