source: projects/specs/trunk/t/tegaki-python/tegaki-python-vl.spec @ 9623

Revision 9623, 1.3 KB checked in by inagaki, 9 years ago (diff)

2015-06-23 Ryoichi INAGAKI <ryo1@…>

  • tbb: updated
  • tegaki-{pygtk,python,recognize}: rebuilt


Line 
1# -*- coding: utf-8 -*-
2Name:           tegaki-python
3Version:        0.3.1
4Release:        2%{?_dist_release}
5Summary:        Base Python library for the Tegaki project
6Summary(ja):    Tegaki プロジェクトのための Python ベースライブラリ
7
8License:        GPLv2
9Group:          Development/Libraries
10URL:            http://www.tegaki.org/
11Source0:        http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
14BuildArch:      noarch
15BuildRequires:  python-devel >= 2.4
16Requires:       python >= 2.4
17Requires:       zinnia-python >= 0.05
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       iwaim
22
23%description
24Base Python library for the Tegaki project.
25
26%description -l ja
27Tegaki プロジェクトのための Python ベースライブラリです.
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
50* Fri Jun 19 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-2
51- rebuilt on current VineSeed
52
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.