2024-01-05 16:37:17 +01:00
|
|
|
Name: python-setproctitle
|
2024-01-05 16:37:17 +01:00
|
|
|
Version: 1.3.3
|
|
|
|
Release: 1mamba
|
2024-01-05 16:37:17 +01:00
|
|
|
Summary: A Python library that allow customization of the process title
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 16:37:17 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/dvarrazzo/py-setproctitle
|
2024-01-05 16:37:17 +01:00
|
|
|
Source: http://pypi.debian.net/setproctitle/setproctitle-%{version}.tar.gz
|
2024-01-05 16:37:17 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 16:37:17 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-05 16:37:17 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:37:17 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-05 16:37:17 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
setproctitle allow customization of the process title.
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n setproctitle-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:37:17 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-05 16:37:17 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:37:17 +01:00
|
|
|
%dir %{python_sitearch}/setproctitle-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/setproctitle-%{version}-py*.egg-info/*
|
2024-01-05 16:37:17 +01:00
|
|
|
%doc COPYRIGHT
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:37:17 +01:00
|
|
|
* Wed Oct 04 2023 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.3.2-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
* Fri Aug 12 2022 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Aug 05 2022 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jul 27 2022 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
* Sat Apr 16 2022 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
* Tue Jan 26 2021 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
* Wed Dec 09 2020 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
* Sat Jun 04 2016 Automatic Build System <autodist@mambasoft.it> 1.1.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
* Wed Sep 30 2015 Automatic Build System <autodist@mambasoft.it> 1.1.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:37:17 +01:00
|
|
|
* Fri Nov 01 2013 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.7-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Thu Feb 28 2013 Automatic Build System <autodist@mambasoft.it> 1.1.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 13 2012 Automatic Build System <autodist@mambasoft.it> 1.1.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun May 01 2011 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 10 2011 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Nov 12 2010 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Jun 07 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.0.1-1mamba
|
|
|
|
- package created by autospec
|