]> git.pld-linux.org Git - packages/chkconfig.git/blob - chkconfig.spec
- added polish locale
[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:        1
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(de)     /usr/share/locale/de/LC_MESSAGES/chkconfig.mo
107 %lang(en)     /usr/share/locale/en*/LC_MESSAGES/chkconfig.mo
108 %lang(fr)     /usr/share/locale/fr/LC_MESSAGES/chkconfig.mo
109 %lang(no)     /usr/share/locale/no/LC_MESSAGES/chkconfig.mo
110 %lang(pl)     /usr/share/locale/pl/LC_MESSAGES/chkconfig.mo
111 %lang(pt_BR)  /usr/share/locale/pt_BR/LC_MESSAGES/chkconfig.mo
112 %lang(ro)     /usr/share/locale/ro/LC_MESSAGES/chkconfig.mo
113 %lang(sk)     /usr/share/locale/sk/LC_MESSAGES/chkconfig.mo
114 %lang(sr)     /usr/share/locale/sr/LC_MESSAGES/chkconfig.mo
115 %lang(tr)     /usr/share/locale/tr/LC_MESSAGES/chkconfig.mo
116
117 /usr/man/man8/chkconfig.8*
118
119 %dir /etc/rc.d
120 %dir /etc/rc.d/*
121
122 %files -n ntsysv
123 %defattr(644,root,root,755)
124 %attr(755,root,root) /usr/sbin/ntsysv
125 /usr/man/man8/ntsysv.8*
126
127 %changelog
128 * Wed Apr 21 1999 Piotr Czerwiñski <pius@pld.org.pl>
129   [1.0.5-1]
130 - updated to 1.0.5,
131 - removed man group from man pages,
132 - added %defattr description in %files -n ntsysv,
133 - replacements in %files,
134 - added gzipping man pages,
135 - added %dir macros,
136 - fixed Requires in ntsysv,
137 - cosmetic changes,
138 - recompiled on rpm 3.
139
140 * Tue Jan 26 1999 Micha³ Kuratczyk <kurkens@polbox.com>
141   [0.9.5-3]
142 - fixed pl translation,
143 - added "Group(pl)",
144 - cosmetics changes in %%files.
145
146 * Thu Oct 15 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
147   [0.9.5-2]
148 - added -q %setup parameter,
149 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
150 - added using %%{name} and %%{version} in Source,
151 - added %lang macros for files /usr/share/locale/*/LC_MESSAGES/chkconfig.mo
152 - added pl translation,
153 - fiew simplification in %files and %install,
154 - added "Requires: chkconfig = %%{version}" for ntsysv,
155 - added full %attr description in %files.
156
157 * Thu Oct 08 1998 Cristian Gafton <gafton@redhat.com>
158 - updated czech translation (and use cs instead of cz)
159
160 * Tue Sep 22 1998 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
161 - added pt_BR translations
162 - added more translatable strings
163 - support for i18n init.d scripts description
164
165 * Sun Aug 02 1998 Erik Troan <ewt@redhat.com>
166 - built against newt 0.30
167 - split ntsysv into a separate package
168
169 * Thu May 07 1998 Erik Troan <ewt@redhat.com>
170 - added numerous translations
171
172 * Mon Mar 23 1998 Erik Troan <ewt@redhat.com>
173 - added i18n support
174
175 * Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
176 - added --back
This page took 0.079993 seconds and 4 git commands to generate.