rpms/python-olpcgames/devel import.log, NONE, 1.1 python-olpcgames.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sebastian Dziallas sdz at fedoraproject.org
Sat Dec 19 14:34:12 UTC 2009


Author: sdz

Update of /cvs/pkgs/rpms/python-olpcgames/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27640/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-olpcgames.spec 
Log Message:
import as its a dependency for many sugar packages



--- NEW FILE import.log ---
python-olpcgames-1_6-1:HEAD:python-olpcgames-1.6-1.src.rpm:1261233074


--- NEW FILE python-olpcgames.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-olpcgames
Version:        1.6
Release:        1
Summary:        Utilities for developing games on the OLPC platform

Group:          Development/Languages
License:        BSD
URL:            http://wiki.laptop.org/go/OLPCGames
Source0:        http://dev.laptop.org/~mcfletch/OLPCGames/OLPCGames-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       pygame
BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
This python package contains various resources and utility classes for making
games on the OLPC system. Specifically it enables using PyGame in the Sugar 
environment.

%prep
%setup -q -n OLPCGames-%{version}


%build
export DISPLAY=:0.0
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
export DISPLAY=:0.0
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

# set correct permissions for rpmlint
chmod 0755 $RPM_BUILD_ROOT%{python_sitelib}/olpcgames/buildmanifest.py
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc NEWS olpcgames/COPYING
%{python_sitelib}/*


%changelog
* Sun Dec 13 2009 Sebastian Dziallas <sebastian at when.com> - 1.6-1
- update to version 1.6
- spec file cleanups

* Wed Aug 01 2007 Noah Kantrowitz <noah at laptop.org> - 1.0-0.0.20070801git4ab726
- Initial version of this spec.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-olpcgames/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Aug 2007 23:03:03 -0000	1.1
+++ .cvsignore	19 Dec 2009 14:34:11 -0000	1.2
@@ -0,0 +1 @@
+OLPCGames-1.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-olpcgames/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Aug 2007 23:03:03 -0000	1.1
+++ sources	19 Dec 2009 14:34:11 -0000	1.2
@@ -0,0 +1 @@
+53146b6acf61947499061f318889b5ba  OLPCGames-1.6.tar.gz




More information about the fedora-extras-commits mailing list