Revision 8158,
1.3 KB
checked in by Takemikaduchi, 9 years ago
(diff) |
new upstream release or rebuild
|
Line | |
---|
1 | |
---|
2 | # Basic Information |
---|
3 | Name: python-rope |
---|
4 | Version: 0.9.3 |
---|
5 | Release: 3%{?_dist_release} |
---|
6 | License: GPLv2 |
---|
7 | Group: Development/Libraries |
---|
8 | URL: http://rope.sf.net/ |
---|
9 | Source0: rope-%{version}.tar.gz |
---|
10 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
---|
11 | BuildArch: noarch |
---|
12 | |
---|
13 | Vendor: Project Vine |
---|
14 | Distribution: Vine Linux |
---|
15 | Packager: yasumichi |
---|
16 | |
---|
17 | Summary: a python refactoring library |
---|
18 | Summary(ja): Python リファクタリングライブラリ |
---|
19 | |
---|
20 | # Dependency |
---|
21 | Requires: python |
---|
22 | BuildRequires: python-devel |
---|
23 | |
---|
24 | %description |
---|
25 | `Rope`_ is a python refactoring library. |
---|
26 | |
---|
27 | .. _`rope`: http://rope.sf.net/ |
---|
28 | |
---|
29 | %description -l ja |
---|
30 | `Rope` は、Python 向けのリファクタリングライブラリです。 |
---|
31 | |
---|
32 | 公式サイト: http://rope.sf.net/ |
---|
33 | |
---|
34 | %prep |
---|
35 | %setup -q -n rope-0.9.3 |
---|
36 | |
---|
37 | %build |
---|
38 | %{__python} setup.py build |
---|
39 | |
---|
40 | %install |
---|
41 | %{__rm} -rf ${RPM_BUILD_ROOT} |
---|
42 | %{__python} setup.py install --root=${RPM_BUILD_ROOT} |
---|
43 | |
---|
44 | |
---|
45 | %clean |
---|
46 | %{__rm} -rf ${RPM_BUILD_ROOT} |
---|
47 | |
---|
48 | |
---|
49 | %files |
---|
50 | %defattr(-,root,root) |
---|
51 | %doc COPYING |
---|
52 | %{python_sitelib}/rope-%{version}-py%{pyver}.egg-info |
---|
53 | %{python_sitelib}/rope |
---|
54 | |
---|
55 | |
---|
56 | %changelog |
---|
57 | * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-3 |
---|
58 | - rebuild with VineSeed environment |
---|
59 | |
---|
60 | * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-2 |
---|
61 | - rebuild with python-2.7.2 |
---|
62 | |
---|
63 | * Sun Oct 16 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.9.3-1 |
---|
64 | - initial build for Vine Linux |
---|
Note: See
TracBrowser
for help on using the repository browser.