Accepting request 850106 from utilities

OBS-URL: https://build.opensuse.org/request/show/850106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2020-11-26 22:09:26 +00:00 committed by Git OBS Bridge
commit c7dd53b1bb
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}