rpms/sugar-labyrinth/F-12 sugar-labyrinth.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Sun Apr 4 14:58:04 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/sugar-labyrinth/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27896

Modified Files:
	.cvsignore sources 
Added Files:
	sugar-labyrinth.spec 
Log Message:
-initial build


--- NEW FILE sugar-labyrinth.spec ---
Name:           sugar-labyrinth
Version:        8
Release:        1%{?dist}
Summary:        A lightweight mind-mapping activity for Sugar

Group:          Sugar/Activities
License:        GPLv2+
URL:            http://wiki.sugarlabs.org/go/Activities/Labyrinth
Source0:        http://activities.sugarlabs.org/sugar/downloads/file/26357/labyrinth-%{version}.xo
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gettext python sugar-toolkit
BuildArch:      noarch
Requires:       sugar

%description
A lightweight mind-mapping activity based on an Open Source project called
Labyrinth. It allows creating mind maps from a mixture of text, freehand
drawings, and images from your Journal. There is an infinite sized canvas
for your map that can be panned and zoomed while you work. Maps can be
"Kept to PDF" for uploading to web sites, sharing, and printing by others
who may not be using Sugar. 


%prep
%setup -q -n Labyrinth.activity

# remove these shebangs to calm rpmlint down
for Files in src/TextThought.py src/MMapArea.py labyrinthactivity.py src/labyrinth.py; do
  %{__sed} -i.orig -e 1d ${Files}
  touch -r ${Files}.orig ${Files}
  %{__rm} ${Files}.orig
done


%build
python ./setup.py build


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

%find_lang org.gnome.Labyrinth

# Remove empty file
rm $RPM_BUILD_ROOT/%{_datadir}/sugar/activities/Labyrinth.activity/port/TODO

%clean
rm -rf $RPM_BUILD_ROOT


%files -f org.gnome.Labyrinth.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{sugaractivitydir}/Labyrinth.activity/


%changelog
* Fri Mar 05 2010 Sebastian Dziallas <sebastian at when.com> - 8-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-labyrinth/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Apr 2010 17:46:04 -0000	1.1
+++ .cvsignore	4 Apr 2010 14:58:04 -0000	1.2
@@ -0,0 +1 @@
+labyrinth-8.xo


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-labyrinth/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Apr 2010 17:46:04 -0000	1.1
+++ sources	4 Apr 2010 14:58:04 -0000	1.2
@@ -0,0 +1 @@
+381604d0011554469f1c93884e723878  labyrinth-8.xo



More information about the scm-commits mailing list