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)
committerZhang Qiang <qiang.z.zhang@intel.com>
Tue, 10 Apr 2012 07:12:12 +0000 (15:12 +0800)
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 e57930f..969e348 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 @@ install -m644 doc/gbs.1 %{buildroot}/%{_prefix}/share/man/man1
 %files
 %defattr(-,root,root,-)
 %doc README.rst
+%{_mandir}/man1/*
 %{python_sitelib}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*