rpms/python-rabbyt/F-10 import.log, 1.1, 1.2 python-rabbyt.spec, 1.1, 1.2

Simon Wesp cassmodiah at fedoraproject.org
Thu Dec 18 16:17:18 UTC 2008


Author: cassmodiah

Update of /cvs/pkgs/rpms/python-rabbyt/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5461/F-10

Modified Files:
	import.log python-rabbyt.spec 
Log Message:



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-rabbyt/F-10/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	28 Oct 2008 15:08:30 -0000	1.1
+++ import.log	18 Dec 2008 16:16:48 -0000	1.2
@@ -1 +1,2 @@
 python-rabbyt-0_8_2-4_fc10:HEAD:python-rabbyt-0.8.2-4.fc10.src.rpm:1225206504
+python-rabbyt-0_8_2-8_fc10:F-10:python-rabbyt-0.8.2-8.fc10.src.rpm:1229616997


Index: python-rabbyt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-rabbyt/F-10/python-rabbyt.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-rabbyt.spec	28 Oct 2008 15:08:30 -0000	1.1
+++ python-rabbyt.spec	18 Dec 2008 16:16:48 -0000	1.2
@@ -2,11 +2,10 @@
 
 %define srcname Rabbyt
 %define eggname rabbyt
-%define pyv py2.5
 
 Name:           python-rabbyt
 Version:        0.8.2
-Release:        4%{?dist}
+Release:        8%{?dist}
 Summary:        Sprite library for Python
 
 Group:          System Environment/Libraries
@@ -23,7 +22,7 @@
 BuildRequires:  Django
 BuildRequires:  python-pygments
 BuildRequires:  python-docutils
-Requires:       python-pygame
+Requires:       pygame
 
 
 %description
@@ -49,26 +48,15 @@
 %install
 rm -rf %{buildroot}
 
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
-%{__chmod} -R u=rwX,go=rX %{buildroot}%{python_sitearch}/%{eggname}
+python setup.py install -O1 --skip-build --root %{buildroot}
+chmod -R u=rwX,go=rX %{buildroot}%{python_sitearch}/%{eggname}
 
-# sorry, but i didn't find a better way to build the docs, because 
-# the rabbyt is a dependency of rabbyt-docs
-cd docs;  PYTHONPATH=%{buildroot}%{python_sitearch} %{__python} make_docs.py; cd ..
+cd docs;  PYTHONPATH=%{buildroot}%{python_sitearch} python make_docs.py; cd ..
 
 
 %clean
 rm -rf %{buildroot}
 
-%check
-cd tests
-export PYTHONPATH=%{buildroot}%{python_sitearch}
-# some tests do not run due to rounding problems
-#%%{__python} anim_tests.py
-#%%{__python} collisions_tests.py
-#%%{__python} sprite_tests.py
-%{__python} test_quad.py
-
 
 %files
 %defattr(-,root,root,-)
@@ -76,10 +64,24 @@
 %doc docs/rabbyt
 %doc examples
 %{python_sitearch}/%{eggname}
-%{python_sitearch}/%{srcname}-%{version}-%{pyv}.egg-info
+%{python_sitearch}/%{srcname}-%{version}-py?.?.egg-info
 
 
 %changelog
+* Thu Dec 18 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.8.2-8
+- Clean specfile
+- Correct Requirement(s)
+- Remove tests
+
+* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.8.2-7
+- Really fix locations this time
+
+* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.8.2-6
+- Fix locations for Python 2.6
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.8.2-5
+- Rebuild for Python 2.6
+
 * Thu Oct 23 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.8.2-4
 - Correct spec bug #458345 c12 c14
 




More information about the fedora-extras-commits mailing list