source: projects/specs/trunk/t/tegaki-pygtk/tegaki-pygtk-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-pygtk
3Version:        0.3.1
4Release:        2%{?_dist_release}
5Summary:        Base user interface library for the Tegaki project
6Summary(ja):    Tegaki プロジェクトのための基本ユーザインターフェースライブラリ
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:       pygtk2 >= 2.10
18Requires:       tegaki-python >= 0.2
19
20%description
21Base user interface library for the Tegaki project.
22
23%prep
24%setup -q
25
26%build
27%{__python} setup.py build
28
29%install
30%{__rm} -rf %{buildroot}
31%{__python} setup.py install --prefix %{buildroot}%{_prefix}
32
33%clean
34%{__rm} -rf %{buildroot}
35
36%files
37%defattr(-,root,root,-)
38%doc AUTHORS COPYRIGHT README COPYING ChangeLog TODO
39%{python_sitelib}/tegaki_pygtk*.egg-info
40%{python_sitelib}/tegakigtk
41%dir %{_datadir}/tegaki
42%dir %{_datadir}/tegaki/icons
43%{_datadir}/tegaki/icons/handwriting.png
44
45%changelog
46* Fri Jun 19 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-2
47- rebuilt on current VineSeed
48
49* Wed Jun  9 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.1-1
50- Initial build.
Note: See TracBrowser for help on using the repository browser.