font-manager-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Name: font-manager
  2. Version: 0.5.3
  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. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-,root,root,-)
  41. %doc ChangeLog COPYING TODO README
  42. %{_bindir}/*
  43. %{_libdir}/font-manager/
  44. %{_datadir}/font-manager/
  45. %{_datadir}/applications/font-manager.desktop
  46. %changelog
  47. * Sun May 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.3-1
  48. - new upstream release
  49. * Wed May 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
  50. - new upstream release
  51. - dropt Patch0
  52. - added %{_datadir}/font-manager/ in %files
  53. * Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
  54. - new upstream release
  55. - applied new naming policy to spec
  56. - fixed typo in Japanese description
  57. * Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
  58. - initial build for VineSeed
  59. * Sun Jan 17 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.3-1
  60. - Update to new upstream version
  61. - Remove patches as they are not necessary anymore
  62. - Adjust python optimization
  63. * Wed Jan 6 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-5
  64. - Fix license string
  65. - Fix upstream Makefile to include *.py file with *.pyc and *.pyo
  66. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-4
  67. - Fix permission problem on .desktop file directly with a patch
  68. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-3
  69. - Fix permission problem on .desktop file
  70. - Fix wildcards problem in file section
  71. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-2
  72. - Fix as per the recommendations on bug #551878
  73. * Sat Jan 2 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-1
  74. - Initial build for Fedora