]> git.pld-linux.org Git - packages/bicyclerepair.git/blame - bicyclerepair.spec
BR: rpmbuild(macros) >= 1.710
[packages/bicyclerepair.git] / bicyclerepair.spec
CommitLineData
57cbe366 1
2#
3# todo:
4# - emacs, idle and vim subpackages
5#
6
c634a619 7# Conditional build:
bce55a6a 8%bcond_without tests # disables testing
11893caf 9#
57cbe366 10Summary: Python Refactoring Browser
4d096264 11Summary(pl.UTF-8): Przeglądarka do refaktoryzacji kodu w Pythonie
57cbe366 12Name: bicyclerepair
13Version: 0.9
049e77be 14Release: 1
00abdd0a 15License: BSD-like
57cbe366 16Group: Development/Languages/Python
894145e7 17Source0: http://dl.sourceforge.net/bicyclerepair/%{name}-%{version}.tar.gz
049e77be 18# Source0-md5: f825f48384febefacf0717738e909321
57cbe366 19URL: http://bicyclerepair.sourceforge.net/
e9d5158f 20BuildRequires: rpmbuild(macros) >= 1.710
57cbe366 21BuildRequires: python-modules >= 2.2.1
57cbe366 22%pyrequires_eq python-modules
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
11893caf
JB
27Bicycle Repair Man is the Python Refactoring Browser, helping
28Pythonistas everywhere glide over the gory details of refactoring
29their code. Watch him extract jumbled code into well ordered classes.
30Gasp, as he renames all occurrences of a method. Thank You, Bicycle
31Repair Man!
32
d4219a82
JR
33%description -l pl.UTF-8
34Bicycle Repair Man ("Mechanik Rowerowy") to narzędzie do refaktoryzacji
35kodu źródłowego napisanego w języku Python, pozwalające programistom na
36uniknięcie morderczej pracy związanej z ulepszaniem swojego kodu.
b0536df1 37
d4219a82
JR
38Patrz, jak brzydki kod przekształca się w piękne klasy. Tchu zabraknie Ci
39ze zdziwienia, gdy zacznie zmieniać wszystkie wystąpienia metody.
40Dziękujemy Ci, Mechaniku Rowerowy!
57cbe366 41
42%prep
049e77be 43%setup -q
57cbe366 44
45%build
9b99b330 46%py_build
11893caf 47
c634a619 48%{?with_tests:python -O testall.py -v}
57cbe366 49
50%install
51rm -rf $RPM_BUILD_ROOT
52
9b99b330 53%py_install
11893caf 54
894145e7 55find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -exec rm -f {} \;
57cbe366 56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
049e77be 62%doc AUTHORS COPYING ChangeLog NEWS README*
57cbe366 63%doc ide-integration/bike.vim
894145e7 64%{py_sitescriptdir}/*
This page took 0.109943 seconds and 4 git commands to generate.