source: rtems/contrib/crossrpms/autotools/target-automake.add @ ffabba3

4.104.114.84.95
Last change on this file since ffabba3 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: 550 bytes
Line 
1%post
2/sbin/install-info  --info-dir=%{_infodir} %{_infodir}/automake.info.gz
3
4%preun
5if [ $1 -eq 0 ]; then
6  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/automake.info.gz
7fi
8
9%files
10%defattr(-,root,root)
11%doc AUTHORS COPYING ChangeLog NEWS README THANKS
12%sysdir %{_bindir}
13%{_bindir}/aclocal*
14%{_bindir}/automake*
15%sysdir %{_infodir}
16%ghost %{_infodir}/dir
17%{_infodir}/automake.info*.gz
18%sysdir %{_mandir}
19%sysdir %{_mandir}/man1
20%{_mandir}/man1/*
21%sysdir %{_datadir}
22%{_datadir}/aclocal-%{amvers}
23%{_datadir}/automake-%{amvers}
24
Note: See TracBrowser for help on using the repository browser.