Blob Blame History Raw
Name: inksmoto
Version: 0.4.1
Release:  3%{?dist}
Summary: The new xmoto level editor for Inkscape

Group: Amusements/Games 
License: GPLv2
URL: http://xmoto.sourceforge.net/
Source0: http://download.tuxfamily.org/xmoto/svg2lvl/%{version}/inksmoto-%{version}.tar.gz       
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
Requires: xmoto, inkscape, PyXML, tkinter
BuildArch: noarch

%description
Inksmoto Level Editor is the new xmoto level editor. It uses Inkscape to
draw levels, then it allows you to save your drawing as a xmoto level
(.lvl file). It also allow you to edit xmoto level properties from 
within Inkscape such as make background block, strawberries, ...

Inksmoto Level Editor is written in Python, it's an Inkscape extension. 

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/inkscape/extensions
rm -f bezmisc.py
rm -f inkex.py
cp -p *.inx *.py *.xml %{buildroot}%{_datadir}/inkscape/extensions/

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%attr(0644,root,root)%{_datadir}/inkscape/extensions/*
%doc AUTHORS COPYING INSTALL README

%changelog
* Mon Nov 24 2008 Jon Ciesla <limb@jcomserv.net> - 0.4.1-3
- Cleaned up summary.

* Thu May 15 2008 Jon Ciesla <limb@jcomserv.net> - 0.4.1-2
- Fixed license tag.
- Fixed .py perms.

* Sat Mar 08 2008 Jon Ciesla <limb@jcomserv.net> - 0.4.1-1
- create.