source: projects/specs/trunk/x/xterm/xterm-vl.spec @ 9112

Revision 9112, 12.6 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

Line 
1Summary: Terminal emulator for the X Window System
2Summary(ja): X ウィンドウシステム用ターミナルエミュレータ
3Name: xterm
4Version: 312
5Release: 1%{?_dist_release}
6URL: http://dickey.his.com/xterm
7License: MIT
8Group: User Interface/X
9
10Source0: ftp://invisible-island.net/xterm/%{name}-%{version}.tgz
11Source1: ftp://invisible-island.net/xterm/16colors.txt
12
13Patch1: xterm-245-resources.patch
14Patch3: xterm-310-man-page_paths.patch
15Patch4: xterm-286-desktopfile.patch
16
17BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
18BuildRequires: imake, pkgconfig, ncurses-devel
19#BuildRequires: libutempter-devel
20BuildRequires: libXft-devel, libXaw-devel, libXext-devel, desktop-file-utils
21
22Vendor: Project Vine
23Distribution: Vine Linux
24
25%define x11_app_defaults_dir %(pkg-config --variable appdefaultdir xt)
26
27%description
28The xterm program is a terminal emulator for the X Window System. It
29provides DEC VT102 and Tektronix 4014 compatible terminals for
30programs that can't use the window system directly.
31
32%prep
33%setup -q
34
35%patch1 -p1 -b .redhat-resources
36%patch3 -p1 -b .man-page_paths
37%patch4 -p1 -b .desktopfile
38
39%build
40%configure \
41        --enable-256-color \
42        --enable-luit \
43%if %{with trace}
44        --enable-trace \
45%endif
46        --enable-warnings \
47        --enable-wide-chars \
48        --with-app-defaults=%{x11_app_defaults_dir} \
49        --with-utempter \
50        --with-tty-group=tty \
51        --disable-full-tgetent
52
53make %{?_smp_mflags}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57make DESTDIR=$RPM_BUILD_ROOT install
58
59cp -fp %{SOURCE1} 16colors.txt
60
61desktop-file-install --vendor="" \
62        --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
63        xterm.desktop
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files
69%defattr(-,root,root,-)
70%doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n
71%{_bindir}/xterm
72%{_bindir}/koi8rxterm
73%{_bindir}/resize
74%{_bindir}/uxterm
75%{_mandir}/man1/koi8rxterm.1*
76%{_mandir}/man1/resize.1*
77%{_mandir}/man1/uxterm.1*
78%{_mandir}/man1/xterm.1*
79%{_datadir}/applications/xterm.desktop
80%{_datadir}/pixmaps/xterm*.xpm
81%{_datadir}/pixmaps/filled-xterm_*.xpm
82%{_datadir}/pixmaps/mini.xterm_*.xpm
83%{x11_app_defaults_dir}/KOI8RXTerm
84%{x11_app_defaults_dir}/KOI8RXTerm-color
85%{x11_app_defaults_dir}/UXTerm
86%{x11_app_defaults_dir}/UXTerm-color
87%{x11_app_defaults_dir}/XTerm
88%{x11_app_defaults_dir}/XTerm-color
89
90%changelog
91* Sun Nov 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 312-1
92- new upstream release
93
94* Sun Aug 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 310-1
95- new upstream release
96- update Patch3 (xterm-310-man-page_paths.patch)
97
98* Tue Nov 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 286-1
99- new upstream release
100- update Patch3 (xterm-286-man-page_paths.patch)
101- update Patch4 (xterm-286-desktopfile.patch)
102
103* Thu Apr 14 2011 IWAI, Masaharu <iwai@alib.jp> 269-1
104- new upstream release
105- drop unnecessary CAN-2003-0063 patch (Patch2): upstream fixed
106- drop xterm.desktop (Source2): using upstream desktop file
107- add desktop file patch (Patch4)
108- update man pages paths patch (Patch3): from Fedora 269-1
109- add Vendor and Distribution tags
110
111* Fri Nov 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 250-1
112- new upstream release
113
114* Sun Nov 09 2008 Shu KONNO <owa@bg.wakwak.com> 231-2
115- rebuild with libXaw.so.7 (libXaw-1.0.5)
116- spec in utf-8
117
118* Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 231-1
119- new versioning policy
120
121* Tue Jan 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 231-0vl1
122- initial build for Vine Linux
123
124* Mon Jan 07 2008 Miroslav Lichvar <mlichvar@redhat.com> 231-1
125- update to 231
126- remove setgid utempter from xterm binary (#229360)
127
128* Fri Jan 04 2008 Miroslav Lichvar <mlichvar@redhat.com> 230-1
129- update to 230
130
131* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 229-2
132- rebuild
133
134* Mon Aug 13 2007 Miroslav Lichvar <mlichvar@redhat.com> 229-1
135- update to 229
136
137* Mon Jul 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 228-1
138- update to 228
139
140* Fri Jun 29 2007 Miroslav Lichvar <mlichvar@redhat.com> 227-1
141- update to 227
142
143* Fri Jun 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 226-1
144- update to 226
145
146* Thu Apr 12 2007 Miroslav Lichvar <mlichvar@redhat.com> 225-2
147- fix sections in man pages
148
149* Tue Mar 27 2007 Miroslav Lichvar <mlichvar@redhat.com> 225-1
150- update to 225
151
152* Tue Mar 20 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-2
153- fix background color setting in alternate screen
154- don't display xterm in menus (#231000)
155
156* Fri Feb 16 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-1
157- update to 224
158- drop utempter group before creating pty
159- add Icon to desktop file (#227925)
160
161* Wed Feb 07 2007 Miroslav Lichvar <mlichvar@redhat.com> 223-3
162- spec cleanup (#226660)
163
164* Thu Jan 18 2007 Miroslav Lichvar <mlichvar@redhat.com> 223-2
165- make xterm binary sgid utempter (#222847)
166- fix font size changes with -fa option (#222340)
167- fix redrawing of internal border (#223027)
168- enable metaSendsEscape resource and set modifyFunctionKeys to 0 by default
169
170* Thu Dec 07 2006 Miroslav Lichvar <mlichvar@redhat.com> 223-1
171- update to 223
172
173* Thu Nov 23 2006 Miroslav Lichvar <mlichvar@redhat.com> 222-1
174- update to 222
175- link with libncurses instead of libtermcap
176- spec cleanup
177
178* Mon Sep 04 2006 Miroslav Lichvar <mlichvar@redhat.com> 215-3.fc6
179- fix segfault when /etc/termcap is missing (#201246)
180
181* Wed Jul 26 2006 Mike A. Harris <mharris@redhat.com> 215-2.fc6
182- Replace BuildRequires utempter with libutempter-devel
183- Change BuildRoot tag to comply with Fedora packaging guidelines
184- Use pkg-config to autodetect the location of the system app-defaults dir
185- Add BuildRequires: pkgconfig
186
187* Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 215-1.fc6
188- Upgrade to upstream version 215
189
190* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 213-2.1
191- rebuild
192
193* Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> - 213-2.fc6
194- Use correct dist tag in Release string.
195
196* Wed May 31 2006 Jason Vas Dias <jvdias@redhat.com> - 213-1
197- Upgrade to upstream version 213 (fixes bug 192627)
198- fix bug 189161 : make -r/-rv do reverseVideo with or without
199  xterm*{fore,back}ground set
200 
201* Thu Apr 13 2006 Jason Vas Dias <jvdias@redhat.com> - 212-1
202- Upgrade to upstream version 212
203- fix bug 188031 : paths in man-page
204 
205* Wed Mar 29 2006 Jason Vas Dias <jvdias@redhat.com> - 211-4
206- fix bug 186935: cursor GCs must be freed with XtReleaseGC
207
208* Tue Mar 21 2006 Jason Vas Dias <jvdias@redhat.com> - 211-1
209- Upgrade to upstream version 211 (fixes bug 186094).
210- Enable new 'utf8Title' resource by default
211 
212* Tue Mar 07 2006 Jason Vas Dias <jvdias@redhat.com> - 209-4
213- fix bug 183993: call set_cursor_gcs in ReverseVideo
214
215* Wed Feb 22 2006 Jason Vas Dias <jvdias@redhat.com> - 209-2
216- fix bug 182382: check for (VWindow(screen)!=0) in set_cursor_gcs
217- further fix for bug 178302: allow *vt100*cursorColor to be same as fg
218
219* Tue Feb 14 2006 Jason Vas Dias <jvdias@redhat.com> - 209-1
220- Upgrade to upstream version 209 (fixes bug 180450)
221
222* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 208-1.2
223- bump again for double-long bug on ppc(64)
224
225* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 208-1.1
226- rebuilt for new gcc4.1 snapshot and glibc changes
227
228* Tue Jan 17 2006 Jason Vas Dias<jvdias@redhat.com> - 208-1
229- Upgrade to upstream version 208
230- Allow root user to grab the console, even if /dev/console
231  not owned by root
232- restore Red Hat '*VT100*scrollBar:1' default Xresource
233
234* Wed Dec 21 2005 Jason Vas Dias<jvdias@redhat.com> - 207-10
235- Fix bug 164210: tek4014 support should be enabled by default
236
237* Wed Dec 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-8
238- Fix bug 175684: compile with --enable-256-color
239- Fix bug 155538 addenda - restore '*VT100*backarrowKey:0'
240
241* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
242- rebuilt
243
244* Mon Nov 21 2005 Jason Vas Dias<jvdias@redhat.com> - 207-5
245- fix bug 173703: remove reference to /usr/X11R6/bin/luit :
246  PROJECTROOT should be /usr, not /usr/X11R6
247
248* Fri Nov 18 2005 Jason Vas Dias<jvdias@redhat.com> - 207-4
249- fix bug 173541: better fix for freetype configuration problem
250
251* Mon Nov 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-1
252- Upgrade to upstream version 207
253- Fix app-defaults directory for modular X11
254
255* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 206-4
256- rebuild for newer modular X
257
258* Fri Nov 04 2005 Jason Vas Dias <jvdias@redhat.com> 206-1
259- Upgrade to upstream version 206
260
261* Wed Oct 12 2005 Jason Vas Dias <jvdias@redhat.com> 205-1
262- Upgrade to upstream version 205
263  fixes bugs: 124421, 129146, 159562, 161894, 169347
264 
265* Sat Sep 24 2005 Mike A. Harris <mharris@redhat.com> 200-10
266- Updated xterm-resources-redhat.patch to add "xterm*ttyModes: erase ^?"
267  resource to fix bug (#155538,160354,163812,162549)
268 
269* Wed Sep 14 2005 Mike A. Harris <mharris@redhat.com> 200-9
270- Updated xterm-resources-redhat.patch to remove utf8 resource which was
271  added in the 200-7 build, as it was incorrectly set to 'true' instead
272  of '1', and bug #138681 turned out to be a gdm bug instead of an xterm
273  bug.  This fixes bug (#163568).
274 
275* Mon Aug 29 2005 Mike A. Harris <mharris@redhat.com> 200-8
276- Added --disable-tek4014 to ./configure flags, to disable tek support
277  for bug (#164210)
278
279* Mon May 2 2005 Mike A. Harris <mharris@redhat.com> 200-7
280- Updated xterm-resources-redhat.patch to enable xterm utf8 resource by
281  default, as our default OS environment is UTF-8, for bug (#138681)
282
283* Sat Apr 16 2005 Mike A. Harris <mharris@redhat.com> 200-6
284- Added option to spec file to allow easy rebuilding with 256 color option
285  for those who prefer this non-default behaviour (#103402)
286
287* Tue Mar 8 2005 Soeren Sandmann <sandmann@redhat.com> 200-5
288- Ported xterm-resources-redhat.patch to newer xterms. (#126855)
289
290* Sun Mar 6 2005 Mike A. Harris <mharris@redhat.com> 200-4
291- Added libtermcap-devel and utempter to BuildRequires
292- Changed BuildRequires from XFree86-devel to xorg-x11-devel
293
294* Sun Mar 6 2005 Mike A. Harris <mharris@redhat.com> 200-3
295- Rebuild with gcc 4 for FC4 development
296
297* Mon Feb 7 2005 Mike A. Harris <mharris@redhat.com> 200-2
298- Removed chmod from prep, and updated comment to refect (#128341c12)
299
300* Mon Feb 7 2005 Mike A. Harris <mharris@redhat.com> 200-1
301- Updated main tarball to xterm-200 for FC4 devel
302- Disabled xterm-179-ppc-fix-bug-101472.patch for now, to see if the problem
303  occurs on ppc still or not.
304
305* Tue Jul 13 2004 Mike A. Harris <mharris@redhat.com> 192-1
306- Updated main tarball to xterm-192 for FC3 devel
307- Resolved bugs #126569,127132
308
309* Fri Jun 18 2004 Mike A. Harris <mharris@redhat.com> 191-1
310- Updated main tarball to xterm-191 for FC3 devel
311- Disabled xterm-resources-redhat.patch to see what if anything breaks, as
312  it no longer applies cleanly.  Hopefully we can just ship stock xterm
313  resources now, although I realize that is more likely to be a pie in the
314  sky fantasy once the bug reports trickle in from this change.  ;o)
315 
316* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 179-8
317- rebuilt
318
319* Thu Jun  3 2004 Mike A. Harris <mharris@redhat.com> 179-7
320- Rebuilt for FC3 devel
321
322* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 179-6.EL
323- rebuilt
324
325* Mon Sep  8 2003 Mike A. Harris <mharris@redhat.com> 179-5.EL
326- Rebuilt 179-5 for Taroon
327
328* Mon Sep  8 2003 Mike A. Harris <mharris@redhat.com> 179-5
329- Added xterm-179-ppc-fix-bug-101472.patch ifarch ppc ppc64 to fix bug (#101472)
330
331* Wed Aug 27 2003 Bill Nottingham <notting@redhat.com> 179-4.1
332- fix symlink
333- rebuild
334
335* Wed Aug 13 2003 Mike A. Harris <mharris@redhat.com> 179-3.EL
336- Rebuilt for Taroon with symlink fixes.
337
338* Wed Aug 13 2003 Mike A. Harris <mharris@redhat.com> 179-3
339- Added symlink /usr/X11R6/bin/xterm pointing to _bindir/xterm so that apps
340  and scripts which invoke xterm explicitly as /usr/X11R6/bin/xterm, will
341  continue to work correctly without surprises (#101994)
342
343* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 179-2.EL
344- rebuilt
345
346* Fri May 30 2003 Mike A. Harris <mharris@redhat.com> 179-1.EL
347- Bump release to 1.EL for Red Hat Enterprise Linux build
348
349* Mon May 26 2003 Mike A. Harris <mharris@redhat.com> 179-1
350- Updated to upstream xterm 179
351- [SECURITY] Added xterm-can-2003-0063.patch from XFree86 4.3.0-12 package
352- Added Red Hat xterm-resources-redhat.patch from XFree86 4.3.0-12 package
353- Added "chmod -R u+w *" after source is decompressed or else patches can not
354  be applied due to upstream source being read only files
355- Built xterm 179-1 in rawhide
356
357* Mon May  5 2003 Mike A. Harris <mharris@redhat.com> 177-2.0.EL
358- Bump release to 2.0.EL for Red Hat Enterprise Linux build
359
360* Mon May  5 2003 Mike A. Harris <mharris@redhat.com> 177-2
361- Build fix for lib64:  _x11datadir == /usr/X11R6/lib
362- Another lib64 build fix:  xterm uses /usr/%%{_lib}/X11/app-defaults when it
363  should be using an arch-neutral dir {_x11datadir}/X11/app-defaults instead
364
365* Tue Apr 15 2003 Mike A. Harris <mharris@redhat.com> 177-1
366- Call configure with "--enable-luit --enable-warnings --enable-wide-chars
367  --with-utempter"
368- Initial build.
Note: See TracBrowser for help on using the repository browser.