Commit 154984f3 authored by Otavio R. Piske's avatar Otavio R. Piske

Renames the tarball to match the released one

Signed-off-by: 's avatarOtavio R. Piske <opiske@redhat.com>
parent 7702e67e
...@@ -2,7 +2,7 @@ VERSION=1.2.0 ...@@ -2,7 +2,7 @@ VERSION=1.2.0
rpm-prep: rpm-prep:
mkdir -p ${HOME}/rpmbuild/SOURCES/ mkdir -p ${HOME}/rpmbuild/SOURCES/
tar --transform="s/\./paho-c-${VERSION}/" -cf ${HOME}/rpmbuild/SOURCES/paho-c-${VERSION}.tar.gz --exclude=./build.paho --exclude=.git --exclude=*.bz ./ --gzip tar --transform="s/\./paho-c-${VERSION}/" -cf ${HOME}/rpmbuild/SOURCES/v${VERSION}.tar.gz --exclude=./build.paho --exclude=.git --exclude=*.bz ./ --gzip
rpm: rpm-prep rpm: rpm-prep
rpmbuild -ba dist/paho-c.spec rpmbuild -ba dist/paho-c.spec
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment