update to 234 [release 234-1mamba;Mon Mar 15 2021]
This commit is contained in:
parent
f991ae96b7
commit
472d707da7
@ -1,22 +1,21 @@
|
||||
Name: python-systemd
|
||||
Epoch: 1
|
||||
Version: 0.16.1
|
||||
Version: 234
|
||||
Release: 1mamba
|
||||
Summary: Python systemd wrapper using Cython
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://pypi.org/project/systemd/
|
||||
#Source: https://github.com/systemd/python-systemd.git/v%{version}/python-systemd-%{version}.tar.bz2
|
||||
Source: https://pypi.debian.net/systemd/systemd-%{version}.tar.gz
|
||||
URL: https://github.com/systemd/python-systemd
|
||||
Source: https://github.com/systemd/python-systemd.git/v%{version}/python-systemd-%{version}.tar.bz2
|
||||
#Source: https://pypi.debian.net/systemd/systemd-%{version}.tar.gz
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython36-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -26,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n systemd-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
@ -46,6 +45,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Mon Mar 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 234-1mamba
|
||||
- update to 234
|
||||
|
||||
* Thu Nov 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.1-1mamba
|
||||
- update to 0.16.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user