]> git.pld-linux.org Git - packages/bicyclerepair.git/commitdiff
- based on epydoc.spec
authorwrobell <wrobell@pld-linux.org>
Sun, 31 Aug 2003 05:20:27 +0000 (05:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bicyclerepair.spec -> 1.1

bicyclerepair.spec [new file with mode: 0644]

diff --git a/bicyclerepair.spec b/bicyclerepair.spec
new file mode 100644 (file)
index 0000000..1cc9a5e
--- /dev/null
@@ -0,0 +1,53 @@
+
+#
+# todo:
+# - emacs, idle and vim subpackages
+#
+
+
+%include       /usr/lib/rpm/macros.python
+
+%define beta BETA3
+
+Summary:       Python Refactoring Browser
+Name:          bicyclerepair
+Version:       0.9
+Release:       0.%{beta}.1
+License:       unknown
+Group:         Development/Languages/Python
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}-%{beta}.tar.gz
+# Source0-md5: fbb0bd482a872795c59f897b699f9549
+URL:           http://bicyclerepair.sourceforge.net/
+BuildRequires: python-modules >= 2.2.1
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-modules
+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!
+
+%prep
+%setup -q -n %{name}-%{version}-%{beta}
+
+%build
+python setup.py build
+
+%install
+rm -rf $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
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog DESIGN NEWS README*
+%doc ide-integration/bike.vim
+#%attr(755,root,root) %{_bindir}/*
+%{py_sitedir}/*
This page took 0.06084 seconds and 4 git commands to generate.