From b201f96977c359d4abdfc68d1e021d288b884e58 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 25 Dec 2004 23:30:00 +0000 Subject: [PATCH] - less entropy, python epoch Changed files: drpython.spec -> 1.27 --- drpython.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drpython.spec b/drpython.spec index 0d48564..f9de66a 100644 --- a/drpython.spec +++ b/drpython.spec @@ -5,10 +5,10 @@ Version: 3.7.9 Release: 0.1 License: GPL Group: Libraries/Python -Source0: http://voxel.dl.sourceforge.net/sourceforge/drpython/%{name}-%{version}.zip +Source0: http://heanet.dl.sourceforge.net/drpython/%{name}-%{version}.zip # Source0-md5: fc0dc7298195bf37e9294520ac053cb9 URL: http://drpython.sourceforge.net/ -BuildRequires: python-modules >= 2.3 +BuildRequires: python-modules >= 1:2.3 BuildRequires: unzip %pyrequires_eq python-modules Requires: python-wxPython >= 2.5.1.5 @@ -31,7 +31,7 @@ poprzez interfejs wxPython. %setup -q %build -chmod 0644 *.py +chmod 644 *.py %install rm -rf $RPM_BUILD_ROOT @@ -43,7 +43,7 @@ cp -a examples bitmaps $RPM_BUILD_ROOT%{_datadir}/drpython echo '#!/bin/sh' > $RPM_BUILD_ROOT%{_bindir}/drpython echo 'cd %{_datadir}/drpython' >> $RPM_BUILD_ROOT%{_bindir}/drpython echo 'exec python drpython.pyo' >> $RPM_BUILD_ROOT%{_bindir}/drpython -chmod 0755 $RPM_BUILD_ROOT%{_bindir}/drpython +chmod 755 $RPM_BUILD_ROOT%{_bindir}/drpython %py_comp $RPM_BUILD_ROOT%{_datadir}/drpython %py_ocomp $RPM_BUILD_ROOT%{_datadir}/drpython -- 2.43.0