# -*- coding: utf-8 -*- Name: tegaki-python Version: 0.3.1 Release: 2%{?_dist_release} Summary: Base Python library for the Tegaki project Summary(ja): Tegaki プロジェクトのための Python ベースライブラリ License: GPLv2 Group: Development/Libraries URL: http://www.tegaki.org/ Source0: http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: python-devel >= 2.4 Requires: python >= 2.4 Requires: zinnia-python >= 0.05 Vendor: Project Vine Distribution: Vine Linux Packager: iwaim %description Base Python library for the Tegaki project. %description -l ja Tegaki プロジェクトのための Python ベースライブラリです. %prep %setup -q %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install --root %{buildroot} %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYRIGHT README COPYING ChangeLog TODO %{python_sitelib}/tegaki %{python_sitelib}/tegaki_python*.egg-info %changelog * Fri Jun 19 2015 Ryoichi INAGAKI 0.3.1-2 - rebuilt on current VineSeed * Wed Jun 9 2010 IWAI, Masaharu 0.3.1-1 - Initial build.