font-manager-vl.spec 3.5 KB

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