]> git.pld-linux.org Git - packages/chkconfig.git/blob - chkconfig.spec
- revsion up to 2,
[packages/chkconfig.git] / chkconfig.spec
1 Summary:        Updates and queries runlevel information for system services
2 Summary(de):    Aktualisiert runlevel-Informationen für Systemdienste und fragt diese ab
3 Summary(fr):    Mises à jour et interrogations des services systèmes
4 Summary(pl):    Narzêdzie do aktualizacji i odpytywania o informacje nt serwisów systemowych
5 Summary(pt_BR): Ferramenta para atualizar e listar serviços do sistema, pelo nível de execução (runlevel)
6 Summary(tr):    Sistem servis bilgilerini sorgular ve yeniler
7 Name:           chkconfig
8 Version:        1.0.5
9 Release:        2
10 Copyright:      GPL
11 Group:          Utilities/System
12 Group(pt_BR):   Utilitários/Sistema
13 Group(pl):      Narzêdzia/System
14 Source:         ftp://ftp.redhat.com/pub/redhat/code/chkconfig/%{name}-%{version}.tar.gz
15 Source1:        chkconfig.pl.po
16 Patch:          chkconfig-opt.patch
17 BuildPrereq:    slang-devel
18 BuildPrereq:    newt-devel
19 BuildRoot:      /tmp/%{name}-%{version}-root
20
21 %description
22 chkconfig provides a simple command-line  tool  for  maintaining  the
23 /etc/rc.d  directory  hierarchy by relieving system administrators of
24 directly manipulating the  numerous symbolic links in that directory.
25
26 %description -l de
27 chkconfig bietet ein einfaches Befehlszeilen-Tool zum Verwalten der
28 Verzeichnishierarchie /etc/rc.d, indem es dem Systemadministrator das direkte
29 Bearbeiten der zahlreichen symbolischen Verknüpfungen in diesem
30 Verzeichnis abnimmt.
31
32 %description -l fr
33 chkconfig offre un outil simple en ligne de commande pour maintenir la
34 hiérarchie du répertoire /etc/rc.d tout en évitant aux administrateurs
35 système de manipuler les différents liens symbolique de ce répertoire.
36
37 %description -l pl
38 Pakiet chkconfig udostêpnia proste narzêdzia do zarz±dzania zawarto¶ci±
39 katalogów w /etc/rc.d
40
41 %description -l pt_BR
42 Chkconfig provê uma ferramenta simples na linha de comando
43 para manter a hierarquia de diretórios /etc/rc.d, aliviando os
44 administradores do sistema da manipulação direta de numerosos
45 links simbólicos.
46
47 %description -l tr
48 Saðladýðý basit bir komut satýrý programý yardýmýyla, /etc/rc.d dizinlerinin
49 yapýsýyla ilgilenerek sistem yöneticilerinin bu dizinlerde bulunan çok
50 sayýdaki simgesel baðlantýyý düzenleme iþini hafifletir.
51
52 %package -n ntsysv
53 Summary:        Full-screen interface for configurating runlevel information
54 Summary(pt_BR): Interface com menus para configuração de informações de níveis de execução
55 Group:          Utilities/System
56 Group(pt_BR):   Utilitários/Sistema
57 Group(pl):      Narzêdzia/System
58 Requires:       %{name} = %{version}
59
60 %description -n ntsysv
61 ntsysv provides a full-screen tool for updating the /etc/rc.d directory
62 hierarchy, which controls the starting and stopping of system services.
63
64 %description -l pl -n ntsysv
65 ntsysv udostêpnia pe³noekranowe narzêdzie do aktualizowania zawarto¶ci
66 katalogów w /etc/rc.d, które kontroluj± startowanie i stopowanie
67 poszczególnych serwisów systemowych.
68
69 %description -l pt_BR -n ntsysv
70 O ntsysv fornece uma ferramenta baseada em menus para atualizar a
71 hierarquia de diretórios /etc/rc.d, que controla a inicialização e a
72 terminação de serviços do sistema.
73
74 %prep
75 %setup -q
76 %patch -p1
77
78 install %{SOURCE1} po/pl.po
79
80 %build
81
82 %ifarch sparc
83 LIBMHACK=-lm
84 %endif
85
86 make \
87         OPTIMIZE="$RPM_OPT_FLAGS" \
88         LIBMHACK="$LIBMHACK"
89
90 %install
91 rm -rf $RPM_BUILD_ROOT
92 install -d $RPM_BUILD_ROOT/etc/rc.d/{init,rc{0,1,2,3,4,5,6}}.d
93
94 make instroot=$RPM_BUILD_ROOT install
95
96 gzip -9nf $RPM_BUILD_ROOT/usr/man/man8/*
97
98 %clean
99 rm -rf $RPM_BUILD_ROOT
100
101 %files
102 %defattr(644,root,root,755)
103 %attr(755,root,root) /sbin/chkconfig
104
105 %lang(cs)     /usr/share/locale/cs/LC_MESSAGES/chkconfig.mo
106 %lang(da)     /usr/share/locale/da/LC_MESSAGES/chkconfig.mo
107 %lang(de)     /usr/share/locale/de/LC_MESSAGES/chkconfig.mo
108 %lang(en_RN)  /usr/share/locale/en_RN/LC_MESSAGES/chkconfig.mo
109 %lang(et)     /usr/share/locale/et/LC_MESSAGES/chkconfig.mo
110 %lang(fi)     /usr/share/locale/fi/LC_MESSAGES/chkconfig.mo
111 %lang(fr)     /usr/share/locale/fr/LC_MESSAGES/chkconfig.mo
112 %lang(hu)     /usr/share/locale/hu/LC_MESSAGES/chkconfig.mo
113 %lang(in)     /usr/share/locale/in/LC_MESSAGES/chkconfig.mo
114 %lang(in_ID)  /usr/share/locale/in_ID/LC_MESSAGES/chkconfig.mo
115 %lang(no)     /usr/share/locale/no/LC_MESSAGES/chkconfig.mo
116 %lang(pl)     /usr/share/locale/pl/LC_MESSAGES/chkconfig.mo
117 %lang(pt_BR)  /usr/share/locale/pt_BR/LC_MESSAGES/chkconfig.mo
118 %lang(ro)     /usr/share/locale/ro/LC_MESSAGES/chkconfig.mo
119 %lang(ru)     /usr/share/locale/ru/LC_MESSAGES/chkconfig.mo
120 %lang(sk)     /usr/share/locale/sk/LC_MESSAGES/chkconfig.mo
121 %lang(sr)     /usr/share/locale/sr/LC_MESSAGES/chkconfig.mo
122 %lang(tr)     /usr/share/locale/tr/LC_MESSAGES/chkconfig.mo
123
124 /usr/man/man8/chkconfig.8*
125
126 %dir /etc/rc.d
127 %dir /etc/rc.d/*
128
129 %files -n ntsysv
130 %defattr(644,root,root,755)
131 %attr(755,root,root) /usr/sbin/ntsysv
132 /usr/man/man8/ntsysv.8*
133
134 %changelog
135 * Wed Apr 21 1999 Piotr Czerwiñski <pius@pld.org.pl>
136   [1.0.5-1]
137 - updated to 1.0.5,
138 - removed man group from man pages,
139 - added %defattr description in %files -n ntsysv,
140 - replacements in %files,
141 - added gzipping man pages,
142 - added %dir macros,
143 - fixed Requires in ntsysv,
144 - cosmetic changes,
145 - recompiled on rpm 3.
146
147 * Tue Jan 26 1999 Micha³ Kuratczyk <kurkens@polbox.com>
148   [0.9.5-3]
149 - fixed pl translation,
150 - added "Group(pl)",
151 - cosmetics changes in %%files.
152
153 * Thu Oct 15 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
154   [0.9.5-2]
155 - added -q %setup parameter,
156 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
157 - added using %%{name} and %%{version} in Source,
158 - added %lang macros for files /usr/share/locale/*/LC_MESSAGES/chkconfig.mo
159 - added pl translation,
160 - fiew simplification in %files and %install,
161 - added "Requires: chkconfig = %%{version}" for ntsysv,
162 - added full %attr description in %files.
163
164 * Thu Oct 08 1998 Cristian Gafton <gafton@redhat.com>
165 - updated czech translation (and use cs instead of cz)
166
167 * Tue Sep 22 1998 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
168 - added pt_BR translations
169 - added more translatable strings
170 - support for i18n init.d scripts description
171
172 * Sun Aug 02 1998 Erik Troan <ewt@redhat.com>
173 - built against newt 0.30
174 - split ntsysv into a separate package
175
176 * Thu May 07 1998 Erik Troan <ewt@redhat.com>
177 - added numerous translations
178
179 * Mon Mar 23 1998 Erik Troan <ewt@redhat.com>
180 - added i18n support
181
182 * Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
183 - added --back
This page took 0.068689 seconds and 4 git commands to generate.