Continue not shipping libavrdude library due to unstable API/ABI
This commit is contained in:
parent
388ea26675
commit
68a013db80
1 changed files with 5 additions and 1 deletions
|
|
@ -107,8 +107,11 @@ fi
|
|||
|
||||
%install
|
||||
%cmake_install
|
||||
rm -f $RPM_BUILD_ROOT%{_includedir}/libavrdude.h
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_includedir}/libavrdude-avrintel.h
|
||||
rm -f $RPM_BUILD_ROOT%{_includedir}/libavrdude.h
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/libavrdude.a
|
||||
install -d -m 755 $RPM_BUILD_ROOT%{_udevrulesdir}
|
||||
install -p -m 644 avrdude.udev $RPM_BUILD_ROOT%{_udevrulesdir}/%{udev_rules}
|
||||
|
|
@ -148,6 +151,7 @@ install -p -m 644 -t $RPM_BUILD_ROOT%{_pkgdocdir} AUTHORS NEWS README.md
|
|||
- Build without old pre-1.0 libusb
|
||||
- Build with libgpiod
|
||||
- Move config file from /etc/avrdude/avrdude.conf to /etc/avrdude.conf
|
||||
- Continue not shipping libavrdude library due to unstable API/ABI
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue