]> git.pld-linux.org Git - packages/dialog.git/blob - dialog.spec
By Marcin Korzonek <mkorz@shadow.eu.org>:
[packages/dialog.git] / dialog.spec
1 Summary:        A program to build tty dialog boxes
2 Summary(de):    Ein Programm zum Erstellen von tty-Dialogfeldern  
3 Summary(fr):    Programme pour construire des boîtes de dialogue en mode texte
4 Summary(pl):    Dialog tworzy okienkowy interfejs u¿ytkownika na terminalu tekstowym.
5 Summary(tr):    tty diyalog kutularý oluþturan bir program
6 Name:           dialog
7 Version:        0.6
8 Release:        13
9 Copyright:      GPL
10 Group:          Utilities/Terminal
11 Source:         ftp://ftp.redhat.com/pub/misc/%{name}-%{version}.tar.gz
12 Patch:          %{name}-%{version}-ncurses.patch
13 Patch1:         %{name}-%{version}-opt.patch
14 Patch2:         %{name}-%{version}-loop.patch
15 Buildroot:      /tmp/%{name}-%{version}-root
16
17 %description
18 Dialog is a utility that allows you to build user interfaces in
19 a TTY (text mode only).  You can call dialog from within a shell
20 script to ask the user questions or present with choices in a more
21 user friendly manner.  See /usr/doc/dialog-*/samples for some
22 examples.
23
24 %description -l de
25 Dialog ist ein Dienstprogramm, das das Erstellen einer Benutzeroberfläche
26 in einem TTY ermöglicht (nur Textmodus). Sie können dialog mit einem
27 Shell-Script aufrufen, um dem Benutzer auf benutzerfreundliche Weise
28 Fragen zu stellen oder eine Auswahl anzubieten. Unter
29 /usr/doc/dialog-*/samples finden Sie einige Beispiele.
30
31 %description -l fr
32 dialog est un utilitaire permettant de construire des interfaces
33 utilisateur en mode texte. On peut appeler dialog à partir d'un
34 script shell pour poser des questions à l'utilisateur ou lui
35 proposer des choix de façon conviviale. Voir /usr/doc/dialog-*/samples
36 pour quelques exemples.
37
38 %description -l pl
39 Dialog jest narzêdziem umo¿liwiaj±cym stworzenie przyjaznego interfejsu
40 u¿ytkownika na terminalu pracuj±cym w trybie tekstowym. Do programu
41 do³±czone s± przyk³adowe skrypty, u³atwiaj±ce rozpoczêcie pracy.
42
43 %description -l tr
44 Dialog, metin ekran için kullanýcý arayüzleri oluþturmayý saðlayan bir
45 araçtýr. Kullanýcýya seçenekleri göstermek veya sorular sormak için, dialog
46 programýný bir kabuk programcýðý içinden çaðýrabilirsiniz. Örnekler için
47 /usr/doc/dialog-*/samples dizinine bakýnýz.
48
49 %prep
50 %setup -q
51 %patch -p1 
52 %patch1 -p1 
53 %patch2 -p1 
54 cd src
55 make depend
56
57 %build
58 make 
59
60 %install
61 rm -rf $RPM_BUILD_ROOT 
62 install -d $RPM_BUILD_ROOT/usr/{bin,man/man1}
63
64 install -s src/dialog $RPM_BUILD_ROOT/usr/bin
65 install man/dialog.man $RPM_BUILD_ROOT/usr/man/man1/dialog.1
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644, root, root, 755)
72 %doc dialog.lsm README samples
73 %attr(755, root, root) /usr/bin/dialog
74 %attr(644, root,  man) /usr/man/man1/dialog.1
75
76
77 %changelog
78 * Sun Oct 18 1998 Marcin Korzonek <mkorz@shadow.eu.org>
79   [0.6-13]
80 - added pl translation,
81 - allow building from non root account,
82 - defined files permission,
83 - removed INSTALL and COPYING from docs,
84 - rewritten %install section.
85
86 * Thu May 7 1998 Michael Maher <mike@redhat.com> 
87 - Added Sean Reifschneider <jafo@tummy.com> patches for 
88   infinite loop problems.
89
90 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
91 - translations modified for de, fr, tr
92
93 * Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
94 - built against new ncurses
95
96 * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
97 - built against glibc
This page took 0.080416 seconds and 3 git commands to generate.