summaryrefslogblamecommitdiffstats
path: root/contrib/crossrpms/autotools/target-automake.add
blob: 4658da4c8f1279be29ee93cf460738b00a3bde78 (plain) (tree)
1
2
3
4
5
6
      
                                                                           


                     
                                                                                     














                                                 


                          


                              
%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}