source: projects/specs/trunk/c/chkfontpath/chkfontpath-vl.spec @ 521

Revision 521, 4.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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