[X2Go-Commits] [buildscripts] 01/01: 32bit builds for SUSE also use the .spec file as a starting point

git-admin at x2go.org git-admin at x2go.org
Mon Oct 13 12:06:19 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 0c417f026f3d8bd8ed1478d5f9c0534b3443ae6f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Oct 13 12:06:15 2014 +0200

    32bit builds for SUSE also use the .spec file as a starting point
---
 bin/build-rpm-package |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index 8e7e524..6f52097 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -276,7 +276,7 @@ build_packages() {
 						                    --repo "$OPENSUSE_DOWNLOAD_URL" \
 						                    --root "/var/cache/obs-build/$l_DIST/$l_CODENAME/i386/" \
 						                    --clean \
-						                    $PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/rpmbuild/SRPMS/$PROJECT-$UPSTREAM_VERSION-$PKG_SRCRELEASE.$IS_RELEASE.git$DATE.$GITREV.$COMPONENT.src.rpm; then
+						                    $PKGDIST/$l_DIST/$l_CODENAME/$l_ARCH/rpmbuild/SOURCES/$PROJECT.spec; then
 							mkdir -p "$PKGDIST/$l_DIST/$l_CODENAME/i386/"
 							find "/var/cache/obs-build/$l_DIST/$l_CODENAME/i386/home/abuild/rpmbuild/RPMS/" -type f | egrep '.*\.rpm$' | while read rpmfile; do
 								cp "$rpmfile" "$PKGDIST/$l_DIST/$l_CODENAME/i386/"

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list