forked from pool/texinfo
Accepting request 1055747 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798) OBS-URL: https://build.opensuse.org/request/show/1055747 OBS-URL: https://build.opensuse.org/package/show/Publishing/texinfo?expand=0&rev=126
This commit is contained in:
parent
863dc847bd
commit
06275a1f40
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 27 13:22:54 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
||||
|
||||
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 07:33:56 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -130,7 +130,7 @@ then
|
||||
ln -sf texi2pdf.1%{?ext_man} %{buildroot}%{_mandir}/man1/pdftexi2dvi.1%{?ext_man}
|
||||
fi
|
||||
|
||||
%if !0%{?usrmerged}
|
||||
%if 0%{?suse_version} < 1550
|
||||
mkdir -p %{buildroot}/sbin
|
||||
mv %{buildroot}%{_bindir}/install-info %{buildroot}/sbin/
|
||||
ln -sf ../../sbin/install-info %{buildroot}%{_bindir}/install-info
|
||||
@ -230,7 +230,7 @@ end
|
||||
%files -n info
|
||||
%defattr(-,root,root,0755)
|
||||
%ghost %verify(not mode md5 size mtime) %{_infodir}/dir
|
||||
%if !0%{?usrmerged}
|
||||
%if 0%{?suse_version} < 1550
|
||||
/sbin/install-info
|
||||
%else
|
||||
%{_sbindir}/install-info
|
||||
|
Loading…
Reference in New Issue
Block a user