cleanup spec file
Change-Id: I5ecb1fedc57e06cbe47c26ffc8ec719aa59283a6
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Name: bmap-tools
Summary: Tools to generate block map (AKA bmap) and flash images using bmap
Version: 3.2
-
-%if 0%{?opensuse_bs}
-Release: %{rc_str}.<CI_CNT>.<B_CNT>
-%else
-Release: %{rc_str}.0.0
-%endif
+Release: 0
Group: Development/Tools/Other
License: GPL-2.0
Requires: bzip2
Requires: pbzip2
Requires: gzip
+Requires: python-xml
Requires: xz
Requires: tar
%if ! 0%{?tizen_version:1}
%build
%install
-rm -rf %{buildroot}
-
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
mkdir -p %{buildroot}/%{_mandir}/man1
%files
%defattr(-,root,root,-)
+%license COPYING
%dir /usr/lib/python*/site-packages/bmaptools
/usr/lib/python*/site-packages/bmap_tools*
/usr/lib/python*/site-packages/bmaptools/*
%doc docs/RELEASE_NOTES
%{_mandir}/man1/*
-%changelog