|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: libftdi
|
|
|
|
Name: libftdi
|
|
|
|
Version: 1.4
|
|
|
|
Version: 1.4
|
|
|
|
Release: 7%{?dist}
|
|
|
|
Release: 8%{?dist}
|
|
|
|
Summary: Library to program and control the FTDI USB controller
|
|
|
|
Summary: Library to program and control the FTDI USB controller
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
@ -87,8 +87,8 @@ pushd build-py3
|
|
|
|
%make_install
|
|
|
|
%make_install
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}/lib/udev/rules.d/
|
|
|
|
mkdir -p %{buildroot}/usr/lib/udev/rules.d/
|
|
|
|
install -pm 0644 packages/99-libftdi.rules %{buildroot}/lib/udev/rules.d/69-libftdi.rules
|
|
|
|
install -pm 0644 packages/99-libftdi.rules %{buildroot}/usr/lib/udev/rules.d/69-libftdi.rules
|
|
|
|
|
|
|
|
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
find %{buildroot} -type f -name "*.a" -delete
|
|
|
|
find %{buildroot} -type f -name "*.a" -delete
|
|
|
@ -121,7 +121,7 @@ rm -rf %{buildroot}%{_datadir}/doc/libftdi1/example.conf
|
|
|
|
%license COPYING.LIB
|
|
|
|
%license COPYING.LIB
|
|
|
|
%doc AUTHORS ChangeLog README
|
|
|
|
%doc AUTHORS ChangeLog README
|
|
|
|
%{_libdir}/libftdi1.so.2*
|
|
|
|
%{_libdir}/libftdi1.so.2*
|
|
|
|
/lib/udev/rules.d/69-libftdi.rules
|
|
|
|
/usr/lib/udev/rules.d/69-libftdi.rules
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%doc build-py3/doc/html
|
|
|
|
%doc build-py3/doc/html
|
|
|
@ -151,6 +151,9 @@ rm -rf %{buildroot}%{_datadir}/doc/libftdi1/example.conf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 04 2021 Richard Hughes <rhughes@redhat.com> - 1.4-8
|
|
|
|
|
|
|
|
- Install the udev file to a non-deprecated location
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-7
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|