From 8e4d357b27256acf105be92fd108afb2c4bf690b Mon Sep 17 00:00:00 2001 From: Karol Krenski Date: Sat, 23 Apr 2005 08:17:04 +0000 Subject: [PATCH] - removed unnecessary BR unzip - enabled Psyco - STBR Changed files: BitTornado.spec -> 1.10 --- BitTornado.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BitTornado.spec b/BitTornado.spec index 814c228..104a44e 100644 --- a/BitTornado.spec +++ b/BitTornado.spec @@ -12,7 +12,6 @@ BuildRequires: python BuildRequires: python-devel BuildRequires: python-modules BuildRequires: sed >= 4.0 -BuildRequires: unzip Requires: python-modules Obsoletes: BitTorrent BuildArch: noarch @@ -51,6 +50,8 @@ Bazuj %prep %setup -q -n %{name}-CVS +# enabled Psyco +%{__sed} -i 's,^psyco = 0,psyco = 1,' BitTornado/PSYCO.py %build find -type f -exec sed -i -e 's|#!.*python.*|#!%{_bindir}/python|g' "{}" ";" -- 2.43.0