Compare commits
2 Commits
1.1-3mamba
...
1.3-1mamba
Author | SHA1 | Date | |
---|---|---|---|
edb44ac2b0 | |||
90fa046614 |
@@ -1,6 +1,6 @@
|
||||
Name: libftdi1
|
||||
Version: 1.1
|
||||
Release: 3mamba
|
||||
Version: 1.3
|
||||
Release: 1mamba
|
||||
Summary: A library to talk to FTDI chips: FT232BM/245BM, FT2232C/D and FT232/245R
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@@ -60,8 +60,8 @@ Utilities to talk to FTDI chips: FT232BM/245BM, FT2232C/D and FT232/245R using l
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libftdi1.so.*
|
||||
%{_libdir}/libftdipp1.so.*
|
||||
%{python_sitearch}/_ftdi1.so
|
||||
%{python_sitearch}/ftdi1.py
|
||||
%{python3_sitearch}/_ftdi1.so
|
||||
%{python3_sitearch}/ftdi1.py
|
||||
%doc AUTHORS COPYING.LIB
|
||||
|
||||
%files devel
|
||||
@@ -79,10 +79,13 @@ Utilities to talk to FTDI chips: FT232BM/245BM, FT2232C/D and FT232/245R using l
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%dir %{_libdir}/cmake/libftdi1
|
||||
%{_libdir}/cmake/libftdi1/LibFTDI1Config.cmake
|
||||
%{_libdir}/cmake/libftdi1/LibFTDI1ConfigVersion.cmake
|
||||
%{_libdir}/cmake/libftdi1/UseLibFTDI1.cmake
|
||||
%{_datadir}/libftdi/examples/complete.py
|
||||
%{_datadir}/libftdi/examples/simple.py
|
||||
|
||||
%dir %{_datadir}/libftdi
|
||||
%dir %{_datadir}/libftdi/examples
|
||||
%{_datadir}/libftdi/examples/*.py
|
||||
%dir %{_docdir}/libftdi1
|
||||
%{_docdir}/libftdi1/example.conf
|
||||
%doc ChangeLog README README.mingw
|
||||
|
||||
%files -n ftdi1-utils
|
||||
@@ -90,6 +93,12 @@ Utilities to talk to FTDI chips: FT232BM/245BM, FT2232C/D and FT232/245R using l
|
||||
%{_bindir}/ftdi_eeprom
|
||||
|
||||
%changelog
|
||||
* Sat Jun 18 2016 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 28 2014 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-3mamba
|
||||
- rename ftdi-utils to ftdi1-utils
|
||||
|
||||
|
Reference in New Issue
Block a user