From 0c1d910ec5b584acc135ac73397c3cea752b065a Mon Sep 17 00:00:00 2001 From: Li Jinjing Date: Thu, 3 Jul 2014 20:07:29 +0800 Subject: [PATCH 1/1] fix: the incorrect version of tarball generated by gbs export The tarball generated from pristine-tar branch is incorrect,gbs build failed with the wrong version directory uncompressed from this tarball. Issue on JIRA: https://bugs.tizen.org/jira/browse/TC-1375 Change-Id: Ida11790e907a2358d1f409ceb644a3087a58e78c Signed-off-by: Li Jinjing --- packaging/js.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/js.spec b/packaging/js.spec index c9083df..caa2d9e 100644 --- a/packaging/js.spec +++ b/packaging/js.spec @@ -5,7 +5,7 @@ Group: Development/Languages/Other Version: 1.0.0 Release: 0 Url: http://www.mozilla.org/js/ -Source0: http://ftp.mozilla.org/pub/mozilla.org/js/js185-1.0.0.tar.bz2 +Source0: http://ftp.mozilla.org/pub/mozilla.org/%{name}/%{name}-%{version}.tar.bz2 Source98: baselibs.conf BuildRequires: autoconf213 BuildRequires: gcc-c++ -- 2.7.4