Accepting request 244719 from home:stknorr:branches:Documentation:Tools

Purely packaging related update: update list of excluded files,
  streamline TAR archive fetch script

OBS-URL: https://build.opensuse.org/request/show/244719
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=163
This commit is contained in:
Thomas Schraitle 2014-08-14 14:06:19 +00:00 committed by Git OBS Bridge
parent 3b8bc1bfb1
commit 9780fd6611
3 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24d1c8dc44071c98a42dfd78a2ba21578acfc5c2cf62ddc365984023085ac956
size 3756845
oid sha256:c1e6c7a878bdfaed57874d9f8328a97c13ac2aae97f1d8bc31c5ab5b83e0c428
size 3171078

View File

@ -64,8 +64,6 @@ fi
export BZIP2=--best
tar cf ${NAME}-${VERSION}.tar -C ${TMPDIR} \
--exclude-from=$EXCLUDES ${NAME} || exit_on_error "Failed to create the tarball."
tar rf ${NAME}-${VERSION}.tar -C ${TMPDIR} ${NAME}/suse/{suse,daps}2013 \
|| exit_on_error "Failed to add suse/{suse,daps}2013 to the tarball."
bzip2 -9f ${NAME}-${VERSION}.tar
echo "Successfully wrote source tarball ${NAME}-${VERSION}.tar.bz2"
@ -74,7 +72,7 @@ echo "Successfully wrote source tarball ${NAME}-${VERSION}.tar.bz2"
#
diff -q $SPECFILE ${TMPDIR}/${NAME}/packaging/$SPECFILE >/dev/null
if [[ 0 = $? ]]; then
echo "spec file is up-to-date"
echo "Spec file is up-to-date."
else
cp ${TMPDIR}/${NAME}/packaging/$SPECFILE . || exit_on_error "Failed to copy the specfile."
echo "Successfully updated the spec file."

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 14 13:57:37 UTC 2014 - sknorr@suse.de
- Purely packaging related update: update list of excluded files,
streamline TAR archive fetch script
-------------------------------------------------------------------
Thu Aug 14 11:09:36 UTC 2014 - sknorr@suse.de