rebuilt with python 3.10 [release 7.1.5-2mamba;Wed Jun 28 2023]
This commit is contained in:
parent
3d6ac59e96
commit
163883f537
@ -1,39 +1,28 @@
|
||||
Name: ccnet-server
|
||||
Version: 7.1.5
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A framework for writing networked applications in C
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://seafile.com/en/home/
|
||||
## GITSOURCE https://github.com/haiwen/ccnet.git v3.1.4
|
||||
URL: https://www.seafile.com/en/home/
|
||||
Source: https://github.com/haiwen/ccnet-server.git/v%{version}-server/ccnet-server-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libevent-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libjansson-devel
|
||||
BuildRequires: libmount-devel
|
||||
BuildRequires: libmysqlclient-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libpostgresql-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: libsearpc-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: ccnet
|
||||
Obsoletes: ccnet
|
||||
Obsoletes: ccnet < 7.1.5-2mamba
|
||||
Requires: libccnet = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Ccnet is a framework for writing networked applications in C.
|
||||
@ -73,7 +62,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%configure \
|
||||
--enable-python \
|
||||
--enable-console \
|
||||
PYTHON=%{__python3}
|
||||
PYTHON=%{__python310}
|
||||
|
||||
%make -j1
|
||||
|
||||
@ -102,18 +91,20 @@ This package contains libraries and header files for developing applications tha
|
||||
%dir %{_includedir}/ccnet
|
||||
%{_includedir}/ccnet/*.h
|
||||
%{_libdir}/libccnet.a
|
||||
%{_libdir}/libccnet.la
|
||||
%{_libdir}/libccnet.so
|
||||
%{_libdir}/pkgconfig/libccnet.pc
|
||||
#%doc README.markdown
|
||||
|
||||
%files -n python-ccnet
|
||||
%defattr(-,root,root)
|
||||
%dir %{python3_sitearch}/ccnet
|
||||
%{python3_sitearch}/ccnet/*.py*
|
||||
%{python3_sitearch}/ccnet/__pycache__/*.pyc
|
||||
%dir %{python310_sitearch}/ccnet
|
||||
%{python310_sitearch}/ccnet/*.py*
|
||||
%{python310_sitearch}/ccnet/__pycache__/*.pyc
|
||||
|
||||
%changelog
|
||||
* Wed Jun 28 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 7.1.5-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
* Thu Dec 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 7.1.5-1mamba
|
||||
- update to 7.1.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user