rebuilt with python3 3.7 [release 20160823git-2mamba;Sat Dec 26 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 23:53:00 +01:00
parent 855a1d58cf
commit c21914d479

View File

@ -1,6 +1,6 @@
Name: iguanair Name: iguanair
Version: 20160823git Version: 20160823git
Release: 1mamba Release: 2mamba
Summary: Iguanaworks USB IR Project: firmware and software Summary: Iguanaworks USB IR Project: firmware and software
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
Vendor: openmamba Vendor: openmamba
@ -15,6 +15,7 @@ BuildRequires: glibc-devel
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: libusb-devel BuildRequires: libusb-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -62,7 +63,7 @@ This package contains libraries and header files for developing applications tha
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/default/iguanaIR %{_sysconfdir}/default/iguanaIR
%{_sysconfdir}/init.d/iguanaIR %{_sysconfdir}/init.d/iguanaIR
/lib/udev/rules.d/80-iguanaIR.rules %{_udevrulesdir}/80-iguanaIR.rules
%{_bindir}/igclient %{_bindir}/igclient
%{_bindir}/igdaemon %{_bindir}/igdaemon
%{_bindir}/iguanaIR-reflasher %{_bindir}/iguanaIR-reflasher
@ -83,5 +84,8 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/libiguanaIR.so %{_libdir}/libiguanaIR.so
%changelog %changelog
* Sat Dec 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20160823git-2mamba
- rebuilt with python3 3.7
* Tue Aug 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 20160823git-1mamba * Tue Aug 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 20160823git-1mamba
- package created using the webbuild interface - package created using the webbuild interface