This commit is contained in:
Jesse Keating 2009-07-25 05:38:41 +00:00
parent 805952e13d
commit 1ee77f0109

View File

@ -1,7 +1,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: libftdi Name: libftdi
Version: 0.16 Version: 0.16
Release: 3%{?dist} Release: 4%{?dist}
Summary: Library to program and control the FTDI USB controller Summary: Library to program and control the FTDI USB controller
Group: System Environment/Libraries Group: System Environment/Libraries
@ -129,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT
%postun c++ -p /sbin/ldconfig %postun c++ -p /sbin/ldconfig
%changelog %changelog
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Jul 01 2009 Lucian Langa <cooly@gnome.eu.org> - 0.16-3 * Wed Jul 01 2009 Lucian Langa <cooly@gnome.eu.org> - 0.16-3
- added udev rules - added udev rules
- addedd c++, python bindings - addedd c++, python bindings