font-manager-vl.spec 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. Name: font-manager
  2. Version: 0.4.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. Fint 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. * Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
  47. - initial build for VineSeed
  48. * Sun Jan 17 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.3-1
  49. - Update to new upstream version
  50. - Remove patches as they are not necessary anymore
  51. - Adjust python optimization
  52. * Wed Jan 6 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-5
  53. - Fix license string
  54. - Fix upstream Makefile to include *.py file with *.pyc and *.pyo
  55. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-4
  56. - Fix permission problem on .desktop file directly with a patch
  57. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-3
  58. - Fix permission problem on .desktop file
  59. - Fix wildcards problem in file section
  60. * Sun Jan 3 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-2
  61. - Fix as per the recommendations on bug #551878
  62. * Sat Jan 2 2010 Jean-Francois Saucier <jfsaucier@infoglobe.ca> - 0.4.2-1
  63. - Initial build for Fedora