font-manager-vl.spec 3.7 KB

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