Author: areq                         Date: Mon Dec 29 16:53:17 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- raw PLD spec

---- Files affected:
SPECS:
   ooolib-python.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ooolib-python.spec
diff -u /dev/null SPECS/ooolib-python.spec:1.1
--- /dev/null   Mon Dec 29 17:53:17 2008
+++ SPECS/ooolib-python.spec    Mon Dec 29 17:53:12 2008
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+%define        module  ooolib
+Summary:       Python module for creating OpenDocument documents 
(sp.sheet/text)
+Name:          python-%{module}
+Version:       0.0.16
+Release:       0.1
+License:       GPL v2
+Group:         Development/Languages/Python
+Source0:       http://dl.sourceforge.net/ooolib/ooolib-python-%{version}.tar.gz
+# Source0-md5: 63ee28caeeb7b1b88ce0e6c9ac19e00b
+URL:           http://ooolib.sourceforge.net/
+BuildRequires: python-devel
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-modules
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ooolib is a python module to be used to create simple OpenDocument
+spreadsheet and text documents. 
+
+%prep
+%setup -q -n ooolib-python-%{version}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D ooolib.py $RPM_BUILD_ROOT%{py_sitedir}/ooolib.py
+
+%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 ChangeLog README TODO *example*.py
+%{py_sitedir}/*.py[co]
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/12/29 16:53:12  areq
+- raw PLD spec
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to