| Revision 9623,
1.3 KB
checked in by inagaki, 11 years ago
(diff) |
|
2015-06-23 Ryoichi INAGAKI <ryo1@…>
- tbb: updated
- tegaki-{pygtk,python,recognize}: rebuilt
|
| Rev | Line | |
|---|
| [1184] | 1 | # -*- coding: utf-8 -*- |
|---|
| [9623] | 2 | Name: tegaki-python |
|---|
| 3 | Version: 0.3.1 |
|---|
| 4 | Release: 2%{?_dist_release} |
|---|
| 5 | Summary: Base Python library for the Tegaki project |
|---|
| 6 | Summary(ja): Tegaki プロジェクトのための Python ベースライブラリ |
|---|
| [1184] | 7 | |
|---|
| [9623] | 8 | License: GPLv2 |
|---|
| 9 | Group: Development/Libraries |
|---|
| 10 | URL: http://www.tegaki.org/ |
|---|
| 11 | Source0: http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz |
|---|
| [1184] | 12 | |
|---|
| [9623] | 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|---|
| 14 | BuildArch: noarch |
|---|
| 15 | BuildRequires: python-devel >= 2.4 |
|---|
| 16 | Requires: python >= 2.4 |
|---|
| 17 | Requires: zinnia-python >= 0.05 |
|---|
| 18 | |
|---|
| 19 | Vendor: Project Vine |
|---|
| 20 | Distribution: Vine Linux |
|---|
| 21 | Packager: iwaim |
|---|
| 22 | |
|---|
| [1184] | 23 | %description |
|---|
| 24 | Base Python library for the Tegaki project. |
|---|
| 25 | |
|---|
| 26 | %description -l ja |
|---|
| [9623] | 27 | Tegaki プロジェクトのための Python ベースライブラリです. |
|---|
| [1184] | 28 | |
|---|
| 29 | %prep |
|---|
| 30 | %setup -q |
|---|
| 31 | |
|---|
| 32 | %build |
|---|
| 33 | %{__python} setup.py build |
|---|
| 34 | |
|---|
| 35 | %install |
|---|
| 36 | %{__rm} -rf %{buildroot} |
|---|
| 37 | %{__python} setup.py install --root %{buildroot} |
|---|
| 38 | |
|---|
| 39 | %clean |
|---|
| 40 | %{__rm} -rf %{buildroot} |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | %files |
|---|
| 44 | %defattr(-,root,root,-) |
|---|
| 45 | %doc AUTHORS COPYRIGHT README COPYING ChangeLog TODO |
|---|
| 46 | %{python_sitelib}/tegaki |
|---|
| 47 | %{python_sitelib}/tegaki_python*.egg-info |
|---|
| 48 | |
|---|
| 49 | %changelog |
|---|
| [9623] | 50 | * Fri Jun 19 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-2 |
|---|
| 51 | - rebuilt on current VineSeed |
|---|
| 52 | |
|---|
| [1184] | 53 | * Wed Jun 9 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.1-1 |
|---|
| 54 | - Initial build. |
|---|
| 55 | |
|---|
| 56 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.