rpms/python-gasp/devel python-gasp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bernardo Innocenti (bernie) fedora-extras-commits at redhat.com
Tue Mar 4 01:55:34 UTC 2008


Author: bernie

Update of /cvs/pkgs/rpms/python-gasp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5668/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-gasp.spec 
Log Message:
Initial import



--- NEW FILE python-gasp.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_version: %define python_version %(%{__python} -c "import sys; print sys.version[0:3]")}

Name:           python-gasp
Version:        0.1.1
Release:        0%{?dist}
Summary:        API wrapper on top of pygame
Group:          Development/Libraries
License:        GPLv3+
URL:            http://wiki.laptop.org/go/GASP
Source0:        http://dev.laptop.org/pub/gasp/releases/SOURCES/python-gasp-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
GASP provides a simple, procedural graphics API for beginning 
students using Python. 

It allows for the easy creation of 1980's style games with litle
or no prior programming experince.

It is a wrapper around pygame.

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


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYRIGHT TODO THANKS
%dir %{python_sitelib}/gasp
%{python_sitelib}/gasp/*
%dir %{python_sitelib}/gasp-%{version}-py%{python_version}.egg-info
%{python_sitelib}/gasp-%{version}-py%{python_version}.egg-info/*

%changelog
* Mon Feb 04 2008 ffm <ffm246+change at gmail.com> - 0.1.1-0
- Image support added/fixed, they can now be used anywhere.

* Wed Jan 30 2008 ffm <ffm at intserverror.com> - 0.1-5
- FEDORA: Fixed package URL, again

* Tue Jan 18 2008 ffm <ffm at intserverror.com> - 0.1-4
- FEDORA: Fixed package URL

* Tue Jan 18 2008 ffm <ffm at intserverror.com> - 0.1-3
- More fixes for Fedora packaging.

* Sat Jan 18 2008 ffm <ffm at intserverror.com> - 0.1-2
- Removed python as a dependency from the package per the fedora packaging guidelines.

* Sat Jan 18 2008 ffm <ffm at intserverror.com> - 0.1-1
- Initial release for packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-gasp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Jan 2008 04:43:55 -0000	1.1
+++ .cvsignore	4 Mar 2008 01:54:59 -0000	1.2
@@ -0,0 +1 @@
+python-gasp-0.1.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-gasp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jan 2008 04:43:55 -0000	1.1
+++ sources	4 Mar 2008 01:54:59 -0000	1.2
@@ -0,0 +1 @@
+3888db5e8d7059fd9e7cf5143cf31621  python-gasp-0.1.1.tar.bz2




More information about the fedora-extras-commits mailing list