[orca] Don't remove the desktop files, as they are "no display" anyway (this would also have removed the au

Bastien Nocera hadess at fedoraproject.org
Thu Feb 17 18:46:20 UTC 2011


commit 87f80801d58cc6880e5068ab5cb702c74255e955
Author: Bastien Nocera <hadess at hadess.net>
Date:   Thu Feb 17 18:46:21 2011 +0000

    Don't remove the desktop files, as they are "no display" anyway
    (this would also have removed the autostart desktop file in
    newer versions of Orca)

 orca.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/orca.spec b/orca.spec
index e8de047..9184b56 100644
--- a/orca.spec
+++ b/orca.spec
@@ -16,7 +16,7 @@
 
 Name:		orca
 Version:	2.91.6
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Summary:	Assistive technology for people with visual impairments
 
 Group:		User Interface/Desktops
@@ -95,9 +95,6 @@ done
 
 find $RPM_BUILD_ROOT -name '*.la' | xargs rm -f
 
-#remove the .desktop file since we configure orca through the accessibility capplet
-find $RPM_BUILD_ROOT -name '*.desktop' | xargs rm -f
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
@@ -119,10 +116,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/*/apps/orca.png
 %{_datadir}/icons/hicolor/scalable/apps/orca.svg
 %{_datadir}/orca
+%{_datadir}/share/applications/orca.desktop
 %{_mandir}/man1/orca.1.gz
 
 
 %changelog
+* Thu Feb 17 2011 Bastien Nocera <bnocera at redhat.com> 2.91.6-3
+- Don't remove the desktop files, as they are "no display" anyway
+  (this would also have removed the autostart desktop file in
+  newer versions of Orca)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.91.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list