Author: radzio                       Date: Sat May  6 20:52:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

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

---- Diffs:

================================================================
Index: SPECS/python-Colubrid.spec
diff -u /dev/null SPECS/python-Colubrid.spec:1.1
--- /dev/null   Sat May  6 22:52:22 2006
+++ SPECS/python-Colubrid.spec  Sat May  6 22:52:16 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:       Colubrid - lightweight wski publisher
+Name:          python-Colubrid
+Version:       0.9.8
+Release:       1
+Group:         Development/Languages/Python
+License:       GPL
+Source0:       
http://wsgiarea.pocoo.org/colubrid/dist/Colubrid-%{version}.tar.gz
+# Source0-md5: 31f61d6502af0ebae0c0784598b12fce
+URL:           http://wsgiarea.pocoo.org/colubrid/
+BuildRequires: python-devel
+BuildRequires: python-setuptools >= 0.6-0.a9.1
+%pyrequires_eq  python-modules
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Colubrid is a WSGI publisher which simplifies python web developement. 
+If you've ever created a WSGI application without a framework of an request 
+handler you know how hard this can be. For the full feature list have a look 
+at the Features (http://wsgiarea.pocoo.org/colubrid/features/) page.
+
+%prep
+%setup -q -n Colubrid-%{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
+
+find $RPM_BUILD_ROOT%{py_sitescriptdir}/colubrid -name \*.py -exec rm -f \{\} 
\;
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/Colubrid*
+%{py_sitescriptdir}/colubrid*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog -n python-Colubrid
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/06 20:52:16  radzio
+- initial release
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to