Blob Blame History Raw
Name: inksmoto
Version: 0.6.0
Release:  2%{?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}~rc1/inksmoto-%{version}.tar.gz       
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
Requires: xmoto, inkscape, PyXML, tkinter, python-imaging-tk
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 -qn extensions

%build

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

%clean
rm -rf %{buildroot}


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

%changelog
* Mon Aug 24 2009 Jon Ciesla <limb@jcomserv.net> - 0.6.0-2
- 0.6.0 final.

* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-1.rc1.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Tue Apr 21 2009 Jon Ciesla <limb@jcomserv.net> - 0.6.0-1.rc1
- Update to 0.6.0~rc1.

* Tue Mar 17 2009 Jon Ciesla <limb@jcomserv.net> - 0.5.1-1
- New upstream, bugfix release.

* Wed Jan 21 2009 Jon Ciesla <limb@jcomserv.net> - 0.5.0-4
- New upstream, 0.5.0 final.

* Tue Jan 13 2009 Jon Ciesla <limb@jcomserv.net> - 0.5.0-3.rc2
- New upstream.

* Thu Dec 18 2008 Jon Ciesla <limb@jcomserv.net> - 0.5.0-2.rc1
- Added xmoto_install and xmoto_bitmap.

* Thu Dec 18 2008 Jon Ciesla <limb@jcomserv.net> - 0.5.0-1.rc1
- New upstream, fixes BZ 476815.

* 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.