rebuilt with python 3.10 [release 9.0.3-2mamba;Thu Jun 29 2023]
This commit is contained in:
parent
2c0beacadd
commit
29dd15d0b6
29
seafile.spec
29
seafile.spec
@ -4,8 +4,8 @@
|
||||
%define maj2_version %(echo %version | cut -d. -f1-2)
|
||||
%define MAJver %(echo %version | cut -d. -f1)
|
||||
Name: seafile
|
||||
Version: 9.0.2
|
||||
Release: 1mamba
|
||||
Version: 9.0.3
|
||||
Release: 2mamba
|
||||
Summary: A next-generation open source cloud storage system with advanced support for file syncing
|
||||
Group: Applications/Web
|
||||
Vendor: openmamba
|
||||
@ -25,7 +25,7 @@ BuildRequires: libevent-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libjansson-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: libsearpc-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libuuid-devel
|
||||
@ -36,8 +36,7 @@ BuildRequires: libwebsockets-devel
|
||||
#Requires: libevhtp <= 1.2.9
|
||||
Requires: ccnet >= %{maj2_version}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: python-ccnet
|
||||
Requires: python-flup
|
||||
#Requires: python-flup
|
||||
Requires: python-%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -65,9 +64,9 @@ This package contains libraries and header files for developing applications tha
|
||||
Group: System/Libraries
|
||||
Summary: Python bindings to %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: python-ccnet
|
||||
Requires: python-setuptools-py3
|
||||
Requires: python-searpc
|
||||
Requires: python-ccnet >= 7.1.5-2mamba
|
||||
Requires: python-setuptools-py310
|
||||
Requires: python-searpc >= 3.3-2mamba
|
||||
|
||||
%description -n python-%{name}
|
||||
This package contains python bindings to %{name}.
|
||||
@ -87,7 +86,7 @@ This package contains python bindings to %{name}.
|
||||
#:<< ___EOF
|
||||
%configure \
|
||||
--enable-console \
|
||||
PYTHON=%{__python3}
|
||||
PYTHON=%{__python310}
|
||||
|
||||
# --enable-breakpad
|
||||
|
||||
@ -129,11 +128,17 @@ install -D -m0644 %{SOURCE3} %{buildroot}%{_unitdir}/seafile-client.service
|
||||
|
||||
%files -n python-%{name}
|
||||
%defattr(-,root,root)
|
||||
%dir %{python3_sitearch}/seafile
|
||||
%{python3_sitearch}/seafile/*.py*
|
||||
%{python3_sitearch}/seafile/__pycache__/*.py*
|
||||
%dir %{python310_sitearch}/seafile
|
||||
%{python310_sitearch}/seafile/*.py*
|
||||
%{python310_sitearch}/seafile/__pycache__/*.py*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 29 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 9.0.3-2mamba
|
||||
- rebuilt with python 3.10
|
||||
|
||||
* Wed Jun 28 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 9.0.3-1mamba
|
||||
- update to 9.0.3
|
||||
|
||||
* Fri Apr 28 2023 Automatic Build System <autodist@mambasoft.it> 9.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user