rebuilt with python3 == 3.11 [release 1.1.10-2mamba;Fri Jan 26 2024]
This commit is contained in:
parent
a26d10cc57
commit
9ed80299d7
34
solaar.spec
34
solaar.spec
@ -1,6 +1,6 @@
|
|||||||
Name: solaar
|
Name: solaar
|
||||||
Version: 1.1.10
|
Version: 1.1.10
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Linux device manager for Logitech devices
|
Summary: Linux device manager for Logitech devices
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,16 +10,15 @@ URL: https://pwr-solaar.github.io/Solaar/
|
|||||||
Source: https://github.com/pwr-Solaar/Solaar.git/%{version}/Solaar-%{version}.tar.bz2
|
Source: https://github.com/pwr-Solaar/Solaar.git/%{version}/Solaar-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.10dist(dbus-python)
|
BuildRequires: python3.11dist(dbus-python)
|
||||||
BuildRequires: python3.10dist(evdev)
|
BuildRequires: python3.11dist(evdev)
|
||||||
BuildRequires: python3.10dist(psutil)
|
BuildRequires: python3.11dist(psutil)
|
||||||
BuildRequires: python3.10dist(pygobject)
|
BuildRequires: python3.11dist(python-xlib)
|
||||||
BuildRequires: python3.10dist(python-xlib)
|
BuildRequires: python3.11dist(pyudev)
|
||||||
BuildRequires: python3.10dist(pyudev)
|
BuildRequires: python3.11dist(pyyaml)
|
||||||
BuildRequires: python3.10dist(pyyaml)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python3.10dist(pygobject)
|
BuildRequires: python3dist(pygobject)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Linux device manager for Logitech devices.
|
Linux device manager for Logitech devices.
|
||||||
@ -28,15 +27,15 @@ Linux device manager for Logitech devices.
|
|||||||
%setup -q -n Solaar-%{version}
|
%setup -q -n Solaar-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python310} setup.py build
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python310} setup.py install \
|
%{__python3} setup.py install \
|
||||||
-O1 --skip-build \
|
-O1 --skip-build \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{python310_inc} \
|
--install-headers=%{python3_inc} \
|
||||||
--install-lib=%{python310_sitearch} \
|
--install-lib=%{python3_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
@ -47,12 +46,15 @@ install -D -m0644 rules.d/42-logitech-unify-permissions.rules %{buildroot}%{_ude
|
|||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python310_sitearch}/solaar-%{version}-py*.egg-info
|
%dir %{python3_sitearch}/solaar-%{version}-py*.egg-info
|
||||||
%{python310_sitearch}/solaar-%{version}-py*.egg-info/*
|
%{python3_sitearch}/solaar-%{version}-py*.egg-info/*
|
||||||
%{_udevrulesdir}/42-logitech-unify-permissions.rules
|
%{_udevrulesdir}/42-logitech-unify-permissions.rules
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.10-2mamba
|
||||||
|
- rebuilt with python3 == 3.11
|
||||||
|
|
||||||
* Sun Sep 24 2023 Automatic Build System <autodist@mambasoft.it> 1.1.10-1mamba
|
* Sun Sep 24 2023 Automatic Build System <autodist@mambasoft.it> 1.1.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user