]> git.pld-linux.org Git - packages/ed.git/blob - ed.spec
6f0fc188503686ea6136b7dfdde84abecafc9915
[packages/ed.git] / ed.spec
1 Summary:     GNU Line Editor
2 Summary(de): GNU-Zeileneditor 
3 Summary(fr): Éditeur ligne de GNU
4 Summary(pl): Edytor liniowy GNU
5 Summary(tr): GNU satýr düzenleyici
6 Name:        ed
7 Version:     0.2
8 Release:     9
9 Copyright:   GPL
10 Group:       Applications/Editors
11 Group(pl):   Aplikacje/Edytory
12 Source:      ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
13 Prereq:      /sbin/install-info
14 Buildroot:   /tmp/%{name}-%{version}-root
15
16 %description
17 This is the GNU line editor.  It is an implementation of one
18 of the first editors under *nix.  Some programs rely on it,
19 but in general you probably don't *need* it.
20
21 %description -l de
22 Dies ist der GNU-Zeileneditor, eine Implementierung einer
23 der ersten Editoren unter *nix. Manche Programme verlassen sich darauf,
24 i.a. *brauchen* Sie ihn wahrscheinlich nicht.
25
26 %description -l fr
27 Éditeur ligne de GNU. C'est une implantation de l'un des premiers
28 éditeurs d'*nix. Certains programmes en ont besoin, mais en
29 général, vous n'en aurez probablement pas l'utilité.
30
31 %description -l pl
32 Ed jest implementacj± GNU standardowego, pierwszego unixowego edytora.
33 Czê¶æ starszych programów mo¿e jeszcze korzystaæ z niego ale wiêkszo¶æ
34 ju¿ prawdopodobnie nie potrzrebuje ed.
35
36 %description -l tr
37 Bu paket UN*X'in en eski metin düzenleyicilerinden birini içermektedir. Bazý
38 yazýlýmlar hala bu programa gereksinim duymaktadýrlar.
39
40 %prep
41 %setup -q
42
43 %build
44 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --exec-prefix=/
45 make 
46 strip ed
47
48 %install
49 make prefix=$RPM_BUILD_ROOT/usr \
50     exec_prefix=$RPM_BUILD_ROOT install
51
52 gzip -fn $RPM_BUILD_ROOT/usr/info/ed.info
53
54 %post
55 /sbin/install-info /usr/info/ed.info.gz /usr/info/dir --entry="* ed: (ed).                  The GNU Line Editor."
56
57 %preun
58 /sbin/install-info --delete /usr/info/ed.info.gz /usr/info/dir --entry="* ed: (ed).                  The GNU Line Editor."
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644, root, root, 755)
65 %doc NEWS POSIX README 
66 %attr(755, root, root) /bin/*
67 /usr/info/ed.info.gz
68 %attr(644, root,  man) /usr/man/man1/*
69
70 %changelog
71 * Tue Oct 06 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
72   [0.2-9]
73 - added pl translation,
74 - major modifications of the spec file.
75
76 * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
77 - translations modified for de, fr, tr
78
79 * Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
80 - added install-info support
81 - added BuildRoot
82 - correct URL in Source line
83
84 * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
85 - built against glibc
This page took 0.048498 seconds and 3 git commands to generate.