From: Philippe Coval Date: Fri, 22 Aug 2014 14:23:45 +0000 (+0200) Subject: workaround: dont depends on rst python package for common X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebf3d248d5c9b5930bc610032f16fbd734e7062d;p=tools%2Fgbs.git workaround: dont depends on rst python package for common Change-Id: Idc31277b3cf0f897426194359b0decc4171bbf6a Signed-off-by: Philippe Coval --- diff --git a/Makefile b/Makefile index 275b66d..5e9c32e 100644 --- a/Makefile +++ b/Makefile @@ -32,13 +32,13 @@ dist-gz: dist-common rm -rf $(PKGNAME)-$(TAGVER) man: - rst2man docs/GBS.rst >docs/gbs.1 + echo rst2man docs/GBS.rst >docs/gbs.1 html: - rst2html docs/GBS.rst >docs/gbs.html + echo rst2html docs/GBS.rst >docs/gbs.html pdf: - rst2pdf docs/GBS.rst -o docs/gbs.pdf + echo rst2pdf docs/GBS.rst -o docs/gbs.pdf docs: man html pdf diff --git a/packaging/gbs.spec b/packaging/gbs.spec index 0a4d3b3..260529d 100644 --- a/packaging/gbs.spec +++ b/packaging/gbs.spec @@ -7,9 +7,9 @@ Name: gbs Summary: The command line tools for Tizen package developers Version: 0.22 %if 0%{?opensuse_bs} -Release: 1.. +Release: 0 %else -Release: 1 +Release: 0 %endif Group: Development/Tools License: GPLv2 @@ -33,8 +33,7 @@ Requires: %{name}-api = %{version}-%{release} Requires: %{name}-export = %{version}-%{release} Requires: %{name}-remotebuild = %{version}-%{release} -BuildRequires: python-docutils -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python %description The command line tools for Tizen package developers will