- update to 230
This commit is contained in:
parent
1ed3cc0ee0
commit
b6e5f3b3b0
@ -1,2 +1,2 @@
|
|||||||
16colors.txt
|
16colors.txt
|
||||||
xterm-229.tgz
|
xterm-230.tgz
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
6093439b8d79089f4ff1cdfed358b401 16colors.txt
|
6093439b8d79089f4ff1cdfed358b401 16colors.txt
|
||||||
f7b04a66dc401dc22f5ddb7f345be229 xterm-229.tgz
|
c1a654a6793aff285b69c1d1ed4f2c38 xterm-230.tgz
|
||||||
|
12
xterm.spec
12
xterm.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Terminal emulator for the X Window System
|
Summary: Terminal emulator for the X Window System
|
||||||
Name: xterm
|
Name: xterm
|
||||||
Version: 229
|
Version: 230
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://dickey.his.com/xterm
|
URL: http://dickey.his.com/xterm
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -64,12 +64,15 @@ desktop-file-install --vendor=fedora \
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n
|
%doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n
|
||||||
%attr(2755,root,utempter) %{_bindir}/xterm
|
%attr(2755,root,utempter) %{_bindir}/xterm
|
||||||
|
%{_bindir}/koi8rxterm
|
||||||
%{_bindir}/resize
|
%{_bindir}/resize
|
||||||
%{_bindir}/uxterm
|
%{_bindir}/uxterm
|
||||||
|
%{_mandir}/man1/koi8rxterm.1*
|
||||||
%{_mandir}/man1/resize.1*
|
%{_mandir}/man1/resize.1*
|
||||||
|
%{_mandir}/man1/uxterm.1*
|
||||||
%{_mandir}/man1/xterm.1*
|
%{_mandir}/man1/xterm.1*
|
||||||
%{_datadir}/applications/fedora-xterm.desktop
|
%{_datadir}/applications/fedora-xterm.desktop
|
||||||
%{_datadir}/pixmaps/xterm*.xpm
|
%{_datadir}/pixmaps/xterm*.xpm
|
||||||
@ -78,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{x11_app_defaults_dir}/XTerm-color
|
%{x11_app_defaults_dir}/XTerm-color
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 04 2008 Miroslav Lichvar <mlichvar@redhat.com> 230-1
|
||||||
|
- update to 230
|
||||||
|
|
||||||
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 229-2
|
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 229-2
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user