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