tegaki-pygtk-vl.spec 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # -*- coding: utf-8 -*-
  2. Name: tegaki-pygtk
  3. Version: 0.3.1
  4. Release: 2%{?_dist_release}
  5. Summary: Base user interface library for the Tegaki project
  6. Summary(ja): Tegaki プロジェクトのための基本ユーザインターフェースライブラリ
  7. License: GPLv2
  8. Group: Development/Libraries
  9. URL: http://www.tegaki.org/
  10. Source0: http://www.tegaki.org/releases/%{version}/%{name}-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildArch: noarch
  13. BuildRequires: python-devel >= 2.4
  14. Requires: python >= 2.4
  15. Requires: pygtk2 >= 2.10
  16. Requires: tegaki-python >= 0.2
  17. %description
  18. Base user interface library for the Tegaki project.
  19. %prep
  20. %setup -q
  21. %build
  22. %{__python} setup.py build
  23. %install
  24. %{__rm} -rf %{buildroot}
  25. %{__python} setup.py install --prefix %{buildroot}%{_prefix}
  26. %clean
  27. %{__rm} -rf %{buildroot}
  28. %files
  29. %defattr(-,root,root,-)
  30. %doc AUTHORS COPYRIGHT README COPYING ChangeLog TODO
  31. %{python_sitelib}/tegaki_pygtk*.egg-info
  32. %{python_sitelib}/tegakigtk
  33. %dir %{_datadir}/tegaki
  34. %dir %{_datadir}/tegaki/icons
  35. %{_datadir}/tegaki/icons/handwriting.png
  36. %changelog
  37. * Fri Jun 19 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-2
  38. - rebuilt on current VineSeed
  39. * Wed Jun 9 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.1-1
  40. - Initial build.