SPECS: pysablot.spec (NEW) - new

radek radek at pld-linux.org
Mon Jul 4 20:31:11 CEST 2005


Author: radek                        Date: Mon Jul  4 18:31:11 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/pysablot.spec
diff -u /dev/null SPECS/pysablot.spec:1.1
--- /dev/null	Mon Jul  4 20:31:11 2005
+++ SPECS/pysablot.spec	Mon Jul  4 20:31:05 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	pysablot - Python bindings for Sablotron
+#Summary(pl):	
+Name:		pysablot
+Version:	0.1
+Release:	0.1
+License:	GPL
+Group:		Libraries/Python
+Source0:	http://dl.sourceforge.net/pysablot/PySablot-%{version}.tar.gz
+# Source0-md5:	7c9b859f963c2c67e8276a348ecac51b
+Patch0:		%{name}-libs.patch
+URL:		http://pysablot.sourceforge.net/
+BuildRequires:	libstdc++-devel
+BuildRequires:	python
+BuildRequires:	python-devel
+BuildRequires:	sablotron-devel
+Requires:	python
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python bindings for Sablotron (a XSLT library).  PySablot provides
+a simple API for in-memory XSLT transformations or file-2-file
+transformation.
+
+#%description -l pl
+
+%prep
+%setup -q -n PySablot-%{version}
+%patch0 -p0
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--root=$RPM_BUILD_ROOT \
+	--optimize=2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{py_sitedir}/PySablot.so
+%{py_sitedir}/Sablot.py[co]
+
+%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  2005/07/04 18:31:05  radek
+- new
+
================================================================



More information about the pld-cvs-commit mailing list