font-manager-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. Name: font-manager
  2. Version: 0.4.4
  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}/font-manager
  43. %{_datadir}/font-manager/
  44. %{_datadir}/applications/font-manager.desktop
  45. %changelog
  46. * Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
  47. - new upstream release
  48. - applied new naming policy to spec
  49. - fixed typo in Japanese description
  50. * Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
  51. - initial build for VineSeed
  52. * Sun Jan 17 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.3-1
  53. - Update to new upstream version
  54. - Remove patches as they are not necessary anymore
  55. - Adjust python optimization
  56. * Wed Jan 6 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-5
  57. - Fix license string
  58. - Fix upstream Makefile to include *.py file with *.pyc and *.pyo
  59. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-4
  60. - Fix permission problem on .desktop file directly with a patch
  61. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-3
  62. - Fix permission problem on .desktop file
  63. - Fix wildcards problem in file section
  64. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-2
  65. - Fix as per the recommendations on bug #551878
  66. * Sat Jan 2 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-1
  67. - Initial build for Fedora