Author: patrys                       Date: Mon Jan 28 17:54:03 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

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

---- Diffs:

================================================================
Index: SPECS/python-pyorbited.spec
diff -u /dev/null SPECS/python-pyorbited.spec:1.1
--- /dev/null   Mon Jan 28 18:54:03 2008
+++ SPECS/python-pyorbited.spec Mon Jan 28 18:53:58 2008
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+
+%define                module pyorbited
+
+Summary:       A python client for the orbited (Orbit Event Daemon)
+Name:          python-%{module}
+Version:       0.1.1
+Release:       1
+License:       MIT
+Group:         Libraries/Python
+Source0:       
http://pypi.python.org/packages/source/p/pyorbited/%{module}-%{version}.zip
+# Source0-md5: 50779977e358601a7a19719fc9ace3a5
+URL:           http://brbx.com/orbited/index.html
+BuildRequires: libevent-devel
+BuildRequires: python-devel >= 1:2.5
+BuildRequires: python-modules
+BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
+Requires:      orbited
+%pyrequires_eq python-libs
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A python client for the orbited (Orbit Event Daemon), a COMET server.
+Includes three implementations: pyevent, twisted, basic sockets.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+python setup.py build_ext
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+       --root=$RPM_BUILD_ROOT \
+       --optimize=2
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/pyorbited
+%{py_sitescriptdir}/pyorbited-*.egg-info
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-01-28 17:53:58  patrys
+- initial PLD release
+
+Revision 1.1  2008-01-28 17:40:25  patrys
+- initial PLD release
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to