chkfontpath-vl.spec 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. Summary: Simple interface for editing the font path for the X font server.
  2. Summary(ja): X フォントサーバのフォントパスを編集するインタフェース
  3. Name: chkfontpath
  4. Version: 1.10.1
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: System Environment/Base
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. Source: %{name}-%{version}.tar.gz
  10. Requires: XOrg-xfs
  11. %description
  12. This is a simple terminal mode program for configuring the directories
  13. in the X font server's path. It is mostly intended to be used
  14. `internally' by RPM when packages with fonts are added or removed, but
  15. it may be useful as a stand-alone utility in some instances.
  16. %description -l ja
  17. これはターミナルモードで動作するシンプルなプログラムで,X フォントサーバの
  18. パスを設定するのに使います.実際には,フォントパッケージが追加/削除された
  19. 時に RPM により「内部的に」利用されることを意図していますが,このツールを
  20. 単体で利用しても便利なことがあるでしょう.
  21. %prep
  22. %setup -q
  23. %build
  24. make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
  25. %install
  26. make INSTROOT=$RPM_BUILD_ROOT BINDIR=%{_sbindir} MANDIR=%{_mandir} install
  27. %clean
  28. rm -rf $RPM_BUILD_ROOT
  29. %files
  30. %defattr(-,root,root)
  31. %{_sbindir}/*
  32. %{_mandir}/man8/*
  33. %changelog
  34. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.10.1-1vl5
  35. - applied new versioning policy, spec in utf-8
  36. * Thu Aug 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.10.1-1vl1
  37. - source update
  38. - s/Copyright/License/
  39. - add Requires: XOrg-xfs
  40. * Wed Dec 24 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.9.10-2vl1
  41. - source update
  42. * Sun Nov 18 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.6-0vl1
  43. - remove unneeded Prereq
  44. * Wed May 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  45. - 1.9.5-1vl1
  46. - rebuilt for Vine Linux
  47. - added Japanese summary and description
  48. * Thu Jan 18 2001 Preston Brown <pbrown@redhat.com>
  49. - document missing arguments (#24055) in man page
  50. - use popt to generate help text for the program
  51. * Thu Jan 18 2001 Nalin Dahyabhai <nalin@redhat.com>
  52. - #ifdef out some debugging code (#24054)
  53. - do a setlocale() before using ctype functions
  54. * Fri Jan 12 2001 Preston Brown <pbrown@redhat.com>
  55. - fixed up handling of catalogue line in situations where there is no
  56. path listed on the first line (#10128)
  57. - fixed up handling when adding a directory to empty font path (#11108)
  58. - use fputs where more correct (#14286)
  59. * Tue Jul 4 2000 Matt Wilson <msw@redhat.com>
  60. - Prereq: XFree86-xfs to insure that it gets installed before
  61. chkfontpath is. This should promote XFree86-xfs to be installed
  62. before any package that has a Prereq: on chkfontpath
  63. - Prereq: /sbin/pidof (even though a Requires: should be sufficient)
  64. * Mon Jun 12 2000 Preston Brown <pbrown@redhat.com>
  65. - FHS macros
  66. * Wed May 17 2000 Matt Wilson <msw@redhat.com>
  67. - rebuilt to get rid of broken deps
  68. * Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
  69. - rebuild to gzip man page, update description.
  70. * Mon Oct 18 1999 Preston Brown <pbrown@redhat.com>
  71. - patches from JJ understand :unscaled automatically, no longer necessary
  72. to specify manually on the cmd line
  73. - tries to keep specific font groups together much harder.
  74. * Mon Sep 27 1999 Preston Brown <pbrown@redhat.com>
  75. - incorporated patches to deal with :unscaled font dir entries, and
  76. add a --first flag to add the path at the beginning instead of the end.
  77. - minor cleanups
  78. * Fri Aug 15 1999 Preston Brown <pbrown@redhat.com>
  79. - fixed up basename
  80. - default to list, not help
  81. - if trailing slash '/' is appended to paths given, strip it off
  82. * Wed Apr 14 1999 Preston Brown <pbrown@redhat.com>
  83. - preserve permissions on config file
  84. * Thu Apr 07 1999 Preston Brown <pbrown@redhat.com>
  85. - if /proc isn't mounted, don't do a killall
  86. * Tue Mar 30 1999 Preston Brown <pbrown@redhat.com>
  87. - don't use psmisc, use pidof from SysVinit
  88. * Fri Mar 12 1999 Preston Brown <pbrown@redhat.com>
  89. - made psmisc a requirement.
  90. * Tue Mar 09 1999 Preston Brown <pbrown@redhat.com>
  91. - added "quiet" option.
  92. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  93. - injected new group / description.
  94. * Tue Feb 16 1999 Preston Brown <pbrown@redhat.com>
  95. - important fix - kill font server with USR1 instead of HUP.
  96. * Mon Feb 15 1999 Preston Brown <pbrown@redhat.com>
  97. - initial spec file