[sugar-fototoon] fixed rpmlint issues

Kalpa Welivitigoda callkalpa at fedoraproject.org
Tue Jun 11 21:16:06 UTC 2013


commit 197c565e48f4d0bd4a905109ecdd191fe052c7a2
Author: Kalpa Welivitigoda <callkalpa at gmail.com>
Date:   Wed Jun 12 02:46:46 2013 +0530

    fixed rpmlint issues

 sugar-fototoon.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/sugar-fototoon.spec b/sugar-fototoon.spec
index 84b4aea..aa4870c 100644
--- a/sugar-fototoon.spec
+++ b/sugar-fototoon.spec
@@ -1,6 +1,6 @@
 Name:           sugar-fototoon
 Version:        16
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An activity used to create cartoons
 
 Group:          Sugar/Activities
@@ -18,7 +18,8 @@ or drawings. After selecting the images, the user can select globes
 and write text to tell a story.
 
 %prep
-%setup -q -n FotoToon.activity
+%setup -q -n FotoToon-%{version}
+chmod +x slideview.py
 rm po/aym.po
 rm po/cpp.po
 rm po/nah.po
@@ -37,6 +38,9 @@ python ./setup.py install --prefix=%{buildroot}/%{_prefix}
 %{sugaractivitydir}/FotoToon.activity/
 
 %changelog
+* Wed Jun 12 2013 Kalpa Welivitigoda <callkalpa at gmail.com> - 16-2
+- fixed rpmline issues
+
 * Wed Jun 12 2013 Kalpa Welivitigoda <callkalpa at gmail.com> - 16-1
 - Release version 16
 


More information about the scm-commits mailing list