SHA256
3
0
forked from pool/ed

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:
OBS User mrdocs 2012-02-05 00:32:14 +00:00 committed by Git OBS Bridge
parent b811987635
commit 1efcd21893
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -17,7 +17,7 @@
Name: ed
Url: http://www.gnu.org/software/ed/
License: GPLv3+ ; LGPLv2.1+
License: GPL-3.0+ ; LGPL-2.1+
Group: Productivity/Editors/Other
PreReq: %install_info_prereq
Version: 1.6
@ -42,9 +42,10 @@ make %{?_smp_mflags}
%install
%{makeinstall}
#UsrMerge
%{__install} -d -m 0755 %{buildroot}/bin
%{__mv} %{buildroot}/%{_bindir}/ed %{buildroot}/bin/ed
%{__ln_s} /bin/ed %{buildroot}/%{_bindir}/ed
%{__ln_s} %{_bindir}/ed %{buildroot}/bin/ed
#UsrMerge
%check
make check