]> git.pld-linux.org Git - packages/drpython.git/commitdiff
- descs, use py_scriptdir macro
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 22 Jul 2004 18:27:51 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drpython.spec -> 1.2

drpython.spec

index 8873fa724e09eefc75bc558ed7eb3bef2e2b6071..96608592b14c01d018a083e7a5d51074300a2dc0 100644 (file)
@@ -1,7 +1,6 @@
-
 %include       /usr/lib/rpm/macros.python
-
-Summary:       drpython
+Summary:       DrPython - cross-platform IDE to aid programming in Python
+Summary(pl):   DrPython - wieloplatformowe IDE pomagaj±ce w programowaniu w Pythonie
 Name:          drpython
 Version:       3.2.0
 Release:       0.1
@@ -17,8 +16,16 @@ BuildArch:   noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-drpython
+DrPython is a clean and simple yet powerful and highly customizable
+editor/environment for developing programs written in the Python
+programming Language. It is written in Python, and uses the wxWidgets
+GUI Library through the use of wxPython.
 
+%description -l pl
+DrPython to przejrzysty i prosty, ale potê¿ny i wysoko konfigurowalny
+edytor/¶rodowisko do tworzenia programów napisanych w jêzyku Python.
+Jest napisany w Pythonie i u¿ywa biblioteki graficznej wxWidgets
+poprzez interfejs wxPython.
 
 %prep
 %setup -q 
@@ -30,10 +37,10 @@ chmod 0644 *.py
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/drpython}
 
-python /usr/share/python2.3/compileall.pyc -l .
+python %{py_scriptdir}/compileall.pyc -l .
 
-install *.py[co] $RPM_BUILD_ROOT%{_datadir}/drpython/
-cp -a examples bitmaps $RPM_BUILD_ROOT%{_datadir}/drpython/
+install *.py[co] $RPM_BUILD_ROOT%{_datadir}/drpython
+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
This page took 0.125874 seconds and 4 git commands to generate.