SPECS: python-Rabbyt.spec (NEW) - initial PLD version
lisu
lisu at pld-linux.org
Tue Jul 17 00:33:55 CEST 2007
Author: lisu Date: Mon Jul 16 22:33:55 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD version
---- Files affected:
SPECS:
python-Rabbyt.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/python-Rabbyt.spec
diff -u /dev/null SPECS/python-Rabbyt.spec:1.1
--- /dev/null Tue Jul 17 00:33:55 2007
+++ SPECS/python-Rabbyt.spec Tue Jul 17 00:33:50 2007
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+%define module Rabbyt
+Summary: Library for Python to game development
+Summary(pl.UTF-8): Biblioteka dla Pythona do rozwoju gier
+Name: python-%{module}
+Version: 0.0.3
+Release: 0.1
+License: GPL v2.1+
+Group: Development/Languages/Python
+Source0: http://cheeseshop.python.org/packages/source/R/Rabbyt/%{module}-%{version}.tar.gz
+# Source0-md5: 989cc0620d7ddf6aae1ff75fe38e02af
+URL: http://matthewmarshall.org/projects/rabbyt/
+BuildRequires: ncurses-devel
+BuildRequires: python-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Rabbyt is a sprite library for Python with game development in mind. It has two goals:
+1. Be fast, without sacrificing ease of use.
+2. Be easy to use, without sacrificing speed.
+
+%description -l pl.UTF-8
+Rabbyt jest małą biblioteką dla Pythona służącą do rozwoju gier. Posiada dwa cele:
+1. Być szybką bez utraty prostoty użycia.
+2. Być prostą w użyciu bez utraty szybkości.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__python} setup.py install \
+ --optimize=2 \
+ --root=$RPM_BUILD_ROOT \
+ --install-lib=%{py_sitescriptdir} \
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{py_sitescriptdir}/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/07/16 22:33:50 lisu
+- initial PLD version
+
================================================================
More information about the pld-cvs-commit
mailing list