Author: matkor                       Date: Tue Jun 30 08:58:46 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Initial version 0.6.4.1.

---- Files affected:
packages/python-pyexcelerator:
   python-pyexcelerator.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/python-pyexcelerator/python-pyexcelerator.spec
diff -u /dev/null packages/python-pyexcelerator/python-pyexcelerator.spec:1.1
--- /dev/null   Tue Jun 30 10:58:46 2009
+++ packages/python-pyexcelerator/python-pyexcelerator.spec     Tue Jun 30 
10:58:41 2009
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+%define        module  pyexcelerator
+Summary:       Excel 97+ files Python generator
+Summary(pl.UTF-8):     Pythonowy generator plików Excela 97+
+Name:          python-%{module}
+Version:       0.6.4.1
+Release:       0.1
+License:       BSD
+Group:         Development/Languages/Python
+Source0:       http://dl.sourceforge.net/%{module}/%{module}-%{version}.tar.bz2
+# Source0-md5: 8750d7242c2b2c0d496f9a2aaa083097
+URL:           http://sourceforge.net/projects/pyexcelerator/
+BuildRequires: python-devel
+BuildRequires: rpm-pythonprov
+# if py_postclean is used
+BuildRequires: rpmbuild(macros) >= 1.219
+Requires:      python-libs  >= 2.4
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Generating Excel 97+ files with Python 2.4+ (need decorators),
+importing Excel 95+ files, support for UNICODE in Excel files, using
+variety of formatting features and printing options, Excel files and
+OLE2 compound files dumper.
+
+%description -l pl.UTF-8
+Generator plików Excel 97+ wymagajacy Python 2.4 (wymaga
+dekoratorów). Importuje pliki Excel 95+, wsparcie dla Unicode w
+plikach Excel, używa sporej ilości formatowań i opcji drukowania.
+Zrzuty plików Excela oraz plików komponentów OLE2.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+export CFLAGS="%{rpmcflags}"
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+       --optimize=2 \
+       --root=$RPM_BUILD_ROOT
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+# %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%dir %{py_sitescriptdir}/pyExcelerator
+%{py_sitescriptdir}/pyExcelerator/*.py[co]
+
+
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedb...@pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/06/30 08:58:41  matkor
+- Initial version 0.6.4.1.
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to