[Erp5-report] r17745 - in /spec/mandriva/2007.1/python2.4-ctypes: ./ python2.4-ctypes.spec
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 22 15:31:33 CET 2007
Author: kazuhiko
Date: Thu Nov 22 15:31:33 2007
New Revision: 17745
URL: http://svn.erp5.org?rev=17745&view=rev
Log:
- import from Mandriva 2007.0
- New release 1.0.2
Added:
spec/mandriva/2007.1/python2.4-ctypes/
spec/mandriva/2007.1/python2.4-ctypes/python2.4-ctypes.spec
Added: spec/mandriva/2007.1/python2.4-ctypes/python2.4-ctypes.spec
URL: http://svn.erp5.org/spec/mandriva/2007.1/python2.4-ctypes/python2.4-ctypes.spec?rev=17745&view=auto
==============================================================================
--- spec/mandriva/2007.1/python2.4-ctypes/python2.4-ctypes.spec (added)
+++ spec/mandriva/2007.1/python2.4-ctypes/python2.4-ctypes.spec Thu Nov 22 15:31:33 2007
@@ -1,0 +1,76 @@
+%define oname ctypes
+%define name python2.4-%oname
+%define version 1.0.2
+%define release %mkrel 1
+%define py_platsitedir %{_libdir}/python2.4/site-packages
+
+Summary: Create and manipulate C data types from Python
+Name: %{name}
+Version: %{version}
+Release: %{release}
+Source0: http://prdownloads.sourceforge.net/ctypes/%{oname}-%{version}.tar.gz
+License: MIT
+Group: Development/Python
+Url: http://starship.python.net/crew/theller/ctypes/
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+BuildRequires: libpython2.4-devel
+
+%description
+This is a Python package to create and manipulate C data types in
+Python, and to call functions in dynamic link libraries/shared dlls.
+It allows wrapping these libraries in pure Python.
+
+%prep
+%setup -q -n %oname-%version
+
+%build
+python2.4 setup.py build
+
+%install
+rm -rf %{buildroot}
+python2.4 setup.py install --root=%{buildroot}
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root)
+%doc README* ACKS ANNOUNCE BUGS ChangeLog docs/*
+%py_platsitedir/_ctypes.so
+%py_platsitedir/_ctypes_test.so
+%py_platsitedir/ctypes
+
+%changelog
+* Tue Nov 20 2007 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 1.0.2-1mdv2007.1
+- import from Mandriva 2007.0
+- New release 1.0.2
+
+* Fri Aug 04 2006 Götz Waschk <waschk at mandriva.org> 1.0.0-1mdv2007.0
+- New release 1.0.0
+
+* Sun Jul 23 2006 Götz Waschk <waschk at mandriva.org> 0.9.9.9-1mdv2007.0
+- update file list
+- drop patch
+- new version
+
+* Wed Jan 4 2006 Götz Waschk <waschk at mandriva.org> 0.9.7-0.beta.2mdk
+- fix build
+
+* Sun Apr 3 2005 Götz Waschk <waschk at linux-mandrake.com> 0.9.7-0.beta.1mdk
+- New release 0.9.7beta
+
+* Sun Mar 13 2005 Götz Waschk <waschk at linux-mandrake.com> 0.9.5-1mdk
+- New release 0.9.5
+
+* Sun Dec 05 2004 Michael Scherer <misc at mandrake.org> 0.9.1-2mdk
+- Rebuild for new python
+
+* Fri Sep 17 2004 Goetz Waschk <waschk at linux-mandrake.com> 0.9.1-1mdk
+- New release 0.9.1
+
+* Sat Jul 24 2004 Götz Waschk <waschk at linux-mandrake.com> 0.9.0-1mdk
+- add new file
+- New release 0.9.0
+
+* Tue Apr 20 2004 Götz Waschk <waschk at linux-mandrake.com> 0.6.3-1mdk
+- initial package
More information about the Erp5-report
mailing list