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