!5 [sync] PR-4: obs-service-set_version升级至0.5.14

From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-05-05 10:29:27 +00:00 committed by Gitee
commit af0b914623
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 18 additions and 11 deletions

Binary file not shown.

View File

@ -1,39 +1,46 @@
Name: obs-service-set_version
Version: 0.5.10
Release: 5
Version: 0.5.14
Release: 1
Summary: Set the version in spec
License: GPLv2+
License: GPL-2.0-or-later
Group: Development/Tools/Building
URL: https://github.com/openSUSE/obs-service-set_version
Source: https://github.com/openSUSE/obs-service-set_version/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: sed
Requires: python3
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: python3-ddt python3-flake8 python3-packaging
Requires: python3
Recommends: python3-packaging
%description
It is a service for building.You can quickly install it
and update version in spec files.
%prep
%autosetup
%setup -q
%build
sed -i -e "1 s,#!/usr/bin/python$,#!%{__python3}," set_version
%check
make test PYTHON=%{__python3}
%install
mkdir -p %{buildroot}%{_prefix}/lib/obs/service
install -m 0644 set_version.service %{buildroot}%{_prefix}/lib/obs/service
install -m 0755 set_version %{buildroot}%{_prefix}/lib/obs/service
%check
%{__python3} -m unittest discover -p data_test* tests/
install -m 0644 set_version.service %{buildroot}%{_prefix}/lib/obs/service
%files
%license debian/copyright
%defattr(-,root,root)
%dir %{_prefix}/lib/obs
%{_prefix}/lib/obs/service
%changelog
* Wed Dec 29 2021 wulei <wulei80@huawei.com> - 0.5.14-1
- DESC:package update
* Sat Mar 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.5.10-5
- DESC:modify the spec file,do not need python3-devel and python3dist(packaging) for building
* Thu Mar 5 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.5.10-4
- DESC:init package