source: rtems/contrib/crossrpms/autotools/target-autoconf.add @ 4cf3275

4.8
Last change on this file since 4cf3275 was 0852a4f7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/07 at 17:21:30
Add
: to install-info
  • Property mode set to 100644
File size: 528 bytes
Line 
1%post
2/sbin/install-info  --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz ||:
3
4%preun
5if [ $1 -eq 0 ]; then
6  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/autoconf.info.gz ||:
7fi   
8
9%files
10%defattr(-,root,root)
11# %doc AUTHORS COPYING ChangeLog NEWS README THANKS
12%sysdir %{_bindir}
13%{_bindir}/*
14%sysdir %{_infodir}
15%ghost %{_infodir}/dir
16
17%{_infodir}/autoconf.info*
18%sysdir %{_mandir}
19%sysdir %{_mandir}/man1
20%{_mandir}/man1/*
21%sysdir %{_datadir}
22%{_datadir}/autoconf
23%exclude %{_datadir}/emacs/site-lisp
Note: See TracBrowser for help on using the repository browser.