poedit-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. %define name poedit
  2. %define version 1.4.2
  3. %define release 1%{?_dist_release}
  4. Summary: Gettext catalogs editor
  5. Summary(ja): Gettext カタログの翻訳用エディタ
  6. Name: %{name}
  7. Version: %{version}
  8. Release: %{release}
  9. Source0: %{name}-%{version}.tar.gz
  10. License: MIT
  11. Group: Applications/Development
  12. URL: http://www.poedit.net/
  13. BuildRequires: wx-gtk2-devel >= 2.6.0
  14. BuildRequires: gtkspell-devel >= 2.0, db4-devel
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. %description
  17. Poedit is cross-platform gettext catalogs (.po files) editor.
  18. It is built with wxWidgets toolkit and can run on any platform
  19. supported by it (although it was only tested on Unix with GTK+
  20. and Windows).
  21. It aims to provide more convenient approach to editing catalogs
  22. than launching vi and editing the file by hand.
  23. %description -l ja
  24. Poedit はクロス・プラットフォームな gettext カタログ (.po ファイル)
  25. 用のエディタです。Toolkit に wxWidgets を使っており、この Toolkit
  26. がサポートする環境であればどんなプラットフォームでも動作します。
  27. (実際には GTK+ を使った Unix と Windows でしかテストされていませんが)
  28. このプログラムは、vi を使ってファイルを編集するよりも、もっと簡単に
  29. カタログを編集する方法を提供することを目指しています。
  30. %prep
  31. %setup -q
  32. %build
  33. %configure
  34. %{__make}
  35. %install
  36. %{__rm} -rf ${RPM_BUILD_ROOT}
  37. %makeinstall
  38. %find_lang %{name}
  39. %clean
  40. %{__rm} -rf ${RPM_BUILD_ROOT}
  41. %files -f %{name}.lang
  42. %defattr(-,root,root)
  43. %doc AUTHORS COPYING NEWS README TODO
  44. %{_bindir}/poedit
  45. %{_datadir}/applications/poedit.desktop
  46. %{_datadir}/icons/hicolor/16x16/apps/poedit.png
  47. %{_datadir}/icons/hicolor/32x32/apps/poedit.png
  48. %{_datadir}/icons/hicolor/48x48/apps/poedit.png
  49. %{_datadir}/icons/hicolor/scalable/apps/poedit.svg
  50. %{_datadir}/pixmaps/poedit.png
  51. %{_datadir}/poedit/help
  52. %{_datadir}/poedit/icons
  53. %{_mandir}/man1/poedit.1.gz
  54. %changelog
  55. * Wed Apr 01 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.4.2-1
  56. - new upstream release
  57. * Sun Aug 24 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.3.9-1
  58. - spec in UTF-8; new versioning policy
  59. * Tue Jan 1 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.9-0vl1
  60. - rebuild for VineSeed.
  61. * Tue Jan 1 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.9-0vl0
  62. - initial build for Vine Linux.
  63. * Tue Jan 1 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.9-0vl0
  64. - initial build for Vine Linux.