Accepting request 102623 from home:rjschwei:branches:utilities
usrMerge project - move files from toplevel to /usr OBS-URL: https://build.opensuse.org/request/show/102623 OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=4
This commit is contained in:
parent
b811987635
commit
1efcd21893
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 3 15:02:12 UTC 2012 - rschweikert@suse.com
|
||||||
|
|
||||||
|
- switch license to spdx format
|
||||||
|
- keep executable in /usr (UsrMerge project)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 2 15:16:42 UTC 2012 - dlovasko@suse.com
|
Mon Jan 2 15:16:42 UTC 2012 - dlovasko@suse.com
|
||||||
|
|
||||||
|
7
ed.spec
7
ed.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: ed
|
Name: ed
|
||||||
Url: http://www.gnu.org/software/ed/
|
Url: http://www.gnu.org/software/ed/
|
||||||
License: GPLv3+ ; LGPLv2.1+
|
License: GPL-3.0+ ; LGPL-2.1+
|
||||||
Group: Productivity/Editors/Other
|
Group: Productivity/Editors/Other
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Version: 1.6
|
Version: 1.6
|
||||||
@ -42,9 +42,10 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%{makeinstall}
|
%{makeinstall}
|
||||||
|
#UsrMerge
|
||||||
%{__install} -d -m 0755 %{buildroot}/bin
|
%{__install} -d -m 0755 %{buildroot}/bin
|
||||||
%{__mv} %{buildroot}/%{_bindir}/ed %{buildroot}/bin/ed
|
%{__ln_s} %{_bindir}/ed %{buildroot}/bin/ed
|
||||||
%{__ln_s} /bin/ed %{buildroot}/%{_bindir}/ed
|
#UsrMerge
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
Loading…
Reference in New Issue
Block a user