Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
This commit is contained in:
parent
9ac572a9c3
commit
e8495852ba
@ -1,7 +1,7 @@
|
||||
Summary: Terminal emulator for the X Window System
|
||||
Name: xterm
|
||||
Version: 289
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: http://invisible-island.net/xterm
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
@ -61,7 +61,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
cp -fp %{SOURCE1} 16colors.txt
|
||||
|
||||
desktop-file-install --vendor=fedora \
|
||||
desktop-file-install \
|
||||
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
xterm.desktop
|
||||
|
||||
@ -87,7 +87,7 @@ fi
|
||||
%{_mandir}/man1/resize.1*
|
||||
%{_mandir}/man1/uxterm.1*
|
||||
%{_mandir}/man1/xterm.1*
|
||||
%{_datadir}/applications/fedora-xterm.desktop
|
||||
%{_datadir}/applications/xterm.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/xterm*
|
||||
%{_datadir}/pixmaps/*xterm*.xpm
|
||||
%{x11_app_defaults_dir}/KOI8RXTerm*
|
||||
@ -95,6 +95,9 @@ fi
|
||||
%{x11_app_defaults_dir}/XTerm*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 289-2
|
||||
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
|
||||
|
||||
* Fri Feb 08 2013 Miroslav Lichvar <mlichvar@redhat.com> 289-1
|
||||
- update to 289
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user