]> git.pld-linux.org Git - packages/drpython.git/commitdiff
- less entropy, python epoch
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Dec 2004 23:30:00 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drpython.spec -> 1.27

drpython.spec

index 0d48564f70ab52efb49b739b2af9156385280381..f9de66ad762e97f85dc15a2bbbda0f224e16417f 100644 (file)
@@ -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
This page took 0.078626 seconds and 4 git commands to generate.