SPECS: python-ctypes.spec - updated to 1.0.2 just in case (not for...
qboosh
qboosh at pld-linux.org
Wed Aug 29 22:06:23 CEST 2007
Author: qboosh Date: Wed Aug 29 20:06:23 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.0.2 just in case (not for python 2.5 which has ctypes already included)
---- Files affected:
SPECS:
python-ctypes.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/python-ctypes.spec
diff -u SPECS/python-ctypes.spec:1.14 SPECS/python-ctypes.spec:1.15
--- SPECS/python-ctypes.spec:1.14 Fri Apr 6 14:19:28 2007
+++ SPECS/python-ctypes.spec Wed Aug 29 22:06:18 2007
@@ -7,18 +7,21 @@
Summary: Python package to call functions in dynamic linked libraries
Summary(pl.UTF-8): Pakiet Pythona do wywoływania funkcji w bibliotekach linkowanych dynamicznie
Name: python-%{module}
-Version: 0.9.9.6
+Version: 1.0.2
Release: 1
License: MIT
Group: Development/Languages/Python
Source0: http://dl.sourceforge.net/ctypes/%{module}-%{version}.tar.gz
-# Source0-md5: 6c7240608d564018ef8254721fde0012
+# Source0-md5: 94ff7aa7f7f71b23bac8a98065d77743
URL: http://starship.python.net/crew/theller/ctypes/
-BuildRequires: libffi-devel
-BuildRequires: python-devel
-BuildRequires: python-modules
-Requires: libffi
-Requires: python >= 2.3
+# modified libffi included
+#BuildRequires: libffi-devel
+BuildRequires: python-devel >= 2.3
+BuildRequires: python-modules >= 2.3
+# ctypes already included in python 2.5
+BuildRequires: python < 1:2.5
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-libs
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -55,8 +58,9 @@
%files
%defattr(644,root,root,755)
%doc README.txt docs/
-%{py_sitedir}/%{module}
-%attr(755,root,root) %{py_sitedir}/*.so
+%{py_sitedir}/ctypes
+%attr(755,root,root) %{py_sitedir}/_ctypes.so
+%attr(755,root,root) %{py_sitedir}/_ctypes_test.so
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -64,6 +68,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2007/08/29 20:06:18 qboosh
+- updated to 1.0.2 just in case (not for python 2.5 which has ctypes already included)
+
Revision 1.14 2007/04/06 12:19:28 qboosh
- gpm-friendly Source0 URL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-ctypes.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list