source: projects/specs/trunk/p/python-rope/python-rope-vl.spec @ 5701

Revision 5701, 1.2 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

Line 
1
2# Basic Information
3Name:           python-rope
4Version:        0.9.3
5Release:        2%{?_dist_release}
6License:        GPLv2
7Group:          Development/Libraries
8URL:            http://rope.sf.net/
9Source0:        rope-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildArch:      noarch
12
13Vendor:         Project Vine
14Distribution:   Vine Linux
15Packager:       yasumichi
16
17Summary:        a python refactoring library
18Summary(ja):    Python リファクタリングライブラリ
19
20# Dependency
21Requires:       python
22BuildRequires:  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 Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-2
58- rebuild with python-2.7.2
59
60* Sun Oct 16 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.9.3-1
61- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.