Summary: Easy to use editor Summary(de): einfach handzuhabender Editor Summary(fr): éditeur facile à utiliser Summary(pl): £atwy w u¿yciu edytor tekstowy Summary(tr): Kolay kullanımlı metin düzenleyici Name: joe Version: 2.8 Release: 19 Copyright: GPL Group: Applications/Editors Group(pl): Aplikacje/Edytory Source: ftp://ftp.std.com/src/editors/%{name}%{version}.tar.Z Patch0: joe-config.patch Patch1: joe-time.patch Patch2: joe-axphack.patch Patch3: joe-make.patch Patch4: joe-asis.patch Patch5: joe-man.patch Patch6: joe-mips.patch Patch7: joe-port.patch Patch8: joe-kbdfix.patch Requires: ncurses >= 4.2-12 Buildroot: /tmp/%{name}-%{version}-root %description Joe is a friendly and easy to use editor. It has a nice interface and would be a good choice for a novice needing a text editor. It uses the same WordStar keybindings which are also used by Borland's development enbironment. %description -l de Joe ist ein bedienerfreundlicher, einfacher Editor mit attraktiver Oberfläche. Eine gute Wahl für Neueinsteiger, die einen Texteditor brauchen, benutzt er dieselben WordStar-Keybindings, die auch von Borlands Enwicklungsumgebung verwendet werden. %description -l fr Joe est un éditeur de texte simple à utiliser. il à une interface agréable et constitue un bon choix novice ayant besoin d'un éditeur de texte. Il utilise les mêmes combinaisons de touches que WordStar, qui sont aussi utilisées par les environnements de développement Borland. %description -l pl Joe jest ³atwym i przyjemnym w u¿yciu edytorem, ma ³adny interfejs i mo¿e byæ dobrym wyborem dla pocz±tkuj±cych u¿ytkowników Linuxa. Joe u¿ywa tej samej kombinacji klawiszy co WordStar i oprogramowae Borland'a. %description -l tr Joe, küçük ve kullanımı kolay bir metin düzenleyicisidir. Borland firmasının geliştirme ortamına alışkın olanlar aynı kısayol tuşlarını kullanmaktan memnun olacaklardır. Basitliği nedeni ile başlayanlar için en cok tavsiye edilen metin düzenleyicisidir. %prep %setup -q -n %{name} %patch0 -p1 %patch1 -p1 %ifarch axp %patch2 -p1 %endif %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 %build make WHEREJOE=/usr/bin \ WHERERC=/etc/joe %install rm -rf $RPM_BUILD_ROOT make install \ WHEREJOE=$RPM_BUILD_ROOT/usr/bin \ WHERERC=$RPM_BUILD_ROOT/etc/joe \ WHEREMAN=$RPM_BUILD_ROOT/usr/man/man1 echo ".so joe" > $RPM_BUILD_ROOT/usr/man/man1/jstar.1 echo ".so joe" > $RPM_BUILD_ROOT/usr/man/man1/jmacs.1 echo ".so joe" > $RPM_BUILD_ROOT/usr/man/man1/rjoe.1 echo ".so joe" > $RPM_BUILD_ROOT/usr/man/man1/jpico.1 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/* %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) /usr/bin/* %dir /etc/joe %config /etc/joe/* /usr/man/man1/* %changelog * Thu Mar 4 1999 Tomasz K³oczko [2.8-19] - added joe-kbdfix.patch with fix End key handling. * Mon Feb 22 1999 Tomasz K³oczko [2.8-18] - removed man group from man pages. * Wed Feb 17 1999 Tomasz K³oczko [2.8-17] - simplification in %files, - added man, mips and potr patches, - added man pages for jstar, jmacs, rjoe and jpico as *roff include to joe(1), - back to libncurses, - added "Requires: ncurses >= 4.2-12" for prevent installing joe with proper version ncurses. * Thu Aug 27 1998 Wojtek ¦lusarczyk [2.8-14] - added patch adopted from Debian sources, - added pl translation. * Mon Jul 20 1998 Tomasz K³oczko - added %attr macros in %filles (allow build joe from non-root account), - added -q %setup parameter, - config files moved to /etc, - joe is now linked with libslang. * Fri May 08 1998 Cristian Gafton - enable -asis in the config files so international keyboards will be better supported * Fri May 01 1998 Prospector System - translations modified for de, fr, tr * Fri May 01 1998 Cristian Gafton - /usr/lib/joe/* are config files * Thu Apr 09 1998 Cristian Gafton - manhattan build * Thu Dec 11 1997 Cristian Gafton - fixed termcap problems for terms other than 80x25 - added support for buildroot and BuildRoot * Mon Jul 21 1997 Erik Troan - built against glibcc