rebuilt with python3 == 3.11 [release 0.10.2-3mamba;Sat Oct 07 2023]
This commit is contained in:
parent
19d27abf05
commit
ac6dd04289
13
lirc.spec
13
lirc.spec
@ -3,7 +3,7 @@
|
|||||||
Name: lirc
|
Name: lirc
|
||||||
Version: 0.10.2
|
Version: 0.10.2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A package that allows you to decode and send infra-red signals
|
Summary: A package that allows you to decode and send infra-red signals
|
||||||
Group: System/Hardware
|
Group: System/Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -19,23 +19,21 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXdmcp-devel
|
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libftdi1-devel
|
BuildRequires: libftdi1-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
BuildRequires: libportaudio-devel
|
BuildRequires: libportaudio-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libsystemd-devel
|
BuildRequires: libsystemd-devel
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libusb-compat-devel
|
BuildRequires: libusb-compat-devel
|
||||||
BuildRequires: libusb-devel
|
BuildRequires: libusb-devel
|
||||||
BuildRequires: libuuid-devel
|
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3 >= 3.11
|
||||||
BuildRequires: help2man >= 1.36.3
|
BuildRequires: help2man >= 1.36.3
|
||||||
Requires: PyYAML-py3
|
Requires: python-yaml-py3
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -206,6 +204,9 @@ end
|
|||||||
#%doc ChangeLog NEWS README
|
#%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-3mamba
|
||||||
|
- rebuilt with python3 == 3.11
|
||||||
|
|
||||||
* Tue Oct 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-2mamba
|
* Tue Oct 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.2-2mamba
|
||||||
- devel: add pretrans script to remove symlink updated to directory
|
- devel: add pretrans script to remove symlink updated to directory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user