Author: radzio Date: Mon Jan 30 20:46:10 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial release
---- Files affected: SPECS: python-Wareweb.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/python-Wareweb.spec diff -u /dev/null SPECS/python-Wareweb.spec:1.1 --- /dev/null Mon Jan 30 21:46:10 2006 +++ SPECS/python-Wareweb.spec Mon Jan 30 21:46:05 2006 @@ -0,0 +1,61 @@ +# $Revision$, $Date$ +Summary: WSGI web framework based on Webware/WebKit's servlet model +Name: python-Wareweb +Version: 0.1 +Release: 1 +Group: Development/Languages/Python +License: X11/MIT +Source0: http://cheeseshop.python.org/packages/source/W/Wareweb/Wareweb-%{version}.tar.gz +# Source0-md5: a676d67f30e146360e90c0d8c615b6de +URL: http://pythonpaste.org/ +BuildRequires: python-devel +%pyrequires_eq python-modules +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This is a servlet-style web framework, similar to Webware, but both +more minimal and more convenient. + +%description +Jest to narzędzie do tworzenia serwletów (aplikacji) WSGI, podobne +do Webware jednak prostsze i bardziej wygodne. + +%prep +%setup -q -n Wareweb-%{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}/wareweb +%{py_sitescriptdir}/Wareweb* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog -n python-Wareweb +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/01/30 20:46:05 radzio +- initial release + +Revision 1.2 2006/01/28 19:00:44 radzio +- fix URLs + +Revision 1.1 2006/01/28 18:57:16 radzio +- initial release +- TODO: polish translations, better [B]R + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
