diff --git a/.gitignore b/.gitignore index b5d7c76..eab4876 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/xterm-304.tgz +/xterm-305.tgz diff --git a/sources b/sources index daf8d2e..464bcdf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a9460d848cf4ed244fcfc9b07d1c3d0 xterm-304.tgz +47e50ade7ee21e1f8e17eca962113db7 xterm-305.tgz diff --git a/xterm.spec b/xterm.spec index a33be84..0caf22b 100644 --- a/xterm.spec +++ b/xterm.spec @@ -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 305-1 +- update to 305 + * Wed May 07 2014 Miroslav Lichvar 304-1 - update to 304