source: projects/specs/trunk/t/termcap/termcap-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: The terminal feature database used by certain applications.
2Summary(ja): 様々なアプリケーションから使用される端末機能のデータベース
3Name: termcap
4Version: 11.0.1
5Release: 2%{?_dist_release}
6License: none
7Group: System Environment/Base
8Source0: http://www.catb.org/~esr/terminfo/termtypes.tc.gz
9Patch0: termcap-linuxlat.patch
10Patch1: termcap-xtermchanges.patch
11# Vine stuff
12Patch2: termcap-kon.patch
13Patch3: termcap-kterm.patch
14Patch4: termcap-xtermvine.patch
15# Vine stuff above
16BuildArch: noarch
17BuildRoot: %{_tmppath}/%{name}-root
18Vendor: Project Vine
19Distribution: Vine Linux
20
21# XXX termcap used to be noarch but that is impossible with per-arch patches
22%ifarch sparc
23Obsoletes: termfiles_sparc
24Provides: termfiles_sparc
25%endif
26
27%description
28The termcap package provides the /etc/termcap file.  /etc/termcap is a
29database which defines the capabilities of various terminals and
30terminal emulators.  Certain programs use the /etc/termcap file to
31access various features of terminals (the bell, colors, and graphics,
32etc.).
33
34%description -l ja
35termcap パッケージは /etc/termcap ファイルを提供します。/etc/termcap
36ファイルは様々な種類の端末や端末エミュレータの機能を列記したデータベース
37です。プログラムは /etc/termcap ファイルを読み込んで、端末の様々な機能
38(ベル、カラー、グラフィックス等)を利用します。
39
40%prep
41mkdir -p $RPM_BUILD_ROOT/etc
42zcat $RPM_SOURCE_DIR/termtypes.tc.gz > $RPM_BUILD_ROOT/etc/termcap
43(cd $RPM_BUILD_ROOT/etc;
44%patch0 -p0 -b .linuxlat
45%patch1 -p0 -b .xtermchanges
46%patch2 -p0 -b .kon
47%patch3 -p0 -b .kterm
48%patch4 -p0 -b .xtermvine
49)
50chmod 644 $RPM_BUILD_ROOT/etc/termcap
51
52# remove unpackaged files.
53%{__rm} -f ${RPM_BUILD_ROOT}/etc/termcap.kon
54%{__rm} -f ${RPM_BUILD_ROOT}/etc/termcap.kterm
55%{__rm} -f ${RPM_BUILD_ROOT}/etc/termcap.linuxlat
56%{__rm} -f ${RPM_BUILD_ROOT}/etc/termcap.xtermchanges
57%{__rm} -f ${RPM_BUILD_ROOT}/etc/termcap.xtermvine
58
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(-,root,root)
65%config /etc/termcap
66
67%changelog
68* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 11.0.1-2vl5
69- applied new versioning policy, spec in utf-8
70
71* Fri Jul 06 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 11.0.1-1vl6
72- rebuild with new toolchains.
73- update URI of Source0.
74- use License tag instead of Copylight.
75- remove unpackaged files in %%prep section.
76- add japanese summary and description.
77
78* Thu Oct 03 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 11.0.1-1vl5
79- modify patch3 to fix bug.
80  ( tc=xterm -> tc=xterm-r6 )
81
82* Wed Feb 21 2001 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
83- apply patch4 correctly
84
85* Tue Nov 21 2000 Lisa Sagami <czs14350@mb.infoweb.ne.jp>
86- added termcap-xtermvine.patch (fixes a bug of termcap-xtermchanges.patch)
87
88* Wed Jul  5 2000 Lisa Sagami <czs14350@nifty.ne.jp>
89- 11.0.1-1vl1: from Vine 9.12.6-15vl2 and RH 11.0.1-1
90- fixed: Distribution
91
92* Mon Mar 20 2000 Bernhard Rosenkraenzer <bero@redhat.com>
93- 11.0.1
94
95* Mon Mar 06 2000 Preston Brown <pbrown@redhat.com>
96- add end key mappings for linux console (fix /bin/vi)
97
98* Sat Mar 04 2000 Preston Brown <pbrown@redhat.com>
99- remove typo
100
101* Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
102- shifted fkey 3-20 added for xterm
103
104* Fri Feb 18 2000 Preston Brown <pbrown@redhat.com>
105- xterm entries from XFree86 3.3.6.
106- completely apply debian policy for backspace and delete.
107
108* Sun Feb  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
109- Fix xterm (#9141)
110
111* Tue Feb 01 2000 Preston Brown <pbrown@redhat.com>
112- small patch from Hans for xterm (#8634), revert HJ fix.
113
114* Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com>
115- sync the xterm entry with the XFree86 3.3.6 one
116
117* Tue Jan 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
118- Add patch form Hans de Goede <hans@highrise.nl> to get the termcap
119  descriptions in sync with the terminfo (ncurses) ones
120- make it a noarch package
121
122* Sun Nov 21 1999 Bernhard Rosenkraenzer <bero@redhat.com>
123- 10.2.7 - this should finally fix the "telnet from FreeBSD to Linux"
124  problem
125
126* Thu Oct 28 1999 Jun NISHII <jun@flatout.org>
127- added defattr
128
129* Thu Oct 21 1999 Jun NISHII <jun@flatout.org>
130- merge 9.12.6-15
131
132* Mon Mar 29 1999 Jeff Johnson <jbj@redhat.com>
133- termcap used to be noarch but that is impossible with per-arch patches
134
135* Mon Dec 21 1998 MATSUMOTO Shoji <vine@flatout.org>
136- added kterm and kon entries
137
138* Thu May 07 1998 Erik Troan <ewt@redhat.com>
139
140- added linux-lat entry
141- build rooted
142
143* Fri May 01 1998 Prospector System <bugs@redhat.com>
144
145- translations modified for de, fr, tr
146
147* Thu Oct 23 1997 Erik Troan <ewt@redhat.com>
148
149- made a noarch package
150
Note: See TracBrowser for help on using the repository browser.