|
Last change
on this file since 1644 was 1637, checked in by Silvan Scherrer, 7 years ago |
|
spec: ed: Release version 1.15-2.
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | Summary: The GNU line editor
|
|---|
| 2 | Name: ed
|
|---|
| 3 | Version: 1.15
|
|---|
| 4 | Release: 2%{?dist}
|
|---|
| 5 | License: GPLv3+ and GFDL
|
|---|
| 6 | URL: http://www.gnu.org/software/ed/
|
|---|
| 7 | Vendor: bww bitwise works GmbH
|
|---|
| 8 | %scm_source github http://github.com/bitwiseworks/%{name}-os2 %{version}-os2-2
|
|---|
| 9 |
|
|---|
| 10 | BuildRequires: gcc
|
|---|
| 11 | Requires(post): info
|
|---|
| 12 | Requires(preun): info
|
|---|
| 13 |
|
|---|
| 14 | %description
|
|---|
| 15 | Ed is a line-oriented text editor, used to create, display, and modify
|
|---|
| 16 | text files (both interactively and via shell scripts). For most
|
|---|
| 17 | purposes, ed has been replaced in normal usage by full-screen editors
|
|---|
| 18 | (emacs and vi, for example).
|
|---|
| 19 |
|
|---|
| 20 | Ed was the original UNIX editor, and may be used by some programs. In
|
|---|
| 21 | general, however, you probably don't need to install it and you probably
|
|---|
| 22 | won't use it.
|
|---|
| 23 |
|
|---|
| 24 | %debug_package
|
|---|
| 25 |
|
|---|
| 26 | %prep
|
|---|
| 27 | %scm_setup
|
|---|
| 28 |
|
|---|
| 29 | %build
|
|---|
| 30 | export EXEEXT=".exe"
|
|---|
| 31 | %configure \
|
|---|
| 32 | LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp -lcx" \
|
|---|
| 33 | CFLAGS="%{optflags}"
|
|---|
| 34 | make
|
|---|
| 35 |
|
|---|
| 36 | %install
|
|---|
| 37 | %make_install
|
|---|
| 38 | rm -vrf %{buildroot}%{_infodir}/dir
|
|---|
| 39 |
|
|---|
| 40 | %files
|
|---|
| 41 | %license COPYING
|
|---|
| 42 | %doc ChangeLog NEWS README TODO AUTHORS
|
|---|
| 43 | %{_bindir}/ed.exe
|
|---|
| 44 | %{_bindir}/red
|
|---|
| 45 | %{_mandir}/man1/ed.1*
|
|---|
| 46 | %{_mandir}/man1/red.1*
|
|---|
| 47 | %{_infodir}/ed.info*
|
|---|
| 48 |
|
|---|
| 49 | %changelog
|
|---|
| 50 | * Wed May 22 2019 Silvan Scherrer <silvan.scherrer@aroa.ch> - 1.15-2
|
|---|
| 51 | - remove the -Zbin-files switch
|
|---|
| 52 |
|
|---|
| 53 | * Tue May 21 2019 Silvan Scherrer <silvan.scherrer@aroa.ch> - 1.15-1
|
|---|
| 54 | - first rpm version
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.