SPECS: python-jaxml.spec (NEW) - initial revision

baggins baggins at pld-linux.org
Sat Dec 8 01:15:39 CET 2007


Author: baggins                      Date: Sat Dec  8 00:15:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revision

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

---- Diffs:

================================================================
Index: SPECS/python-jaxml.spec
diff -u /dev/null SPECS/python-jaxml.spec:1.1
--- /dev/null	Sat Dec  8 01:15:39 2007
+++ SPECS/python-jaxml.spec	Sat Dec  8 01:15:34 2007
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+%define		module	jaxml
+
+Summary:	Module for automated generation of XML, XHTML or HTML documents
+Summary(pl.UTF-8):	Moduł do automatycznego generowania dokumentów XML, XHTML or HTML
+Name:		python-%{module}
+Version:	3.01
+Release:	0.1
+License:	LGPL
+Group:		Development/Languages/Python
+Source0:	http://www.librelogiciel.com/software/jaxml/tarballs/%{module}-%{version}.tar.gz
+# Source0-md5:	87687c2bb5bceca0f93c53cd600ed9f1
+URL:		http://www.librelogiciel.com/software/jaxml/action_Presentation
+BuildRequires:	python >= 1:2.5
+BuildRequires:	python-devel >= 1:2.5
+%pyrequires_eq	python-modules
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+JAXML is a Python module which makes the automated generation
+of XML, XHTML or HTML documents easy.
+
+%description -l pl.UTF-8
+JAXML jest modułem dla pythona dzięki który upraszcza automatyczne
+generowanie dokumentów XML, XHTML or HTML.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--root=$RPM_BUILD_ROOT \
+	--optimize=2
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS NEWS README
+%{py_sitescriptdir}/jaxml.py[co]
+%{py_sitescriptdir}/jaxml*.egg-info
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-12-08 00:15:34  baggins
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list