fix udev rule
This commit is contained in:
parent
6123b840e4
commit
8e85585fe2
@ -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.17
|
Version: 0.17
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
@ -60,6 +60,8 @@ for building C++ applications with libftdi.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
sed -i -e 's/HTML_FOOTER =/HTML_FOOTER = no_date_footer.html/g' doc/Doxyfile.in
|
sed -i -e 's/HTML_FOOTER =/HTML_FOOTER = no_date_footer.html/g' doc/Doxyfile.in
|
||||||
|
#kernel does not provide usb_device anymore
|
||||||
|
sed -i -e 's/usb_device/usb/g' packages/99-libftdi.rules
|
||||||
%patch0 -p1 -b .bindings-typo
|
%patch0 -p1 -b .bindings-typo
|
||||||
|
|
||||||
|
|
||||||
@ -137,6 +139,9 @@ exit 0
|
|||||||
%postun c++ -p /sbin/ldconfig
|
%postun c++ -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 11 2010 Lucian Langa <cooly@gnome.eu.org> - 0.17-3
|
||||||
|
- fix incorrect UDEV rule (#563566)
|
||||||
|
|
||||||
* Sat Jan 16 2010 Lucian Langa <cooly@gnome.eu.org> - 0.17-2
|
* Sat Jan 16 2010 Lucian Langa <cooly@gnome.eu.org> - 0.17-2
|
||||||
- do not package static libfiles (#556068)
|
- do not package static libfiles (#556068)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user