update to 305
This commit is contained in:
parent
be8f0767e2
commit
ec5a9436c4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/xterm-304.tgz
|
/xterm-305.tgz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
8a9460d848cf4ed244fcfc9b07d1c3d0 xterm-304.tgz
|
47e50ade7ee21e1f8e17eca962113db7 xterm-305.tgz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Terminal emulator for the X Window System
|
Summary: Terminal emulator for the X Window System
|
||||||
Name: xterm
|
Name: xterm
|
||||||
Version: 304
|
Version: 305
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://invisible-island.net/xterm
|
URL: http://invisible-island.net/xterm
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -68,6 +68,9 @@ desktop-file-install \
|
|||||||
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
||||||
xterm.desktop
|
xterm.desktop
|
||||||
|
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
|
||||||
|
install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
|
|
||||||
@ -90,6 +93,7 @@ fi
|
|||||||
%{_mandir}/man1/resize.1*
|
%{_mandir}/man1/resize.1*
|
||||||
%{_mandir}/man1/uxterm.1*
|
%{_mandir}/man1/uxterm.1*
|
||||||
%{_mandir}/man1/xterm.1*
|
%{_mandir}/man1/xterm.1*
|
||||||
|
%{_datadir}/appdata/xterm.appdata.xml
|
||||||
%{_datadir}/applications/*xterm.desktop
|
%{_datadir}/applications/*xterm.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/xterm*
|
%{_datadir}/icons/hicolor/*/apps/xterm*
|
||||||
%{_datadir}/pixmaps/*xterm*.xpm
|
%{_datadir}/pixmaps/*xterm*.xpm
|
||||||
@ -98,6 +102,9 @@ fi
|
|||||||
%{x11_app_defaults_dir}/XTerm*
|
%{x11_app_defaults_dir}/XTerm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 07 2014 Miroslav Lichvar <mlichvar@redhat.com> 304-1
|
||||||
- update to 304
|
- update to 304
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user