tegaki-pygtk-vl.spec 1.0 KB

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