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

Revision 12561, 12.7 KB checked in by tomop, 3 years ago (diff)

updated 6 packages

LibRaw?-0.20.2-1

djvulibre-3.5.28-1

libvorbis-1.3.7-1

re2c-2.0.3-1

vorbis-tools-1.4.2-1

xterm-366-1

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