rpms/inksmoto/F-8 inksmoto.spec,NONE,1.1 sources,1.1,1.2

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Fri May 16 16:12:50 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/inksmoto/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18431

Modified Files:
	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: sources
===================================================================
RCS file: /cvs/pkgs/rpms/inksmoto/F-8/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 16:12:05 -0000	1.2
@@ -0,0 +1 @@
+702b2cd8cfd6dff7638bd3b2e4c94bdf  inksmoto-0.4.1.tar.gz




More information about the scm-commits mailing list