automatic version update by autodist [release 1.2.3-1mamba;Sat Apr 16 2022]
This commit is contained in:
parent
8a53d22a52
commit
feef473287
@ -1,24 +1,26 @@
|
||||
Name: python-setproctitle
|
||||
Version: 1.2.2
|
||||
Version: 1.2.3
|
||||
Release: 1mamba
|
||||
Summary: A Python library that allow customization of the process title
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://code.google.com/p/py-setproctitle/
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/dvarrazzo/py-setproctitle
|
||||
Source: http://pypi.debian.net/setproctitle/setproctitle-%{version}.tar.gz
|
||||
License: BSD
|
||||
Requires: python >= %python_version
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
setproctitle allow customization of the process title.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n setproctitle-%{version}
|
||||
|
||||
@ -34,16 +36,21 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/setproctitle-%{version}-py*.egg-info
|
||||
%{python_sitearch}/setproctitle-%{version}-py*.egg-info/*
|
||||
%doc COPYRIGHT
|
||||
|
||||
%changelog
|
||||
* Sat Apr 16 2022 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 26 2021 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user