Author: patrys Date: Wed Jan 30 21:09:06 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add protocol patch for current orbited - don't require orbited (could be used remotely)
---- Files affected: SPECS: python-pyorbited.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/python-pyorbited.spec diff -u SPECS/python-pyorbited.spec:1.1 SPECS/python-pyorbited.spec:1.2 --- SPECS/python-pyorbited.spec:1.1 Mon Jan 28 18:53:58 2008 +++ SPECS/python-pyorbited.spec Wed Jan 30 22:09:01 2008 @@ -10,13 +10,14 @@ 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) @@ -27,6 +28,7 @@ %prep %setup -q -n %{module}-%{version} +%patch0 -p1 %build python setup.py build_ext @@ -54,6 +56,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008-01-30 21:09:01 patrys +- add protocol patch for current orbited +- don't require orbited (could be used remotely) + Revision 1.1 2008-01-28 17:53:58 patrys - initial PLD release ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pyorbited.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
