rebuilt with python3 == 3.11 [release 0.4.18-2mamba;Wed Oct 04 2023]
This commit is contained in:
parent
72d02e0e6d
commit
0801c4c700
@ -1,12 +1,12 @@
|
|||||||
Name: libproxy
|
Name: libproxy
|
||||||
Version: 0.4.18
|
Version: 0.4.18
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library that provides automatic proxy configuration management.
|
Summary: A library that provides automatic proxy configuration management.
|
||||||
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://libproxy.github.io/libproxy/
|
URL: https://libproxy.github.io/libproxy/
|
||||||
Source: https://github.com/libproxy/libproxy.git/%{version}/libproxy-%{version}.tar.bz2
|
Source: https://github.com/libproxy/libproxy.git/%{version}/libproxy-%{version}.tar.bz2
|
||||||
Patch0: libproxy-0.4.7-gcc-4.7.patch
|
Patch0: libproxy-0.4.7-gcc-4.7.patch
|
||||||
Patch1: libproxy-0.4.7-xulrunner.patch
|
Patch1: libproxy-0.4.7-xulrunner.patch
|
||||||
@ -16,24 +16,23 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libdbus-devel
|
BuildRequires: libdbus-devel
|
||||||
|
BuildRequires: libduktape-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libnm-devel
|
BuildRequires: libnm-devel
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libpython310-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
#%if "%{stage1}" != "1"
|
BuildRequires: libpython3-devel >= 3.11
|
||||||
#BuildRequires: xulrunner-devel
|
|
||||||
#%endif
|
|
||||||
BuildRequires: glproto-devel
|
BuildRequires: glproto-devel
|
||||||
BuildRequires: libnm-devel
|
BuildRequires: libnm-devel
|
||||||
Provides: %{name}-mozjs
|
Provides: %{name}-mozjs
|
||||||
Obsoletes: %{name}-mozjs < 0.4.18
|
Obsoletes: %{name}-mozjs < 0.4.18
|
||||||
Provides: %{name}-webkit
|
Provides: %{name}-webkit
|
||||||
Obsoletes: %{name}-webkit < 0.4.18
|
Obsoletes: %{name}-webkit < 0.4.18
|
||||||
|
Obsoletes: python-libproxy-py310 < 0.4.18-2mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libproxy is a library that provides automatic proxy configuration management.
|
libproxy is a library that provides automatic proxy configuration management.
|
||||||
@ -47,13 +46,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
A simple application that will use libproxy to give the results you can expect from other applications.
|
A simple application that will use libproxy to give the results you can expect from other applications.
|
||||||
It can be used to debug what would happen in various cases.
|
It can be used to debug what would happen in various cases.
|
||||||
|
|
||||||
%package -n python-libproxy-py310
|
|
||||||
Summary: Python 3.10 bindings for %{name}
|
|
||||||
Group: System/Libraries/Python
|
|
||||||
|
|
||||||
%description -n python-libproxy-py310
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%package -n python-libproxy-py3
|
%package -n python-libproxy-py3
|
||||||
Summary: Python 3 binding for %{name}
|
Summary: Python 3 binding for %{name}
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
@ -61,13 +53,6 @@ Group: System/Libraries/Python
|
|||||||
%description -n python-libproxy-py3
|
%description -n python-libproxy-py3
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%package -n python-libproxy-py36
|
|
||||||
Summary: Python 3.6 binding for %{name}
|
|
||||||
Group: System/Libraries/Python
|
|
||||||
|
|
||||||
%description -n python-libproxy-py36
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
%package -n perl-Net-Libproxy
|
%package -n perl-Net-Libproxy
|
||||||
Summary: Perl binding for %{name}
|
Summary: Perl binding for %{name}
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
@ -202,16 +187,6 @@ mv %{buildroot}%{_prefix}/lib/python3* %{buildroot}%{_libdir}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python3_sitearch}/libproxy.py
|
%{python3_sitearch}/libproxy.py
|
||||||
|
|
||||||
#%ifnarch aarch64
|
|
||||||
#%files -n python-libproxy-py36
|
|
||||||
#%defattr(-,root,root)
|
|
||||||
#%{python36_sitearch}/libproxy.py
|
|
||||||
#%endif
|
|
||||||
|
|
||||||
%files -n python-libproxy-py310
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{python310_sitearch}/libproxy.py
|
|
||||||
|
|
||||||
%files -n perl-Net-Libproxy
|
%files -n perl-Net-Libproxy
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{perl_vendorarch}/Net/Libproxy.pm
|
%{perl_vendorarch}/Net/Libproxy.pm
|
||||||
@ -254,6 +229,9 @@ mv %{buildroot}%{_prefix}/lib/python3* %{buildroot}%{_libdir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.18-2mamba
|
||||||
|
- rebuilt with python3 == 3.11
|
||||||
|
|
||||||
* Sun Jul 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.18-1mamba
|
* Sun Jul 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.18-1mamba
|
||||||
- update to 0.4.18
|
- update to 0.4.18
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user