automatic version update by autodist [release 1.5-1mamba;Thu Oct 26 2023]
This commit is contained in:
parent
b63a67e87b
commit
a0645d2521
@ -1,6 +1,6 @@
|
||||
Name: libftdi1
|
||||
Version: 1.4
|
||||
Release: 3mamba
|
||||
Version: 1.5
|
||||
Release: 1mamba
|
||||
Summary: A library to talk to FTDI chips: FT232BM/245BM, FT2232C/D and FT232/245R
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -14,7 +14,6 @@ License: LGPL
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libconfuse-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libusb-devel
|
||||
@ -47,12 +46,14 @@ Utilities to talk to FTDI chips: FT232BM/245BM, FT2232C/D and FT232/245R using l
|
||||
|
||||
%prep
|
||||
%setup -q -n libftdi1-%{version}
|
||||
%patch 0 -p1
|
||||
#%patch 0 -p1
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
-DEXAMPLES=OFF \
|
||||
-DFTDI_EEPROM=ON \
|
||||
-DFTDIPP=ON \
|
||||
-DPYTHON_BINDINGS=ON \
|
||||
-DPYTHON_LIBRARY=%{_libdir}/libpython%{python3_version}.so \
|
||||
-DPYTHON_INCLUDE_DIR=%{python3_inc}
|
||||
|
||||
@ -77,14 +78,13 @@ Utilities to talk to FTDI chips: FT232BM/245BM, FT2232C/D and FT232/245R using l
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/libftdi1-config
|
||||
%{_libdir}/libftdi1.a
|
||||
#%{_libdir}/libftdi1.la
|
||||
%{_libdir}/libftdi1.so
|
||||
%{_libdir}/libftdipp1.a
|
||||
#%{_libdir}/libftdipp1.la
|
||||
%{_libdir}/libftdipp1.so
|
||||
%dir %{_includedir}/libftdi1
|
||||
%{_includedir}/libftdi1/ftdi.h
|
||||
%{_includedir}/libftdi1/ftdi.hpp
|
||||
%dir %{_includedir}/libftdipp1
|
||||
%{_includedir}/libftdipp1/ftdi.hpp
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%dir %{_libdir}/cmake/libftdi1
|
||||
%{_libdir}/cmake/libftdi1/LibFTDI1Config.cmake
|
||||
@ -93,8 +93,8 @@ Utilities to talk to FTDI chips: FT232BM/245BM, FT2232C/D and FT232/245R using l
|
||||
%dir %{_datadir}/libftdi
|
||||
%dir %{_datadir}/libftdi/examples
|
||||
%{_datadir}/libftdi/examples/*.py
|
||||
%dir %{_docdir}/libftdi1
|
||||
%{_docdir}/libftdi1/example.conf
|
||||
%dir %{_docdir}/libftdipp1
|
||||
%{_docdir}/libftdipp1/example.conf
|
||||
%doc ChangeLog README README.mingw
|
||||
|
||||
%files -n ftdi1-utils
|
||||
@ -102,6 +102,9 @@ Utilities to talk to FTDI chips: FT232BM/245BM, FT2232C/D and FT232/245R using l
|
||||
%{_bindir}/ftdi_eeprom
|
||||
|
||||
%changelog
|
||||
* Thu Oct 26 2023 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-3mamba
|
||||
- rebuilt with python3 == 3.11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user