]> git.pld-linux.org Git - packages/joe.git/blob - joe.spec
- revision up to 19,
[packages/joe.git] / joe.spec
1 Summary:        Easy to use editor
2 Summary(de):    einfach handzuhabender Editor
3 Summary(fr):    éditeur facile à utiliser
4 Summary(pl):    £atwy w u¿yciu edytor tekstowy
5 Summary(tr):    Kolay kullanýmlý metin düzenleyici
6 Name:           joe
7 Version:        2.8
8 Release:        19
9 Copyright:      GPL
10 Group:          Applications/Editors
11 Group(pl):      Aplikacje/Edytory
12 Source:         ftp://ftp.std.com/src/editors/%{name}%{version}.tar.Z
13 Patch0:         joe-config.patch
14 Patch1:         joe-time.patch
15 Patch2:         joe-axphack.patch
16 Patch3:         joe-make.patch
17 Patch4:         joe-asis.patch
18 Patch5:         joe-man.patch
19 Patch6:         joe-mips.patch
20 Patch7:         joe-port.patch
21 Patch8:         joe-kbdfix.patch
22 Requires:       ncurses >= 4.2-12
23 Buildroot:      /tmp/%{name}-%{version}-root
24
25 %description
26 Joe is a friendly and easy to use editor.  It has a nice interface and would 
27 be a good choice for a novice needing a text editor. It uses the same WordStar
28 keybindings which are also used by Borland's development enbironment.
29
30 %description -l de
31 Joe ist ein bedienerfreundlicher, einfacher Editor mit attraktiver Oberfläche. 
32 Eine gute Wahl für Neueinsteiger, die einen Texteditor brauchen, benutzt er
33 dieselben WordStar-Keybindings, die auch von Borlands Enwicklungsumgebung
34 verwendet werden.
35
36 %description -l fr
37 Joe est un éditeur de texte simple à utiliser. il à une interface agréable
38 et constitue un bon choix novice ayant besoin d'un éditeur de texte. Il
39 utilise les mêmes combinaisons de touches que WordStar, qui sont aussi
40 utilisées par les environnements de développement Borland.
41
42 %description -l pl
43 Joe jest ³atwym i przyjemnym w u¿yciu edytorem, ma ³adny interfejs i mo¿e byæ
44 dobrym wyborem dla pocz±tkuj±cych u¿ytkowników Linuxa. Joe u¿ywa tej samej
45 kombinacji klawiszy co WordStar i oprogramowae Borland'a.
46
47 %description -l tr
48 Joe, küçük ve kullanýmý kolay bir metin düzenleyicisidir. Borland firmasýnýn
49 geliþtirme ortamýna alýþkýn olanlar ayný kýsayol tuþlarýný kullanmaktan
50 memnun olacaklardýr. Basitliði nedeni ile baþlayanlar için en cok tavsiye
51 edilen metin düzenleyicisidir.
52
53 %prep
54 %setup -q -n %{name}
55 %patch0 -p1
56 %patch1 -p1
57
58 %ifarch axp
59 %patch2 -p1
60 %endif
61
62 %patch3 -p1
63 %patch4 -p1
64 %patch5 -p1
65 %patch6 -p1
66 %patch7 -p1
67 %patch8 -p1
68
69 %build
70 make    WHEREJOE=/usr/bin \
71         WHERERC=/etc/joe
72         
73 %install
74 rm -rf $RPM_BUILD_ROOT
75 make install \
76         WHEREJOE=$RPM_BUILD_ROOT/usr/bin \
77         WHERERC=$RPM_BUILD_ROOT/etc/joe \
78         WHEREMAN=$RPM_BUILD_ROOT/usr/man/man1
79
80 echo ".so joe" > $RPM_BUILD_ROOT/usr/man/man1/jstar.1
81 echo ".so joe" > $RPM_BUILD_ROOT/usr/man/man1/jmacs.1
82 echo ".so joe" > $RPM_BUILD_ROOT/usr/man/man1/rjoe.1
83 echo ".so joe" > $RPM_BUILD_ROOT/usr/man/man1/jpico.1
84
85 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
86
87 %clean
88 rm -rf $RPM_BUILD_ROOT
89
90 %files
91 %defattr(644,root,root,755)
92 %attr(755,root,root) /usr/bin/*
93 %dir /etc/joe
94 %config /etc/joe/*
95 /usr/man/man1/*
96
97 %changelog
98 * Thu Mar  4 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
99   [2.8-19]
100 - added joe-kbdfix.patch with fix End key handling.
101
102 * Mon Feb 22 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
103   [2.8-18]
104 - removed man group from man pages.
105
106 * Wed Feb 17 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
107   [2.8-17]
108 - simplification in %files,
109 - added man, mips and potr patches,
110 - added man pages for jstar, jmacs, rjoe and jpico as *roff include to
111   joe(1),
112 - back to libncurses,
113 - added "Requires: ncurses >= 4.2-12" for prevent installing joe
114   with proper version ncurses.
115
116 * Thu Aug 27 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
117   [2.8-14]
118 - added patch adopted from Debian sources,
119 - added pl translation.
120
121 * Mon Jul 20 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
122 - added %attr macros in %filles (allow build joe from non-root account),
123 - added -q %setup parameter,
124 - config files moved to /etc,
125 - joe is now linked with libslang.
126
127 * Fri May 08 1998 Cristian Gafton <gafton@redhat.com>
128 - enable -asis in the config files so international keyboards will be better
129   supported
130   
131 * Fri May 01 1998 Prospector System <bugs@redhat.com>
132 - translations modified for de, fr, tr
133
134 * Fri May 01 1998 Cristian Gafton <gafton@redhat.com>
135 - /usr/lib/joe/* are config files 
136
137 * Thu Apr 09 1998 Cristian Gafton <gafton@redhat.com>
138 - manhattan build 
139
140 * Thu Dec 11 1997 Cristian Gafton <gafton@redhat.com>
141 - fixed termcap problems for terms other than 80x25
142 - added support for buildroot and BuildRoot
143
144 * Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
145 - built against glibcc
This page took 0.081689 seconds and 3 git commands to generate.