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