update to 305

This commit is contained in:
Miroslav Lichvar 2014-06-03 15:30:51 +02:00
parent be8f0767e2
commit ec5a9436c4
3 changed files with 10 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/xterm-304.tgz
/xterm-305.tgz

View File

@ -1 +1 @@
8a9460d848cf4ed244fcfc9b07d1c3d0 xterm-304.tgz
47e50ade7ee21e1f8e17eca962113db7 xterm-305.tgz

View File

@ -1,6 +1,6 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 304
Version: 305
Release: 1%{?dist}
URL: http://invisible-island.net/xterm
License: MIT
@ -68,6 +68,9 @@ desktop-file-install \
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
xterm.desktop
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%post
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@ -90,6 +93,7 @@ fi
%{_mandir}/man1/resize.1*
%{_mandir}/man1/uxterm.1*
%{_mandir}/man1/xterm.1*
%{_datadir}/appdata/xterm.appdata.xml
%{_datadir}/applications/*xterm.desktop
%{_datadir}/icons/hicolor/*/apps/xterm*
%{_datadir}/pixmaps/*xterm*.xpm
@ -98,6 +102,9 @@ fi
%{x11_app_defaults_dir}/XTerm*
%changelog
* Tue Jun 03 2014 Miroslav Lichvar <mlichvar@redhat.com> 305-1
- update to 305
* Wed May 07 2014 Miroslav Lichvar <mlichvar@redhat.com> 304-1
- update to 304