workaround: dont depends on rst python package for common sandbox/pcoval/devel
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 22 Aug 2014 14:23:45 +0000 (16:23 +0200)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 22 Aug 2014 14:23:45 +0000 (16:23 +0200)
Change-Id: Idc31277b3cf0f897426194359b0decc4171bbf6a
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Makefile
packaging/gbs.spec

index 275b66d385dedeec6fbecf7c06934778c2ff953b..5e9c32e6fd3522559831acf22ed2f8c20c68fa1f 100644 (file)
--- 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
 
index 0a4d3b30a90491a28d7b581373df9260e0181e8e..260529d5f1418b2cd94f9940d74380737aa27680 100644 (file)
@@ -7,9 +7,9 @@ Name:       gbs
 Summary:    The command line tools for Tizen package developers
 Version:    0.22
 %if 0%{?opensuse_bs}
-Release:    1.<CI_CNT>.<B_CNT>
+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