font-manager-vl.spec 4.0 KB

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