SHA256
3
0
forked from pool/ed

Accepting request 849595 from home:lnussel:usrmove

- prepare usrmerge (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/849595
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=35
This commit is contained in:
Peter Simons 2020-11-23 08:26:08 +00:00 committed by Git OBS Bridge
parent 99de5186c1
commit f55a69bdbb
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 16 09:46:50 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
- prepare usrmerge (boo#1029961)
-------------------------------------------------------------------
Tue Mar 3 10:22:48 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -49,10 +49,10 @@ make %{?_smp_mflags} CFLAGS="%{optflags}"
%install
%make_install
#UsrMerge
%if !0%{?usrmerged}
install -d -m 0755 %{buildroot}/bin
ln -s %{_bindir}/ed %{buildroot}/bin/ed
#UsrMerge
%endif
%check
make %{?_smp_mflags} check
@ -66,7 +66,9 @@ make %{?_smp_mflags} check
%files
%license COPYING
%doc AUTHORS ChangeLog NEWS README TODO
%if !0%{?usrmerged}
/bin/%{name}
%endif
%{_bindir}/%{name}
%{_bindir}/r%{name}
%{_infodir}/%{name}.info%{?ext_info}