From 75598a98a1ca1c0f7e72fa39d35da3e0fd6930df Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Feb 10 2013 05:23:56 +0000 Subject: Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077 - Cleanup spec as per recently changed packaging guidelines --- diff --git a/xhotkeys.spec b/xhotkeys.spec index 8d651a3..e4ef5a0 100644 --- a/xhotkeys.spec +++ b/xhotkeys.spec @@ -1,6 +1,6 @@ Name: xhotkeys Version: 0.9.8.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Hotkeys for the X-Window Summary(pl): Skróty klawiszowe dla X-okien Group: User Interface/X @@ -9,7 +9,6 @@ URL: http://www.nongnu.org/xhotkeys/ Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}_%{version}.tar.gz Source1: %{name}.desktop Patch0: install_locations.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils python-xlib ImageMagick Requires: hicolor-icon-theme python-xlib BuildArch: noarch @@ -37,15 +36,12 @@ graficznego GTK+ konfiguratora. #nothing to build %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -desktop-file-install --vendor="fedora" \ +desktop-file-install \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ %{SOURCE1} -%clean -rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor @@ -60,7 +56,6 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi %files -%defattr(-,root,root,-) %doc README TODO COPYING %{_bindir}/%{name} %{_mandir}/man1/%{name}.1.gz @@ -71,10 +66,14 @@ fi %{_datadir}/icons/hicolor/64x64/apps/%{name}.png %{_datadir}/icons/hicolor/96x96/apps/%{name}.png %{_datadir}/icons/hicolor/128x128/apps/%{name}.png -%{_datadir}/applications/fedora-%{name}.desktop +%{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.xpm %changelog +* Sun Feb 10 2013 Parag Nemade - 0.9.8.3-11 +- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077 +- Cleanup spec as per recently changed packaging guidelines + * Sun Jul 22 2012 Fedora Release Engineering - 0.9.8.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild