]> git.pld-linux.org Git - packages/bicyclerepair.git/commitdiff
- pl (hm...)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Oct 2003 20:35:20 +0000 (20:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bicyclerepair.spec -> 1.5

bicyclerepair.spec

index eeaf6741d06742d2db118e16fb119e6c62155664..063a7b3ef9779db518a82d7ac1c3f814cb5b1e11 100644 (file)
@@ -6,15 +6,12 @@
 
 # Conditional build:
 %bcond_without tests   # disables testing
-
-
+#
 %include       /usr/lib/rpm/macros.python
-
-%define beta BETA4
-
 Summary:       Python Refactoring Browser
 Name:          bicyclerepair
 Version:       0.9
+%define beta   BETA4
 Release:       0.%{beta}.1
 License:       unknown
 Group:         Development/Languages/Python
@@ -28,22 +25,35 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Bicycle Repair Man is the Python Refactoring Browser, helping Pythonistas
-everywhere glide over the gory details of refactoring their code. Watch him
-extract jumbled code into well ordered classes. Gasp, as he renames all
-occurrences of a method. Thank You, Bicycle Repair Man!
+Bicycle Repair Man is the Python Refactoring Browser, helping
+Pythonistas everywhere glide over the gory details of refactoring
+their code. Watch him extract jumbled code into well ordered classes.
+Gasp, as he renames all occurrences of a method. Thank You, Bicycle
+Repair Man!
+
+%description -l pl
+Bicycle Repair Man ("naprawiaj±cy rowery") to przegl±darka
+przebudowuj±ca dla Pythona, pomagaj±ca pythonistom wszêdzie szybowaæ
+ponad morderczymi szczegó³ami przebudowywania swojego kodu. Patrz, jak
+przemienia pomieszany kod na dobrze uporz±dkowane klasy. Oddychaj
+ciê¿ko, kiedy zmienia wszystkie wyst±pienia metody. Dziêkujemy Ci,
+Bicycle Repair Man!
 
 %prep
 %setup -q -n %{name}-%{version}-%{beta}
 
 %build
 python setup.py build
+
 %{?with_tests:python -O testall.py -v}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
+python setup.py install \
+       --optimize=2 \
+       --root=$RPM_BUILD_ROOT
+
 find $RPM_BUILD_ROOT%{py_sitedir} -name \*.py -exec rm -f {} \;
 
 %clean
This page took 0.101978 seconds and 4 git commands to generate.