source: projects/specs/branches/6/c/chkfontpath/chkfontpath-vl.spec @ 6356

Revision 6356, 4.4 KB checked in by Takemikaduchi, 12 years ago (diff)

adjtimex,coriander,corosync,cproto,cscope,dbmail,dcraw: new upstream release
others: rebuild

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