Change-Id: Idc31277b3cf0f897426194359b0decc4171bbf6a
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
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
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
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