!4 Bump version to 1.4.2
From: @crrs666 Reviewed-by: @jxy_git Signed-off-by: @jxy_git
This commit is contained in:
commit
a2e755edde
Binary file not shown.
BIN
ioprocess-1.4.2.tar.gz
Normal file
BIN
ioprocess-1.4.2.tar.gz
Normal file
Binary file not shown.
@ -1,19 +1,27 @@
|
|||||||
Name: ioprocess
|
Name: ioprocess
|
||||||
Version: 0.15.1
|
Version: 1.4.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Slave process to perform risky IO
|
Summary: Slave process to perform risky IO
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/oVirt/ioprocess
|
URL: https://github.com/oVirt/ioprocess
|
||||||
Source0: https://github.com/oVirt/ioprocess/releases/tag/%{name}-%{version}.tar.gz
|
|
||||||
|
# Note: the url fragment satisfies the build system, assuming that the source
|
||||||
|
# url ends with name-version.tar.gz. This part is ignored by the server.
|
||||||
|
# See https://fedoraproject.org/wiki/Packaging:SourceURL?rd=Packaging/SourceURL#Git_Tags
|
||||||
|
Source: https://github.com/oVirt/ioprocess/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: python3-devel
|
||||||
BuildRequires: yajl-devel
|
BuildRequires: yajl-devel
|
||||||
|
|
||||||
Requires: yajl
|
Requires: yajl
|
||||||
Requires: glib2 >= 2.28
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Slave process to perform risky IO.
|
Slave process to perform risky IO.
|
||||||
@ -29,8 +37,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make %{?_smp_mflags} install DESTDIR="%{buildroot}"
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{!?_licensedir:%global license %doc}
|
%{!?_licensedir:%global license %doc}
|
||||||
@ -38,24 +45,28 @@ make install DESTDIR=%{buildroot}
|
|||||||
%doc README.md AUTHORS
|
%doc README.md AUTHORS
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%package -n python-ioprocess
|
%package -n python3-ioprocess
|
||||||
Summary: Python bindings for ioprocess
|
Summary: Python bindings for ioprocess
|
||||||
BuildArch: noarch
|
BuildRequires: python3
|
||||||
Requires: python
|
BuildRequires: python3-six
|
||||||
Requires: python-cpopen
|
BuildRequires: util-linux
|
||||||
Requires: python-six
|
Requires: python3
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: python3-six
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description -n python-ioprocess
|
%description -n python3-ioprocess
|
||||||
Python bindings for ioprocess
|
Python bindings for ioprocess
|
||||||
|
|
||||||
%files -n python-ioprocess
|
%files -n python3-ioprocess
|
||||||
%{!?_licensedir:%global license %doc}
|
|
||||||
%{python3_sitelib}/ioprocess-*.egg-info
|
%{python3_sitelib}/ioprocess-*.egg-info
|
||||||
%{python3_sitelib}/ioprocess/
|
%{python3_sitelib}/ioprocess/
|
||||||
%doc README.md AUTHORS
|
%doc README.md AUTHORS
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 06 2021 wangdi <wangdi@kylinos.cn> - 1.4.2-1
|
||||||
|
- Bump version to 1.4.2
|
||||||
|
|
||||||
* Thu Jun 24 2021 Xu Jin <jinxu@kylinos.cn> - 0.15.1-1
|
* Thu Jun 24 2021 Xu Jin <jinxu@kylinos.cn> - 0.15.1-1
|
||||||
- Initial package for openEuler
|
- Initial package for openEuler
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user