rpms/python-kaa-imlib2/devel kaa-imlib2-nomd5.patch, NONE, 1.1 python-kaa-imlib2.spec, 1.10, 1.11

Nicolas Chauvet kwizart at fedoraproject.org
Wed Jul 1 12:14:59 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/python-kaa-imlib2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9722

Modified Files:
	python-kaa-imlib2.spec 
Added Files:
	kaa-imlib2-nomd5.patch 
Log Message:
- Clean BR
- remove unused import md5
- Move to %%global


kaa-imlib2-nomd5.patch:

--- NEW FILE kaa-imlib2-nomd5.patch ---
diff -up kaa-imlib2-0.2.3/src/__init__.py.hashlib kaa-imlib2-0.2.3/src/__init__.py
--- kaa-imlib2-0.2.3/src/__init__.py.hashlib	2007-03-28 11:21:54.000000000 +0200
+++ kaa-imlib2-0.2.3/src/__init__.py	2009-07-01 14:04:58.192312232 +0200
@@ -32,7 +32,6 @@ import types
 import math
 import os
 import glob
-import md5
 
 from version import VERSION
 


Index: python-kaa-imlib2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-kaa-imlib2/devel/python-kaa-imlib2.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- python-kaa-imlib2.spec	26 Feb 2009 21:56:26 -0000	1.10
+++ python-kaa-imlib2.spec	1 Jul 2009 12:14:28 -0000	1.11
@@ -1,31 +1,24 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-kaa-imlib2
 Version:        0.2.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        The Kaa Media - imlib2 binding for python
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://www.freevo.org/kaa
 Source0:        http://downloads.sourceforge.net/freevo/kaa-imlib2-%{version}.tar.gz
+Patch0:         kaa-imlib2-nomd5.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
    
 BuildRequires:  python-devel
 BuildRequires:  python-kaa-base >= 0.4.0
-BuildRequires:  libdvdread-devel >= 0.9.5
-BuildRequires:  libGL-devel, libGLU-devel
-BuildRequires:  imlib2-devel >= 1.2.1, libpng-devel
-#BuildRequires:  evas-devel >= 0.9.9.032
-BuildRequires:  pygame-devel >= 1.7.1, python-sqlite2 >= 2.2.2
-BuildRequires:  xine-lib-devel >= 1.1.1
-BuildRequires:  glib2-devel
-BuildRequires:  zvbi-devel, directfb-devel
-#BuildRequires:  epeg
+BuildRequires:  imlib2-devel >= 1.2.1
 Requires:  python-kaa-base >= 0.4.0
-Requires:  pygame
-Requires:  python-sqlite2
+
+
 
 %description
 The Kaa Media Repository is a set of python modules related to media.
@@ -47,6 +40,7 @@ Kaa is named after the python in the Jun
 
 %prep
 %setup -q -n kaa-imlib2-%{version}
+%patch0 -p1 -b .nomd5
 
 #Fix encoding
 cp -pr AUTHORS AUTHORS.not-utf8
@@ -80,6 +74,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul  1 2009 kwizart < kwizart at gmail.com > - 0.2.3-5
+- Clean BR
+- remove unused import md5
+- Move to %%global
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list