rpms/sugar-turtleart/devel 0001-Ensure-that-main-scripts-have-shebangs-while-non-ma.patch, NONE, 1.1 import.log, NONE, 1.1 sugar-turtleart.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bryan Kearney bkearney at fedoraproject.org
Thu Oct 30 14:01:37 UTC 2008


Author: bkearney

Update of /cvs/pkgs/rpms/sugar-turtleart/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12969/devel

Modified Files:
	.cvsignore sources 
Added Files:
	0001-Ensure-that-main-scripts-have-shebangs-while-non-ma.patch 
	import.log sugar-turtleart.spec 
Log Message:
Initial checkin of the turtleart activity


0001-Ensure-that-main-scripts-have-shebangs-while-non-ma.patch:

--- NEW FILE 0001-Ensure-that-main-scripts-have-shebangs-while-non-ma.patch ---
>From 1681bc108de9813fbdd8b79397b8b4e33de1b587 Mon Sep 17 00:00:00 2001
From: Bryan Kearney <bkearney at redhat.com>
Date: Thu, 30 Oct 2008 08:55:53 -0400
Subject: [PATCH] Ensure that main scripts have shebangs, while non-mains do not

---
 taturtle.py  |    1 -
 turtleart.py |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/taturtle.py b/taturtle.py
index 4eb60df..8fbd1e1 100644
--- a/taturtle.py
+++ b/taturtle.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 #Copyright (c) 2007-8, Playful Invention Company.
 
 #Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/turtleart.py b/turtleart.py
index eb47ff1..0561787 100755
--- a/turtleart.py
+++ b/turtleart.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 #Copyright (c) 2007-8, Playful Invention Company.
 
 #Permission is hereby granted, free of charge, to any person obtaining a copy
-- 
1.5.6.5



--- NEW FILE import.log ---
sugar-turtleart-14-1_fc9:HEAD:sugar-turtleart-14-1.fc9.src.rpm:1225374788


--- NEW FILE sugar-turtleart.spec ---
Name: sugar-turtleart
Version: 14
Release: 1%{?dist}
Summary: Turtle Art activity for sugar

Group: Sugar/Activities
License: MIT
BuildArch: noarch
URL: http://wiki.laptop.org/go/TurtleArt
Source0: http://dev.laptop.org/pub/sugar/sources/turtleart-activity/TurtleArt-%{version}.tar.bz2
Patch0:0001-Ensure-that-main-scripts-have-shebangs-while-non-ma.patch 
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python 
BuildRequires: sugar-toolkit
Requires: sugar 


%description
The Turtle Art activity is an Logo-inspired graphical "turtle" that 
draws colorful  art based on Scratch-like snap-together visual 
programming elements. 

%prep
%setup -q -n TurtleArt-%{version}
%patch0 -p1


%build
python ./setup.py build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{sugaractivitydir}
python ./setup.py install --prefix=$RPM_BUILD_ROOT/%{_prefix}

%clean
rm -rf $RPM_BUILD_ROOT

%files 
%defattr(-,root,root,-)
%doc
%{sugaractivitydir}/TurtleArt.activity/
%doc MANIFEST
%doc NEWS


%changelog
* Thu Oct 22 2008 Bryan Kearney <bkearney at redhat.com> - 14-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-turtleart/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Oct 2008 18:20:42 -0000	1.1
+++ .cvsignore	30 Oct 2008 14:01:06 -0000	1.2
@@ -0,0 +1 @@
+TurtleArt-14.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-turtleart/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Oct 2008 18:20:42 -0000	1.1
+++ sources	30 Oct 2008 14:01:06 -0000	1.2
@@ -0,0 +1 @@
+9339508ca33396d81e3826a463189347  TurtleArt-14.tar.bz2




More information about the fedora-extras-commits mailing list