| Revision 4986,
1.1 KB
checked in by yasumichi, 15 years ago
(diff) |
|
import spec file
|
| Line | |
|---|
| 1 | |
|---|
| 2 | # Basic Information |
|---|
| 3 | Name: python-rope |
|---|
| 4 | Version: 0.9.3 |
|---|
| 5 | Release: 1%{?_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 Oct 16 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.9.3-1 |
|---|
| 58 | - initial build for Vine Linux |
|---|
Note: See
TracBrowser
for help on using the repository browser.