update to version 1.1.1
This commit is contained in:
parent
b298564863
commit
d5052c504a
Binary file not shown.
@ -1,10 +1,10 @@
|
|||||||
Name: python-posix_ipc
|
Name: python-posix_ipc
|
||||||
Version: 1.0.5
|
Version: 1.1.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: POSIX IPC primitives (semaphores and shared memory) for Python
|
Summary: POSIX IPC primitives (semaphores and shared memory) for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: http://semanchuk.com/philip/posix_ipc/
|
URL: http://semanchuk.com/philip/posix_ipc/
|
||||||
Source0: http://semanchuk.com/philip/posix_ipc/posix_ipc-%{version}.tar.gz
|
Source0: https://github.com/osvenskan/posix_ipc/archive/refs/tags/rel1.1.1.tar.gz
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
%global _description\
|
%global _description\
|
||||||
posix_ipc is a Python module (written in C) that permits creation and\
|
posix_ipc is a Python module (written in C) that permits creation and\
|
||||||
@ -18,7 +18,7 @@ BuildRequires: python3-devel python3-setuptools
|
|||||||
%description -n python3-posix_ipc %_description
|
%description -n python3-posix_ipc %_description
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n posix_ipc-%{version}
|
%setup -q -n posix_ipc-rel%{version}
|
||||||
chmod 644 demo/make_all.sh
|
chmod 644 demo/make_all.sh
|
||||||
chmod 644 demo2/cleanup.py
|
chmod 644 demo2/cleanup.py
|
||||||
chmod 644 demo/cleanup.py
|
chmod 644 demo/cleanup.py
|
||||||
@ -31,10 +31,13 @@ find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%files -n python3-posix_ipc
|
%files -n python3-posix_ipc
|
||||||
%doc README LICENSE demo demo2
|
%doc README.md LICENSE demo demo2
|
||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 04 2023 Ge Wang <wangge20@h-partners.com> - 1.1.1-1
|
||||||
|
- update to version 1.1.1
|
||||||
|
|
||||||
* Mon Aug 01 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.0.5-1
|
* Mon Aug 01 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.0.5-1
|
||||||
- update to 1.0.5
|
- update to 1.0.5
|
||||||
|
|
||||||
|
|||||||
BIN
rel1.1.1.tar.gz
Normal file
BIN
rel1.1.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user