From f7adac29c014546985eba96174d9b04faba426e0 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Feb 08 2013 17:44:20 +0000 Subject: drop --vendor from desktop-file-install call --- diff --git a/workrave.spec b/workrave.spec index ad06007..d57708b 100644 --- a/workrave.spec +++ b/workrave.spec @@ -4,7 +4,7 @@ Name: workrave Version: 1.9.911 -Release: 0.1.%{commitdate}git%{shortcommit}%{?dist} +Release: 0.2.%{commitdate}git%{shortcommit}%{?dist} Summary: Program that assists in the recovery and prevention of RSI # Based on older packages by Dag Wieers and Steve Ratcliffe License: GPLv2+ @@ -74,11 +74,9 @@ rm -rf %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.a %find_lang %{name} -desktop-file-install --vendor fedora \ - --dir %{buildroot}%{_datadir}/applications \ - --add-category X-Fedora \ - --remove-category GTK \ - --delete-original \ +desktop-file-install \ + --dir %{buildroot}%{_datadir}/applications \ + --delete-original \ %{buildroot}%{_datadir}/applications/%{name}.desktop %files -f %{name}.lang @@ -111,6 +109,9 @@ desktop-file-install --vendor fedora \ %{_libdir}/libworkrave-private-1.0.so %changelog +* Fri Feb 8 2013 Tomáš Mráz - 1.9.911-0.2.20130107git6f9bc5d +- drop --vendor from desktop-file-install call + * Tue Jan 8 2013 Tom Callaway - 1.9.911-0.1.20130107git6f9bc5d - update to 1.9.911 checkout from github - build for gnome3