mcomix-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
  2. Summary: customizable image viewer that specifically designed to handle comic books
  3. Summary(ja): 漫画向けに特化してデザインされたカスタム可能なイメージビューワ
  4. Name: mcomix
  5. Version: 0.94
  6. Release: 1%{?_dist_release}
  7. Source0: mcomix-%{version}.tar.bz2
  8. Source1: mcomix_ja.po
  9. License: GPLv2
  10. Group: Applications/Graphics
  11. URL: http://mcomix.sourceforge.net/
  12. Requires: pygtk2 >= 2.12, python-imaging >= 1.1.5, libjpeg-turbo
  13. Requires: python >= 2.5
  14. Requires: python-chardet
  15. Requires: python-setuptools
  16. BuildRequires: python >= 2.5
  17. BuildRequires: python-setuptools
  18. BuildRequires: pygtk2-devel python-imaging
  19. BuildRequires: gettext
  20. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  21. BuildArch: noarch
  22. Vendor: Project Vine
  23. Distribution: Vine Linux
  24. Packager: kudoh
  25. %description
  26. MComix is a user-friendly, customizable image viewer. It is specifically
  27. designed to handle comic books, but also serves as a generic viewer. It
  28. reads images in ZIP, RAR or tar archives as well as plain image files.
  29. It is written in Python and uses GTK+ through the PyGTK bindings.
  30. %description -l ja
  31. MComix はユーザーフレンドリでカスタマイズ可能なイメージビューワです。
  32. このビューワは漫画を読むのに特化してデザインされていますが、一般的な画像
  33. ビューワとしても利用できます。
  34. 通常のイメージファイルと同様に、ZIP、RAR または tar (gzip 及び bzip2 で圧縮
  35. されたものも含む) アーカイブ中のイメージも読み込めます。
  36. Python で書かれており、PyGTK バインディングを通じて GTK+ を使用しています。
  37. %prep
  38. %setup -qn mcomix-%{version}
  39. %{__cp} -f %{SOURCE1} mcomix/messages/ja/LC_MESSAGES/mcomix.po
  40. msgfmt -o mcomix/messages/ja/LC_MESSAGES/mcomix.mo mcomix/messages/ja/LC_MESSAGES/mcomix.po
  41. %install
  42. %{__rm} -rf ${RPM_BUILD_ROOT}
  43. %{__python} setup.py install --single-version-externally-managed --root=$RPM_BUILD_ROOT
  44. %clean
  45. %{__rm} -rf ${RPM_BUILD_ROOT}
  46. %post
  47. touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
  48. %postun
  49. if [ $1 -eq 0 ] ; then
  50. touch --no-create %{_datadir}/icons/hicolor &>/dev/null
  51. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  52. fi
  53. %posttrans
  54. gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
  55. %files
  56. %defattr(-,root,root)
  57. %doc ChangeLog README
  58. %{_bindir}/%{name}
  59. %{_datadir}/applications/%{name}.desktop
  60. %{_datadir}/icons/hicolor/
  61. %{_datadir}/mime/packages/%{name}.xml
  62. %{_mandir}/man1/*.1.gz
  63. %{python_sitelib}/*
  64. %changelog
  65. * Wed Sep 28 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.94-1
  66. - new upstream release
  67. * Sat Sep 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.93-1
  68. - new upstream release
  69. - added Requires: python-chardet, python-setuptools
  70. - added Vendor/Distribution/Packager tag
  71. * Sun Jul 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.92-2
  72. - updated source1
  73. * Sat Jul 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.92-1
  74. - new upstream release
  75. - replaced source1
  76. * Sun May 22 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.91-2
  77. - added BuildRequires: python-setuptools
  78. * Wed May 11 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.91-1
  79. - new upstream release
  80. - changed Lisence tag
  81. - applied to GPLv2
  82. - changed URL
  83. - changed BuildArch to noarch
  84. * Sun Nov 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.90.2-2
  85. - updated source1
  86. - probed %%post and %%postun
  87. - added %%posttrans
  88. * Sat Oct 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.90.2-1
  89. - initial build for VineSeed