2024-01-05 17:57:58 +01:00
|
|
|
Name: solaar
|
2024-01-05 17:57:58 +01:00
|
|
|
Version: 1.1.6
|
2024-01-05 17:57:58 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 17:57:58 +01:00
|
|
|
Summary: Linux device manager for Logitech devices
|
|
|
|
Group: System/Kernel and Hardware
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://pwr-solaar.github.io/Solaar/
|
|
|
|
Source: https://github.com/pwr-Solaar/Solaar.git/%{version}/Solaar-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 17:57:58 +01:00
|
|
|
BuildRequires: libpython310-devel
|
|
|
|
BuildRequires: python3.10dist(evdev)
|
|
|
|
BuildRequires: python3.10dist(psutil)
|
|
|
|
BuildRequires: python3.10dist(pygobject)
|
|
|
|
BuildRequires: python3.10dist(python-xlib)
|
|
|
|
BuildRequires: python3.10dist(pyudev)
|
|
|
|
BuildRequires: python3.10dist(pyyaml)
|
2024-01-05 17:57:58 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 17:57:58 +01:00
|
|
|
Requires: python3.10dist(pygobject)
|
2024-01-05 17:57:58 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Linux device manager for Logitech devices.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Solaar-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-05 17:57:58 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python310} setup.py build
|
2024-01-05 17:57:58 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 17:57:58 +01:00
|
|
|
%{__python310} setup.py install \
|
2024-01-05 17:57:58 +01:00
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
2024-01-05 17:57:58 +01:00
|
|
|
--install-headers=%{python310_inc} \
|
|
|
|
--install-lib=%{python310_sitearch} \
|
2024-01-05 17:57:58 +01:00
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
|
|
|
install -D -m0644 rules.d/42-logitech-unify-permissions.rules %{buildroot}%{_udevrulesdir}/42-logitech-unify-permissions.rules
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:57:58 +01:00
|
|
|
%dir %{python310_sitearch}/solaar-%{version}-py*.egg-info
|
|
|
|
%{python310_sitearch}/solaar-%{version}-py*.egg-info/*
|
2024-01-05 17:57:58 +01:00
|
|
|
%{_udevrulesdir}/42-logitech-unify-permissions.rules
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:57:58 +01:00
|
|
|
* Thu Oct 27 2022 Automatic Build System <autodist@mambasoft.it> 1.1.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:57:58 +01:00
|
|
|
* Fri Sep 16 2022 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:57:58 +01:00
|
|
|
* Tue Jul 05 2022 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:57:58 +01:00
|
|
|
* Tue Apr 26 2022 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:57:58 +01:00
|
|
|
* Sun Apr 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-05 17:57:58 +01:00
|
|
|
* Sun Mar 27 2022 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:57:58 +01:00
|
|
|
* Sun Dec 26 2021 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:57:58 +01:00
|
|
|
* Sat Nov 27 2021 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:57:58 +01:00
|
|
|
* Sat Oct 02 2021 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:57:58 +01:00
|
|
|
* Sun May 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.6-1mamba
|
|
|
|
- package created using the webbuild interface
|