Update dist packaging files: add missing depends & build errors
authorZhang Qiang <qiang.z.zhang@intel.com>
Tue, 10 Apr 2012 07:12:12 +0000 (15:12 +0800)
committerEd Bartosh <eduard.bartosh@intel.com>
Wed, 16 May 2012 14:54:52 +0000 (17:54 +0300)
distfiles/debian/control
distfiles/gbs.spec

index fc37e32..dda8992 100644 (file)
@@ -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. 
index 17d55c6..82415de 100644 (file)
@@ -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}/*