font-manager-vl.spec 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. Name: font-manager
  2. Version: 0.5.7
  3. Release: 4%{?_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: 1001-gcc47.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. * Sat May 31 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.7-4
  55. - added Patch0 to fix build error from Debian
  56. * Wed Feb 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.7-3
  57. - rebuilt with python-2.7
  58. * Tue Dec 28 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.7-2
  59. - add BuildRequires: fontconfig-devel, pango-devel, sqlite3-dvel
  60. - change BuildRequires: python-devel instead of python
  61. * Fri Dec 24 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.7-1
  62. - new upstream release
  63. - changed BuildArch to fail building
  64. - added Requires: pycairo yelp sqlite3
  65. * Tue Aug 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.6-1
  66. - new upstream release
  67. * Fri Jul 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.5-1
  68. - new upstream release
  69. - added font-sampler.desktop
  70. * Mon May 31 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.4-1
  71. - new upstream release
  72. * Sun May 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.3-1
  73. - new upstream release
  74. * Wed May 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
  75. - new upstream release
  76. - dropt Patch0
  77. - added %{_datadir}/font-manager/ in %files
  78. * Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
  79. - new upstream release
  80. - applied new naming policy to spec
  81. - fixed typo in Japanese description
  82. * Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
  83. - initial build for VineSeed
  84. * Sun Jan 17 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.3-1
  85. - Update to new upstream version
  86. - Remove patches as they are not necessary anymore
  87. - Adjust python optimization
  88. * Wed Jan 6 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-5
  89. - Fix license string
  90. - Fix upstream Makefile to include *.py file with *.pyc and *.pyo
  91. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-4
  92. - Fix permission problem on .desktop file directly with a patch
  93. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-3
  94. - Fix permission problem on .desktop file
  95. - Fix wildcards problem in file section
  96. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-2
  97. - Fix as per the recommendations on bug #551878
  98. * Sat Jan 2 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-1
  99. - Initial build for Fedora