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:
commit
c7dd53b1bb
@ -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>
|
||||
|
||||
|
6
ed.spec
6
ed.spec
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user