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