summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/autotools/target-automake.add
blob: 4658da4c8f1279be29ee93cf460738b00a3bde78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%post 
/sbin/install-info  --info-dir=%{_infodir} %{_infodir}/automake.info.gz ||:

%preun
if [ $1 -eq 0 ]; then
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/automake.info.gz ||:
fi

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
%sysdir %{_bindir}
%{_bindir}/aclocal*
%{_bindir}/automake*
%sysdir %{_infodir}
%ghost %{_infodir}/dir
%{_infodir}/automake.info*.gz
%sysdir %{_mandir}
%sysdir %{_mandir}/man1
%{_mandir}/man1/*
%sysdir %{_datadir}
%if "%{_prefix}" != "/usr"
%{_datadir}/aclocal
%endif
%{_datadir}/aclocal-%{amvers}
%{_datadir}/automake-%{amvers}