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

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

---- Diffs:

================================================================
Index: SPECS/orbited.spec
diff -u /dev/null SPECS/orbited.spec:1.1
--- /dev/null   Mon Jan 28 18:40:30 2008
+++ SPECS/orbited.spec  Mon Jan 28 18:40:25 2008
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:       Orbited is an HTTP daemon that is optimized for long-lasting 
comet connections
+Name:          orbited
+Version:       0.3.0
+Release:       1
+License:       MIT
+Group:         Networking/Daemons
+Source0:       
http://pypi.python.org/packages/source/o/orbited/%{name}-%{version}.zip
+# Source0-md5: a4490711589b67a21798579b87aa615b
+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:      python-pyevent
+%pyrequires_eq python-libs
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Orbited is an HTTP daemon that is optimized for long-lasting comet
+connections. It is designed to be easily integrated with new and
+existing applications. Orbited allows you to write real-time web
+applications, such as a chat room or instant messaging client, without
+using any external plugins like Flash or Java.
+
+%prep
+%setup -q
+
+%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)
+%attr(755,root,root) %{_bindir}/orbited
+%attr(755,root,root) %{_bindir}/revolved
+%{py_sitescriptdir}/orbited
+%{py_sitescriptdir}/orbited-*.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: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