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