rpms/inksmoto/devel inksmoto.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Fri May 16 15:46:24 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/inksmoto/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9312/devel

Modified Files:
	.cvsignore sources 
Added Files:
	inksmoto.spec 
Log Message:
Initial import.



--- NEW FILE inksmoto.spec ---
Name: inksmoto
Version: 0.4.1
Release:  2%{?dist}
Summary: Inksmoto Level Editor is the new xmoto level editor

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
* Thu May 15 2008 Jon Ciesla <limb at jcomserv.net> - 0.4.1-2
- Fixed license tag.
- Fixed .py perms.

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/inksmoto/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 May 2008 22:55:29 -0000	1.1
+++ .cvsignore	16 May 2008 15:45:38 -0000	1.2
@@ -0,0 +1 @@
+inksmoto-0.4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/inksmoto/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 May 2008 22:55:29 -0000	1.1
+++ sources	16 May 2008 15:45:38 -0000	1.2
@@ -0,0 +1 @@
+702b2cd8cfd6dff7638bd3b2e4c94bdf  inksmoto-0.4.1.tar.gz




More information about the fedora-extras-commits mailing list