]> git.pld-linux.org Git - SPECS.git/blob - orbited.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / orbited.spec
1 Summary:        Orbited is an HTTP daemon that is optimized for long-lasting comet connections
2 Summary(pl.UTF-8):      Orbited - demon HTTP zoptymalizowany pod kątem długotrwałych połączeń
3 Name:           orbited
4 Version:        0.3.2
5 Release:        4
6 License:        MIT
7 Group:          Networking/Daemons/HTTP
8 Source0:        http://pypi.python.org/packages/source/o/orbited/%{name}-%{version}.tar.gz
9 # Source0-md5:  967e16235756702312101076fb67f606
10 URL:            http://brbx.com/orbited/index.html
11 BuildRequires:  libevent-devel
12 BuildRequires:  python-devel >= 1:2.5
13 BuildRequires:  python-modules
14 BuildRequires:  python-setuptools
15 BuildRequires:  rpm-pythonprov
16 Requires:       python-pyevent
17 Requires:       python-rel
18 %pyrequires_eq  python-libs
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Orbited is an HTTP daemon that is optimized for long-lasting comet
24 connections. It is designed to be easily integrated with new and
25 existing applications. Orbited allows you to write real-time web
26 applications, such as a chat room or instant messaging client, without
27 using any external plugins like Flash or Java.
28
29 %description -l pl.UTF-8
30 Orbited to demon HTTP zoptymalizowany pod kątem długotrwałych połączeń
31 "kometowych". Jest zaprojektowany z myślą o łatwej integracji z nowymi
32 i istniejącymi aplikacjami. Pozwala na tworzenie aplikacji WWW
33 działających w czasie rzeczywistym, takie jak chaty czy komunikatory
34 bez wykorzystywania zewnętrznych wtyczek w stylu Flasha czy Javy.
35
36 %prep
37 %setup -q
38
39 %build
40 python setup.py build_ext
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 python setup.py install \
46         --root=$RPM_BUILD_ROOT \
47         --optimize=2
48
49 %py_postclean
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %attr(755,root,root) %{_bindir}/orbited
57 %attr(755,root,root) %{_bindir}/orbited_daemonized
58 %attr(755,root,root) %{_bindir}/revolved
59 %{py_sitescriptdir}/orbited
60 %{py_sitescriptdir}/orbited-*.egg-info
This page took 1.413205 seconds and 3 git commands to generate.