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

Revision 1184, 1.1 KB checked in by iwaim, 14 years ago (diff)

tegaki specs (new)

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