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