* avrdude.spec.in: Fix broken rpmbuild on RedHat-9.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@347 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
c19d7efe7a
commit
d2e0c4eab3
|
@ -1,3 +1,7 @@
|
||||||
|
2003-08-27 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
|
* avrdude.spec.in: Fix broken rpmbuild on RedHat-9.
|
||||||
|
|
||||||
2003-08-25 Eric B. Weddington <eric@ecentral.com>
|
2003-08-25 Eric B. Weddington <eric@ecentral.com>
|
||||||
|
|
||||||
* fileio.c:
|
* fileio.c:
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
## @configure_input@
|
## @configure_input@
|
||||||
##
|
##
|
||||||
|
|
||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Summary: AVRDUDE is software for programming Atmel AVR Microcontrollers.
|
Summary: AVRDUDE is software for programming Atmel AVR Microcontrollers.
|
||||||
Name: avrdude
|
Name: avrdude
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
@ -43,6 +45,9 @@ make prefix=$RPM_BUILD_ROOT%{_prefix} \
|
||||||
infodir=$RPM_BUILD_ROOT%{_infodir} \
|
infodir=$RPM_BUILD_ROOT%{_infodir} \
|
||||||
install
|
install
|
||||||
|
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
@ -68,11 +73,17 @@ fi
|
||||||
%attr(0644,root,root) %config /etc/avrdude.conf
|
%attr(0644,root,root) %config /etc/avrdude.conf
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%doc doc/avrdude-html
|
%doc doc/avrdude-html/*.html
|
||||||
|
%doc doc/TODO
|
||||||
%doc doc/avrdude.ps
|
%doc doc/avrdude.ps
|
||||||
%doc doc/avrdude.pdf
|
%doc doc/avrdude.pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 27 2003 Theodore A. Roth <troth@openavr.org>
|
||||||
|
[Thanks to Artur Lipowski <LAL@pro.onet.pl>]
|
||||||
|
- Do not build debug package.
|
||||||
|
- Remove files not packaged to quell RH9 rpmbuild complaints.
|
||||||
|
|
||||||
* Wed Mar 05 2003 Theodore A. Roth <troth@openavr.org>
|
* Wed Mar 05 2003 Theodore A. Roth <troth@openavr.org>
|
||||||
- Add docs sub-package.
|
- Add docs sub-package.
|
||||||
- Add %post and %preun scriptlets for handling info files.
|
- Add %post and %preun scriptlets for handling info files.
|
||||||
|
|
Loading…
Reference in New Issue