forked from pool/python-setproctitle
Accepting request 133716 from home:poorboywilly:branches:devel:languages:python
Update to 1.1.6, simplify %build section, fix %files section. OBS-URL: https://build.opensuse.org/request/show/133716 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setproctitle?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
ff4df3922d
commit
8cce1b3b52
@@ -19,7 +19,7 @@
|
||||
%define modname setproctitle
|
||||
|
||||
Name: python3-setproctitle
|
||||
Version: 1.1.3
|
||||
Version: 1.1.6
|
||||
Release: 0
|
||||
Summary: Python module to allow customization of the process title
|
||||
License: BSD-3-Clause
|
||||
@@ -41,8 +41,7 @@ the OpenSSH Server for example.
|
||||
%setup -q -n %{modname}-%{version}
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
python3 setup.py build
|
||||
CFLAGS="%{optflags}" python3 setup.py build
|
||||
|
||||
%install
|
||||
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
|
||||
|
Reference in New Issue
Block a user