Author: radzio                       Date: Thu Apr 27 21:03:51 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

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

---- Diffs:

================================================================
Index: SPECS/python-flup.spec
diff -u /dev/null SPECS/python-flup.spec:1.1
--- /dev/null   Thu Apr 27 23:03:51 2006
+++ SPECS/python-flup.spec      Thu Apr 27 23:03:45 2006
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+%define                _release        r1849
+Summary:       This Python package is a random collection of WSGI modules
+Name:          python-flup
+Version:       0.5
+Release:       0.%{_release}1
+Group:         Development/Languages/Python
+License:       X11/MIT
+Source0:       http://www.saddi.com/software/flup/dist/flup-%{_release}.tar.gz 
+# Source0-md5: 77896ee4f4dbd56d2663c12cec2a9689
+URL:           http://www.saddi.com/software/flup/
+BuildRequires: python-devel
+BuildRequires: python-setuptools >= 0.6-0.a9.1
+%pyrequires_eq  python-modules
+Requires:      python-elementtree
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This Python package is a random collection of WSGI modules.
+
+%prep
+%setup -q -n flup-%{_release}
+
+%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 ChangeLog
+%{py_sitescriptdir}/flup*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog -n python-kid
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/04/27 21:03:45  radzio
+- initial release
+
+Revision 1.5  2006/03/24 14:12:43  wiget
+- updated to 0.9
+
+Revision 1.4  2005/12/24 14:02:58  arekm
+- rebuild
+
+Revision 1.3  2005/12/20 19:23:31  arekm
+- up to 0.8
+
+Revision 1.2  2005/10/03 17:27:52  qboosh
+- pl, noarch (I assume)
+
+Revision 1.1  2005/09/28 05:56:36  paszczus
+- initial spec (from Suse)
+- working well, needed by conary
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to