source: projects/specs/branches/6/t/tegaki-pygtk/tegaki-pygtk-vl.spec @ 1184

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

tegaki specs (new)

Line 
1# -*- coding: utf-8 -*-
2Summary: Base user interface library for the Tegaki project
3Name: tegaki-pygtk
4Version: 0.3.1
5Release: 1%{?_dist_release}
6License: GPLv2
7Group: Development/Libraries
8URL: http://www.tegaki.org/
9Source0: http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
11BuildRequires: python-devel >= 2.4
12Requires: python >= 2.4
13Requires: pygtk2 >= 2.10
14Requires: tegaki-python >= 0.2
15BuildArch: noarch
16
17%description
18Base user interface library for the Tegaki project.
19
20%prep
21%setup -q
22
23%build
24%{__python} setup.py build
25
26%install
27%{__rm} -rf %{buildroot}
28%{__python} setup.py install --prefix %{buildroot}%{_prefix}
29
30%clean
31%{__rm} -rf %{buildroot}
32
33%files
34%defattr(-,root,root,-)
35%doc AUTHORS COPYRIGHT README COPYING ChangeLog TODO
36%{python_sitelib}/tegaki_pygtk*.egg-info
37%{python_sitelib}/tegakigtk
38%dir %{_datadir}/tegaki
39%dir %{_datadir}/tegaki/icons
40%{_datadir}/tegaki/icons/handwriting.png
41
42%changelog
43* Wed Jun  9 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.1-1
44- Initial build.
Note: See TracBrowser for help on using the repository browser.