SPECS: python-PasteWebKit.spec (NEW) - initial

wiget wiget at pld-linux.org
Tue Apr 25 00:49:29 CEST 2006


Author: wiget                        Date: Mon Apr 24 22:49:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/python-PasteWebKit.spec
diff -u /dev/null SPECS/python-PasteWebKit.spec:1.1
--- /dev/null	Tue Apr 25 00:49:29 2006
+++ SPECS/python-PasteWebKit.spec	Tue Apr 25 00:49:24 2006
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+%define		module PasteWebKit
+Summary:	A port/reimplementation of Webware WebKit in WSGI and Paste
+Name:		python-%{module}
+Version:	0.9
+Release:	1
+Group:		Development/Languages/Python
+License:	X11/MIT
+Source0: 	http://cheeseshop.python.org/packages/source/P/PasteWebKit/%{module}-%{version}.tar.gz
+# Source0-md5:	73381dab3b895f8d3f1bcd1ccc7f09dc
+URL:		http://pythonpaste.org/webkit/
+BuildRequires:	python-devel
+BuildRequires:	python-setuptools >= 0.6-0.a9.1
+%pyrequires_eq	python-modules
+Requires:	python-Paste
+Requires:	python-PasteDeploy
+Requires:	python-PasteScript
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a reimplementation of the Webware API, using Paste for most of
+the functionality, and just providing an API wrapper.
+
+While the basic layout of applications is different from what
+Webware's MakeAppWorkDir creates, this is intended to be backward
+compatible for most typical Webware applications.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+	--single-version-externally-managed \
+	--optimize=2 \
+	--root=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc docs/
+%{py_sitescriptdir}/paste*
+%{py_sitescriptdir}/Paste*
+
+%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  2006/04/24 22:49:24  wiget
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list