]> git.pld-linux.org Git - packages/bicyclerepair.git/commitdiff
- ver. 0.9 (final)
authorwrobell <wrobell@pld-linux.org>
Sat, 30 Apr 2005 17:57:24 +0000 (17:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bicyclerepair.spec -> 1.11

bicyclerepair.spec

index e5debf75443102709b793e1bf73dee1ebd5a7932..cd83a83bbf7bf15bfc974b9e39724b7eaa8a03b6 100644 (file)
 Summary:       Python Refactoring Browser
 Name:          bicyclerepair
 Version:       0.9
-%define beta   BETA4
-Release:       0.%{beta}.1
+Release:       1
 License:       BSD-like
 Group:         Development/Languages/Python
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}-%{beta}.tar.gz
-# Source0-md5: 635287697aa7f3bb580267e9df203f89
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: f825f48384febefacf0717738e909321
 URL:           http://bicyclerepair.sourceforge.net/
 BuildRequires: python-modules >= 2.2.1
 %pyrequires_eq python-modules
@@ -39,7 +38,7 @@ ze zdziwienia, gdy zacznie zmienia
 Dziêkujemy Ci, Mechaniku Rowerowy!
 
 %prep
-%setup -q -n %{name}-%{version}-%{beta}
+%setup -q
 
 %build
 python setup.py build
@@ -53,14 +52,13 @@ python setup.py install \
        --optimize=2 \
        --root=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT%{py_sitedir} -name \*.py -exec rm -f {} \;
+find $RPM_BUILD_ROOT%{py_scriptdir} -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 AUTHORS COPYING ChangeLog NEWS README*
 %doc ide-integration/bike.vim
-#%attr(755,root,root) %{_bindir}/*
-%{py_sitedir}/*
+%{py_scriptdir}/*
This page took 0.119107 seconds and 4 git commands to generate.