[Erp5-report] r7887 - in /spec/mandriva/2006.0/python-itools: ./ python-itools.spec

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 19 17:27:11 CEST 2006


Author: kevin
Date: Mon Jun 19 17:27:10 2006
New Revision: 7887

URL: http://svn.erp5.org?rev=7887&view=rev
Log:
Commit python-itools-0.7.4-3mdk spec files and patches

Added:
    spec/mandriva/2006.0/python-itools/
    spec/mandriva/2006.0/python-itools/python-itools.spec

Added: spec/mandriva/2006.0/python-itools/python-itools.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/python-itools/python-itools.spec?rev=7887&view=auto
==============================================================================
--- spec/mandriva/2006.0/python-itools/python-itools.spec (added)
+++ spec/mandriva/2006.0/python-itools/python-itools.spec Mon Jun 19 17:27:10 2006
@@ -1,0 +1,76 @@
+%define product   itools
+%define version   0.7.4
+%define release   3
+
+%define zope_home %{_prefix}/lib/zope
+%define software_home %{zope_home}/lib/python
+
+
+Summary:   ReportLab library to create PDF documents using Python
+Name:      python-%{product}
+Version:   %{version}
+Release:   %mkrel %{release}
+License:   LGPL
+Group:     Development/Python
+URL:       http://www.ikaaro.org/itools
+Source:    %{name}-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
+BuildRequires: python
+Requires:      python >= 2.3
+Conflicts:     itools
+
+#----------------------------------------------------------------------
+%description
+Itools is a Python package that encapsulates several Python tools
+developed by the Itaapy company and other developers. The provided
+tools are:
+
+ * itools.uri -- an API to manage URIs, to identify and locate resources.
+
+ * itools.resources -- an abstraction layer over resources that let to
+   manage them with a consistent API, independently of where they are stored.
+
+ * itools.handlers -- resource handlers infrastructure (resource
+   handlers are non persistent classes that add specific semantics to
+   resources). This package also includes several handlers out of the
+   box.
+
+ * itools.xml -- XML infrastructure, includes resource handlers for XML,
+   XHTML and HTML documents. Plus the Simple Template Language.
+
+ * itools.i18n -- tools for language negotiation and text segmentation.
+
+ * itools.workflow -- represent workflows as automatons, objects can move
+   from one state to another through transitions, classes can add specific
+   semantics to states and transitions.
+
+ * itools.catalog -- An Index & Search engine.
+
+#----------------------------------------------------------------------
+%prep
+%setup -n %{name}-%{version}
+
+%build
+python setup.py build
+
+%install
+python setup.py install --root=%{buildroot} --record=INSTALLED_FILES
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(644,root,root,755)
+%{_libdir}/python%pyver/site-packages/%{product}/
+%{_bindir}/igettext.py
+
+
+%changelog
+* Wed Jan 5 2006 Kevin Deldycke <kevin at nexedi.com> 0.7.4-3mdk
+- Update spec file to follow Mandriva 2006 rules
+
+* Tue Apr 26 2005 Yoshinori Okuji <yo at nexedi.com> 0.7.4-2mdk
+- Rename the package to python-itools
+
+* Sun Apr 24 2005 Yoshinori Okuji <yo at nexedi.com> 0.7.4-1mdk
+- Initial release




More information about the Erp5-report mailing list