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