source: projects/specs/trunk/c/chkconfig/chkconfig-vl.spec @ 12335

Revision 12335, 11.4 KB checked in by tomop, 4 years ago (diff)

updated 14 packages

chkconfig-1.3.61-3

diffutils-3.7-1

findutils-4.7.0-1

libmpc-1.1.0-1

libuser-0.62-1

libutempter-1.1.6-2

mpfr-4.0.2-1

mpfr3-3.1.6-1

psmisc-23.2-1

sed-4.8-1

shadow-utils-4.8-1

tcsh-6.22.02-1

texinfo-6.7-1

usermode-1.109-2

Line 
1Summary: A system tool for maintaining the /etc/rc*.d hierarchy.
2Summary(ja): /etc/rc.d の階層をメンテナンスするためのシステムツール
3Name: chkconfig
4Version: 1.3.61
5Release: 3%{?_dist_release}
6Group: System Environment/Base
7Vendor: Project Vine
8Distribution: Vine Linux
9
10License: GPL
11Source: %{name}-%{version}.tar.bz2
12Source2: chkconfig.8
13Source3: ntsysv.8
14Source4: update-alternatives.ja.8
15Patch1: chkconfig-1.3.51-vine.patch
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildRequires: newt-devel
18BuildRequires: popt-devel
19Conflicts: initscripts <= 5.30-1
20
21%description
22Chkconfig is a basic system utility.  It updates and queries runlevel
23information for system services.  Chkconfig manipulates the numerous
24symbolic links in /etc/rc.d, to relieve system administrators of some
25of the drudgery of manually editing the symbolic links.
26
27%description -l ja
28chkconfig は基本的なシステムユーティリティである。これはシステムサービスの
29runlevel の情報をアップデートや検証する。chkconfig は /etc/rc.d の
30多数のシンボリックリンクを操作しますので、システム管理者は手動で
31シンボリックリンクをたびたびエディットしなくてもよい。
32
33%package -n ntsysv
34Summary: A tool to set the stop/start of system services in a runlevel.
35Summary(ja): /etc/rc.d 階階層をメンテナンスするシステムツール
36Group: System Environment/Base
37
38%description -n ntsysv
39Ntsysv provides a simple interface for setting which system services
40are started or stopped in various runlevels (instead of directly
41manipulating the numerous symbolic links in /etc/rc.d). Unless you
42specify a runlevel or runlevels on the command line (see the man
43page), ntsysv configures the current runlevel (5 if you're using X).
44
45%description -n ntsysv -l ja
46ntsysv はシステムサービスの runlevel の情報をアップデートや検証する。
47ntsysv は システム管理者が直接/etc/rc.d の多数のシンボリックリンクを
48操作することから解放する。
49
50%package -n alternatives
51Summary: maintain symbolic links determining default commands (from Debian dpkg utilities)
52Summary(ja): コマンドのシンボリックリンクを管理する (Debian dpkg ユーティリティーより)
53Group: System Environment/Base
54
55%description -n alternatives
56maintain symbolic links determining default commands (from Debian dpkg utilities)
57
58%description -n alternatives -l ja
59コマンドのシンボリックリンクを管理する (Debian dpkg ユーティリティーより)
60
61
62%prep
63%setup -q
64%patch1 -p1
65
66%build
67
68%ifarch sparc
69LIBMHACK=-lm
70%endif
71
72%__make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LIBMHACK=$LIBMHACK
73
74%install
75rm -rf $RPM_BUILD_ROOT
76%__make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} SBINDIR=%{_sbindir} install
77
78mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
79ln -s rc.d/init.d $RPM_BUILD_ROOT/etc/init.d
80for n in 0 1 2 3 4 5 6; do
81    mkdir -p $RPM_BUILD_ROOT/etc/rc.d/rc${n}.d
82    ln -s rc.d/rc${n}.d $RPM_BUILD_ROOT/etc/rc${n}.d
83done
84
85mkdir -p $RPM_BUILD_ROOT%{_mandir}/ja/man8
86cp %SOURCE2 %SOURCE3 $RPM_BUILD_ROOT%{_mandir}/ja/man8
87
88# alternatives
89mv -f $RPM_BUILD_ROOT/%{_sbindir}/*alternatives $RPM_BUILD_ROOT/%{_syssbindir}
90mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/alternatives
91mkdir -p $RPM_BUILD_ROOT/var/lib/rpm/alternatives
92install -m644 %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/ja/man8/alternatives.8
93ln -sf alternatives.8.gz $RPM_BUILD_ROOT%{_mandir}/ja/man8/update-alternatives.8.gz
94
95# create compat symlinks
96mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
97for i in alternatives update-alternatives chkconfig
98do
99  ln -sf /sbin/$i $RPM_BUILD_ROOT/%{_sbindir}/$i
100done
101
102%clean
103rm -rf $RPM_BUILD_ROOT
104
105%files
106%defattr(-,root,root)
107/sbin/chkconfig
108%{_sbindir}/chkconfig
109/etc/init.d
110/etc/rc.d/init.d
111/etc/rc[0-6].d
112/etc/rc.d/rc[0-6].d
113%{_mandir}/*/chkconfig*
114%{_mandir}/ja/*/chkconfig*
115%{_localedir}/*/LC_MESSAGES/chkconfig.mo
116
117%files -n ntsysv
118%defattr(-,root,root)
119%{_sbindir}/ntsysv
120%{_mandir}/*/ntsysv.8*
121%{_mandir}/ja/*/ntsysv.8*
122
123%files -n alternatives
124%defattr (-, root, root)
125/sbin/alternatives
126/sbin/update-alternatives
127%{_sbindir}/alternatives
128%{_sbindir}/update-alternatives
129%{_sysconfdir}/alternatives
130%{_mandir}/man8/*
131%{_mandir}/ja/man8/*
132/var/lib/rpm/alternatives
133
134
135%changelog
136* Wed Mar 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.61-3
137- rebuilt with current environment.
138
139* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.61-2
140- rebuild with VineSeed environment
141
142* Wed Nov 13 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.61-1
143- update to 1.3.61
144- create compat symlinks in %%{_sbindir}
145
146* Thu Jun 06 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.60-1
147- update to 1.3.60
148
149* Tue Jun 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.51-2
150- change BuildRequires: popt-devel intead of popt
151
152* Fri Apr 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.51-1
153- new upstream release
154- enable fedora version of alternatives
155  - add alternatives subpackage, replace debian's alternatives
156
157* Tue Aug 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.37-1
158- new upstream release
159
160* Sun Jul 27 2008 Shu KONNO <owa@bg.wakwak.com> 1.3.34-1vl5
161- applied new versioning policy and spec in utf-8
162
163* Fri May 04 2007 NAKAMURA Kenta <kenta@vinelinux.org> 1.3.34-0vl2
164- dropped obsoleted Makefile.x86_64.patch
165
166* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.34-0vl1
167- new upstream release
168
169* Thu Jul 06 2006 Shu KONNO <owa@bg.wakwak.com> 1.2.17-1vl9
170- add Makefile.x86_64.patch
171
172* Wed May 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.17-1vl8
173- add Patch10 to skip xinetd parsing if not exist.
174
175* Sat Apr 10 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.2.17-1vl7
176- rebuild
177
178* Thu Sep 06 2001 akira yamada <akira@vinelinux.org> 1.2.17-1vl6
179- Requires -> Conflicts.
180  apt-0.3.19.cnc.52-3vl1 can handle Conflicts-field nicely, so
181  Conflicts/Pre-Depends-loop does not happen.
182
183* Sun Sep 02 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.2.17-1vl5
184- Oops not PreReq but Requires. Fixed.
185
186* Sun Sep 02 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.2.17-1vl4
187- change Conflicts: initscripts <= 5.30-1 to PreReq: initscripts > 5.30-1
188  to avoid Conflicts/Pre-Depends loop on apt
189
190* Thu Jun 28 2001 MATUBARA Kazuyuki <matubara@mb.asmnet.ne.jp>
191- 1.2.17-1vl3
192- change checkbox color
193
194* Mon Jun 11 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
195- 1.2.17-1vl2
196- rebuilt for VineSeed
197
198* Sun Dec 10 2000 Jun Nishii <jun@vinelinux.org>
199- 1.2.17-1vl1
200
201* Wed Oct 18 2000 Bill Nottingham <notting@redhat.com>
202- ignore .rpmnew files (#18915)
203- fix typo in error message (#17575)
204
205* Wed Aug 30 2000 Nalin Dahyabhai <nalin@redhat.com>
206- make xinetd config files mode 0644, not 644
207
208* Thu Aug 24 2000 Erik Troan <ewt@redhat.com>
209- updated it and es translations
210
211* Sun Aug 20 2000 Bill Nottingham <notting@redhat.com>
212- get man pages in proper packages
213
214* Sun Aug 20 2000 Matt Wilson <msw@redhat.com>
215- new translations
216
217* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
218- don't worry about extra whitespace on chkconfig: lines (#16150)
219
220* Thu Aug 10 2000 Trond Eivind Glomsr <teg@redhat.com>
221- i18n merge
222
223* Wed Jul 26 2000 Matt Wilson <msw@redhat.com>
224- new translations for de fr it es
225
226* Tue Jul 25 2000 Bill Nottingham <notting@redhat.com>
227- change prereqs
228
229* Sun Jul 23 2000 Bill Nottingham <notting@redhat.com>
230- fix ntsysv's handling of xinetd/init files with the same name
231
232* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
233- fix segv when reading malformed files
234
235* Wed Jul 19 2000 Bill Nottingham <notting@redhat.com>
236- put links, rc[0-6].d dirs back, those are necessary
237
238* Tue Jul 18 2000 Bill Nottingham <notting@redhat.com>
239- add quick hack support for reading descriptions from xinetd files
240
241* Mon Jul 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
242- don't own the /etc/rc[0-6].d symlinks; they're owned by initscripts
243
244* Sat Jul 15 2000 Matt Wilson <msw@redhat.com>
245- move back to old file layout
246
247* Thu Jul 13 2000 Preston Brown <pbrown@redhat.com>
248- bump copyright date
249
250* Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
251- no %pre today. Maybe tomorrow.
252
253* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
254- put initscripts %pre here too
255
256* Mon Jul  3 2000 Bill Nottingham <notting@redhat.com>
257- oops, if we don't prereq initscripts, we *need* to own /etc/rc[0-6].d
258
259* Sun Jul  2 2000 Bill Nottingham <notting@redhat.com>
260- add xinetd support
261
262* Tue Jun 27 2000 Matt Wilson <msw@redhat.com>
263- changed Prereq: initscripts >= 5.18 to Conflicts: initscripts < 5.18
264- fixed sumary and description where a global string replace nuked them
265
266* Mon Jun 26 2000 Matt Wilson <msw@redhat.com>
267- what Bill said, but actually build this version
268
269* Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
270- don't own /etc/rc.*
271
272* Fri Feb 11 2000 Bill Nottingham <notting@redhat.com>
273- typo in man page
274
275* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
276- fix description
277
278* Wed Jan 12 2000 Bill Nottingham <notting@redhat.com>
279- link chkconfig statically against popt
280
281* Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
282- fix querying alternate levels
283
284* Mon Aug 23 1999 Jeff Johnson <jbj@redhat.com>
285- don't use strchr to skip unwanted files, look at extension instead (#4166).
286
287* Thu Aug  5 1999 Bill Nottingham <notting@redhat.com>
288- fix --help, --verson
289
290* Mon Aug  2 1999 Matt Wilson <msw@redhat.com>
291- rebuilt ntsysv against newt 0.50
292
293* Mon Aug  2 1999 Jeff Johnson <jbj@redhat.com>
294- fix i18n problem in usage message (#4233).
295- add --help and --version.
296
297* Mon Apr 19 1999 Cristian Gafton <gafton@redhat.com>
298- release for Red Hat 6.0
299
300* Thu Apr  8 1999 Matt Wilson <msw@redhat.com>
301- added support for a "hide: true" tag in initscripts that will make
302  services not appear in ntsysv when run with the "--hide" flag
303
304* Thu Apr  1 1999 Matt Wilson <msw@redhat.com>
305- added --hide flag for ntsysv that allows you to hide a service from the
306  user.
307
308* Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
309- fix glob, once and for all. Really. We mean it.
310
311* Thu Mar 18 1999 Bill Nottingham <notting@redhat.com>
312- revert fix for services@levels, it's broken
313- change default to only edit the current runlevel
314
315* Mon Mar 15 1999 Bill Nottingham <notting@redhat.com>
316- don't remove scripts that don't support chkconfig
317
318* Tue Mar 09 1999 Erik Troan <ewt@redhat.com>
319- made glob a bit more specific so xinetd and inetd don't cause improper matches
320
321* Thu Feb 18 1999 Matt Wilson <msw@redhat.com>
322- removed debugging output when starting ntsysv
323
324* Thu Feb 18 1999 Preston Brown <pbrown@redhat.com>
325- fixed globbing error
326- fixed ntsysv running services not at their specified levels.
327
328* Tue Feb 16 1999 Matt Wilson <msw@redhat.com>
329- print the value of errno on glob failures.
330
331* Sun Jan 10 1999 Matt Wilson <msw@redhat.com>
332- rebuilt for newt 0.40 (ntsysv)
333
334* Tue Dec 15 1998 Jeff Johnson <jbj@redhat.com>
335- add ru.po.
336
337* Thu Oct 22 1998 Bill Nottingham <notting@redhat.com>
338- build for Raw Hide (slang-1.2.2)
339
340* Wed Oct 14 1998 Cristian Gafton <gafton@redhat.com>
341- translation updates
342
343* Thu Oct 08 1998 Cristian Gafton <gafton@redhat.com>
344- updated czech translation (and use cs instead of cz)
345
346* Tue Sep 22 1998 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
347- added pt_BR translations
348- added more translatable strings
349- support for i18n init.d scripts description
350
351* Sun Aug 02 1998 Erik Troan <ewt@redhat.com>
352- built against newt 0.30
353- split ntsysv into a separate package
354
355* Thu May 07 1998 Erik Troan <ewt@redhat.com>
356- added numerous translations
357
358* Mon Mar 23 1998 Erik Troan <ewt@redhat.com>
359- added i18n support
360
361* Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
362- added --back
Note: See TracBrowser for help on using the repository browser.