|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
Name: libftdi
|
|
|
|
|
Version: 1.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Library to program and control the FTDI USB controller
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/cmake*
|
|
|
|
|
%postun c++ -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 1.1-2
|
|
|
|
|
- Rebuild for boost 1.55.0
|
|
|
|
|
|
|
|
|
|
* Mon Mar 24 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1-1
|
|
|
|
|
- Update to 1.1
|
|
|
|
|
- Build against libusb1
|
|
|
|
|