font-manager-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. Name: font-manager
  2. Version: 0.5.7
  3. Release: 3%{?_dist_release}
  4. Summary: A font management application for the GNOME desktop environment
  5. Summary(ja): GNOME デスクトップ環境のフォント管理アプリケーション
  6. #BuildArch: noarch
  7. Group: Applications/Publishing
  8. License: GPLv3+
  9. URL: http://code.google.com/p/font-manager
  10. Source0: http://font-manager.googlecode.com/files/%{name}-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Requires: fontconfig libxml2-python pygtk2 pygobject gucharmap file-roller
  13. Requires: pycairo yelp sqlite3
  14. BuildRequires: desktop-file-utils
  15. BuildRequires: python-devel
  16. BuildRequires: fontconfig-devel
  17. BuildRequires: pango-devel
  18. BuildRequires: sqlite3-devel
  19. %description
  20. Font Manager is an application that allows users to easily manage fonts
  21. on their system.
  22. Although designed with the GNOME desktop environment in mind, it should
  23. work well with most major desktop environments such as XFCE,
  24. Enlightenment, and even KDE.
  25. %description -l ja
  26. Font manager はユーザーが簡単に自分のシステム上のフォントを
  27. 管理することができるアプリケーションです。
  28. GNOME デスクトップ環境を念頭において設計していますが、
  29. 著名なデスクトップ環境である XFCE や Enlightment、KDE でも
  30. 十分動くはずです。
  31. %prep
  32. %setup -q
  33. #%patch0 -p1
  34. %build
  35. %configure
  36. make %{?_smp_mflags}
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. make install DESTDIR=$RPM_BUILD_ROOT
  40. desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/font-manager.desktop
  41. desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/font-sampler.desktop
  42. %clean
  43. rm -rf $RPM_BUILD_ROOT
  44. %files
  45. %defattr(-,root,root,-)
  46. %doc ChangeLog COPYING TODO README
  47. %{_bindir}/*
  48. %{_libdir}/font-manager/
  49. %{_datadir}/font-manager/
  50. %{_datadir}/applications/font-manager.desktop
  51. %{_datadir}/applications/font-sampler.desktop
  52. %changelog
  53. * Wed Feb 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.7-3
  54. - rebuilt with python-2.7
  55. * Tue Dec 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.7-2
  56. - add BuildRequires: fontconfig-devel, pango-devel, sqlite3-dvel
  57. - change BuildRequires: python-devel instead of python
  58. * Fri Dec 24 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.7-1
  59. - new upstream release
  60. - changed BuildArch to fail building
  61. - added Requires: pycairo yelp sqlite3
  62. * Tue Aug 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.6-1
  63. - new upstream release
  64. * Fri Jul 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.5-1
  65. - new upstream release
  66. - added font-sampler.desktop
  67. * Mon May 31 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.4-1
  68. - new upstream release
  69. * Sun May 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.3-1
  70. - new upstream release
  71. * Wed May 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
  72. - new upstream release
  73. - dropt Patch0
  74. - added %{_datadir}/font-manager/ in %files
  75. * Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
  76. - new upstream release
  77. - applied new naming policy to spec
  78. - fixed typo in Japanese description
  79. * Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
  80. - initial build for VineSeed
  81. * Sun Jan 17 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.3-1
  82. - Update to new upstream version
  83. - Remove patches as they are not necessary anymore
  84. - Adjust python optimization
  85. * Wed Jan 6 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-5
  86. - Fix license string
  87. - Fix upstream Makefile to include *.py file with *.pyc and *.pyo
  88. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-4
  89. - Fix permission problem on .desktop file directly with a patch
  90. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-3
  91. - Fix permission problem on .desktop file
  92. - Fix wildcards problem in file section
  93. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-2
  94. - Fix as per the recommendations on bug #551878
  95. * Sat Jan 2 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-1
  96. - Initial build for Fedora