source: projects/specs/branches/6/d/dialog/dialog-vl.spec @ 521

Revision 521, 4.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: A utility for creating TTY dialog boxes.
2Summary(ja): TTY ダイアログボックスのユーティリティ
3Name: dialog
4%define SubVersion 20060221
5Version: 1.0.%{SubVersion}
6Release: 1%{?_dist_release}
7License: GPL
8Group: Applications/System
9URL: http://invisible-island.net/dialog/dialog.html
10Source: ftp://invisible-island.net/dialog/dialog-1.0-%{SubVersion}.tgz
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12Requires: ncurses
13BuildPreReq: ncurses-devel, gettext
14
15
16%description
17Dialog is a utility that allows you to show dialog boxes (containing
18questions or messages) in TTY (text mode) interfaces.  Dialog is called
19from within a shell script.  The following dialog boxes are implemented:
20yes/no, menu, input, message, text, info, checklist, radiolist, and
21gauge. 
22
23Install dialog if you would like to create TTY dialog boxes.
24
25
26%description -l ja
27Dialog は TTY (テキストモード) インタフェース上に,質問やメッセージを
28含むダイアログボックスを表示するユーティリティです.
29Dialog はシェルスクリプトから (あるいはその中から) 呼び出すことが出来ます.
30実装されているダイアログボックスには yes/no,メニュー,入力エリア,
31メッセージ,テキスト,情報,チェックリスト,ラジオボタン,ゲージ等が
32あります.
33
34TTY ダイアログボックスを作成したければ dialog をインストールして下さい.
35
36
37%prep
38%setup -q -n dialog-1.0-%{SubVersion}
39
40
41%build
42%configure --enable-nls
43make
44
45
46%install
47rm -rf $RPM_BUILD_ROOT
48fgrep -l -r perl samples|xargs rm -f
49
50%makeinstall
51
52%find_lang %name
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57
58%files -f %{name}.lang
59%defattr(-,root,root)
60%doc COPYING dialog.lsm README samples
61%{_bindir}/dialog
62%{_mandir}/man1/dialog.*
63
64
65%changelog
66* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.0.20060221-1vl5
67- applied new versioning policy, spec in utf-8
68
69* Sun Jan 21 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.20060221-1vl1
70- new upstream release
71  based on 1.0.20060221-1 from Fedora development
72
73* Tue Oct 19 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0.20040731-1vl1
74- new upstream release
75  based on 1.0.20040731-1 from Fedora development
76- add Requires ncurses
77
78* Fri Mar 26 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9b-20031207.2vl1
79- s/Copyright/License/
80- based on 0.9b-20031207.2 from Fedora development
81  * Mon Nov 24 2003 Harald Hoyer <harald@redhat.de> 0.9b-20031002.2
82  - added gettext BuildReq (#109192)
83
84* Wed Dec 04 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9b-20020814.1vl1
85- based on 0.9b-20020814.1 from Rawhide and built for Vine Linux
86
87* Tue Nov 05 2002 Harald Hoyer <harald@redhat.de> 0.9b-20020814.1
88* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
89- automated rebuild
90
91* Sun May 26 2002 Tim Powers <timp@redhat.com>
92- automated rebuild
93
94* Wed May 22 2002 Harald Hoyer <harald@redhat.de> 0.9b-20020519.1
95- update to dialog-0.9b-20020519
96
97* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
98- automated rebuild
99
100* Mon Jun 18 2001 Harald Hoyer <harald@redhat.de>
101- update to 20010527
102- added ncurses-devel dependency (#44733)
103- removed perl dependency
104
105* Tue Jan 09 2001 Harald Hoyer <harald@redhat.com>
106- update to 20001217
107
108* Mon Aug  7 2000 Bill Nottingham <notting@redhat.com>
109- fix one of the examples (#14073)
110
111* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
112- automatic rebuild
113
114* Wed Apr  5 2000 Bill Nottingham <notting@redhat.com>
115- rebuild against current ncurses/readline
116
117* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
118- handle compressed man pages
119
120* Thu Jan 20 2000 Bill Nottingham <notting@redhat.com>
121- fix loop patch for reading from pipe
122
123* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
124- auto rebuild in the new build environment (release 14)
125
126* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
127- build for 6.0
128
129* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
130- build root
131
132* Thu May 7 1998 Michael Maher <mike@redhat.com>
133- Added Sean Reifschneider <jafo@tummy.com> patches for
134  infinite loop problems.
135
136* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
137- translations modified for de, fr, tr
138
139* Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
140- built against new ncurses
141
142* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
143- built against glibc
Note: See TracBrowser for help on using the repository browser.