]> git.pld-linux.org Git - packages/python-pyorbited.git/commitdiff
- add protocol patch for current orbited
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 30 Jan 2008 21:09:01 +0000 (21:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't require orbited (could be used remotely)

Changed files:
    python-pyorbited.spec -> 1.2

python-pyorbited.spec

index b72fb4b9558123b3cdd35f0fda70256626fc91ac..42cb037dce1038e61b9e69d9eb3366a90751d44f 100644 (file)
@@ -9,13 +9,14 @@ License:      MIT
 Group:         Libraries/Python
 Source0:       http://pypi.python.org/packages/source/p/pyorbited/%{module}-%{version}.zip
 # Source0-md5: 50779977e358601a7a19719fc9ace3a5
+Patch0:                %{name}-orbited03.patch
 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
+Suggests:      orbited
 %pyrequires_eq python-libs
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,6 +27,7 @@ Includes three implementations: pyevent, twisted, basic sockets.
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 python setup.py build_ext
This page took 0.088038 seconds and 4 git commands to generate.