source: rtems/contrib/crossrpms/autotools/target-autoconf.add @ 9c58665b

4.104.114.84.95
Last change on this file since 9c58665b was e5f924d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/02/06 at 03:35:10

New.

  • Property mode set to 100644
File size: 520 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.