From 5ecfaa9c8e9a37cc3d200cad3a459edee193d834 Mon Sep 17 00:00:00 2001 From: Zhang Qiang Date: Tue, 10 Apr 2012 15:12:12 +0800 Subject: [PATCH] Update dist packaging files: add missing depends & build errors --- distfiles/debian/control | 3 ++- distfiles/gbs.spec | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/distfiles/debian/control b/distfiles/debian/control index fc37e32..dda8992 100644 --- a/distfiles/debian/control +++ b/distfiles/debian/control @@ -12,7 +12,8 @@ Depends: ${misc:Depends}, ${python:Depends}, git-core, osc (>= 0.131), build (>= 2011.10.10), - rpm + rpm, + qemu-arm-static (>= 0.14.1) | qemu-user-static Description: The command line tools for Tizen package developers The command line tools for Tizen package developers will be used to do packaging related tasks. diff --git a/distfiles/gbs.spec b/distfiles/gbs.spec index 17d55c6..82415de 100644 --- a/distfiles/gbs.spec +++ b/distfiles/gbs.spec @@ -7,7 +7,7 @@ Group: Development/Tools License: GPLv2 BuildArch: noarch URL: http://www.tizen.org -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.bz2 Requires: python >= 2.5 Requires: git-core Requires: osc >= 0.131 @@ -51,6 +51,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README.rst +%{_mandir}/man1/* %{python_sitelib}/* %dir %{_datadir}/%{name} %{_datadir}/%{name}/* -- 2.7.4