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