[Erp5-report] r17746 - /spec/mandriva/2007.1/python2.4-glpk/python2.4-glpk.spec

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 22 15:32:42 CET 2007


Author: kazuhiko
Date: Thu Nov 22 15:32:42 2007
New Revision: 17746

URL: http://svn.erp5.org?rev=17746&view=rev
Log:
- Rewrite with ctypes instead of swig

Modified:
    spec/mandriva/2007.1/python2.4-glpk/python2.4-glpk.spec

Modified: spec/mandriva/2007.1/python2.4-glpk/python2.4-glpk.spec
URL: http://svn.erp5.org/spec/mandriva/2007.1/python2.4-glpk/python2.4-glpk.spec?rev=17746&r1=17745&r2=17746&view=diff
==============================================================================
--- spec/mandriva/2007.1/python2.4-glpk/python2.4-glpk.spec (original)
+++ spec/mandriva/2007.1/python2.4-glpk/python2.4-glpk.spec Thu Nov 22 15:32:42 2007
@@ -1,19 +1,20 @@
 %define name python2.4-glpk
 %define dname python-glpk
-%define version 0.4
-%define release 3.1
+%define version 0.5
+%define release %mkrel 1
+%define py_sitedir %{_libdir}/python2.4/site-packages
 
 Summary: Python extension module for GLPK
 Name: %{name}
 Version: %{version}
 Release: %mkrel %{release}
 License: GPL
-URL: http://nexedi.com/
+URL: http://www.nexedi.com/
 Group: Development/Python
 Source0: python-glpk-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
-Requires: python2.4 >= 2.2
-BuildRequires: libpython2.4-devel, libglpk-devel < 4.15, swig
+Requires: python2.4 >= 2.2, python2.4-ctypes
+BuildArch: noarch
 
 %description
 A extension module for GNU Linear Programming Kit to Python.
@@ -34,9 +35,13 @@
 %files
 %defattr(-, root, root)
 %doc PKG-INFO README
-%{_libdir}/python*/site-packages/glpk.so
+%{py_sitedir}/glpk.py*
 
 %changelog
+* Tue Nov 20 2007 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 0.5-1mdv2007.1
+- New release 0.5
+- Rewrite with ctypes instead of swig
+
 * Wed Aug  8 2007 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 0.4-3.1mdv2007.1
 - Requires libglpk < 4.15
 




More information about the Erp5-report mailing list