update to 7.1.5 [release 7.1.5-1mamba;Thu Dec 31 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 21:09:16 +01:00
parent 5a19e1a357
commit 3d6ac59e96

View File

@ -1,5 +1,5 @@
Name: ccnet-server
Version: 7.0.0
Version: 7.1.5
Release: 1mamba
Summary: A framework for writing networked applications in C
Group: System/Libraries
@ -22,7 +22,7 @@ BuildRequires: libmysqlclient-devel
BuildRequires: libopenssl-devel
BuildRequires: libpcre-devel
BuildRequires: libpostgresql-devel
BuildRequires: libpython-devel
BuildRequires: libpython3-devel
BuildRequires: libsearpc-devel
BuildRequires: libselinux-devel
BuildRequires: libsepol-devel
@ -67,12 +67,13 @@ This package contains libraries and header files for developing applications tha
%prep
%setup -q
./autogen.sh
%build
./autogen.sh
%configure \
--enable-python \
--enable-console
--enable-console \
PYTHON=%{__python3}
%make -j1
@ -108,11 +109,14 @@ This package contains libraries and header files for developing applications tha
%files -n python-ccnet
%defattr(-,root,root)
%dir %{python_sitearch}/ccnet
%{python_sitearch}/ccnet/*.py*
%{python_sitearch}/ccnet/async/*
%dir %{python3_sitearch}/ccnet
%{python3_sitearch}/ccnet/*.py*
%{python3_sitearch}/ccnet/__pycache__/*.pyc
%changelog
* Thu Dec 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 7.1.5-1mamba
- update to 7.1.5
* Sat Sep 14 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.0-1mamba
- update to 7.0.0