forked from pool/texinfo
- Don't package info.info, already part of emacs-info (forwarded request 174659 from AndreasSchwab)
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=35
This commit is contained in:
parent
4cd286484c
commit
4d5fa97363
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 6 16:05:29 UTC 2013 - schwab@linux-m68k.org
|
||||
|
||||
- Don't package info.info, already part of emacs-info
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 12 09:35:09 UTC 2013 - schwab@suse.de
|
||||
|
||||
|
@ -158,6 +158,7 @@ popd
|
||||
make DESTDIR=%{buildroot} \
|
||||
infodir=%{_infodir} \
|
||||
htmldir=%{_defaultdocdir}/texi2html install
|
||||
rm -f %{buildroot}%{_infodir}/info.info*
|
||||
mkdir -p %{buildroot}/sbin
|
||||
mv %{buildroot}%{_bindir}/install-info %{buildroot}/sbin/
|
||||
ln -sf ../../sbin/install-info %{buildroot}%{_bindir}/install-info
|
||||
@ -195,11 +196,9 @@ test -n "%{buildroot}" && rm -rf %{buildroot}
|
||||
|
||||
%post -n info
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/info-stnd.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/info.info.gz
|
||||
|
||||
%postun -n info
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/info-stnd.info.gz
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/info.info.gz
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
@ -231,7 +230,6 @@ test -n "%{buildroot}" && rm -rf %{buildroot}
|
||||
%{_bindir}/install-info
|
||||
%{_bindir}/info
|
||||
%{_bindir}/infokey
|
||||
%{_infodir}/info.info*
|
||||
%{_infodir}/info-stnd.info*
|
||||
%{_mandir}/man1/info.1*
|
||||
%{_mandir}/man1/infokey.1*
|
||||
|
Loading…
Reference in New Issue
Block a user