source: spec/trunk/SPECS/ed.spec@ 1644

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 
1Summary: The GNU line editor
2Name: ed
3Version: 1.15
4Release: 2%{?dist}
5License: GPLv3+ and GFDL
6URL: http://www.gnu.org/software/ed/
7Vendor: bww bitwise works GmbH
8%scm_source github http://github.com/bitwiseworks/%{name}-os2 %{version}-os2-2
9
10BuildRequires: gcc
11Requires(post): info
12Requires(preun): info
13
14%description
15Ed is a line-oriented text editor, used to create, display, and modify
16text files (both interactively and via shell scripts). For most
17purposes, ed has been replaced in normal usage by full-screen editors
18(emacs and vi, for example).
19
20Ed was the original UNIX editor, and may be used by some programs. In
21general, however, you probably don't need to install it and you probably
22won't use it.
23
24%debug_package
25
26%prep
27%scm_setup
28
29%build
30export EXEEXT=".exe"
31%configure \
32 LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp -lcx" \
33 CFLAGS="%{optflags}"
34make
35
36%install
37%make_install
38rm -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.