From 2338b271c5a2aea70fe91218573fa6825de5f962 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Nov 28 2008 10:54:30 +0000 Subject: - Fix the desktop file executable --- diff --git a/sugar.spec b/sugar.spec index 95dfd28..8f97a12 100644 --- a/sugar.spec +++ b/sugar.spec @@ -6,13 +6,15 @@ Summary: OLPC desktop environment Name: sugar Version: 0.83.3 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://dev.laptop.org Source0: http://dev.laptop.org/pub/sugar/sources/%{name}/%{name}-%{version}.tar.bz2 License: GPL/LGPL Group: System Environment/Libraries Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch1: desktop.patch + BuildRequires: pkgconfig BuildRequires: perl-XML-Parser BuildRequires: gettext @@ -48,6 +50,8 @@ multiple instances of sugar. %prep %setup -q +%patch1 -p0 -b .desktop + %build %configure make @@ -116,6 +120,9 @@ rm -rf %{buildroot} %{_bindir}/sugar-emulator %changelog +* Fri Nov 28 2008 Marco Pesenti Gritti - 0.83.3-2 +- Fix the desktop file executable + * Fri Nov 28 2008 Marco Pesenti Gritti - 0.83.3-1 - Update to 0.83.3