]> git.pld-linux.org Git - packages/chkconfig.git/blob - chkconfig.spec
- cosmetic changes for common l&f.
[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:        0.9.5
9 Release:        3
10 Copyright:      GPL
11 Group:          Utilities/System
12 Group(pt):      Utilitários/Sistema
13 Group(pl_BR):   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:       chkconfig = %{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 RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LIBMHACK=$LIBMHACK
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83 install -d $RPM_BUILD_ROOT/etc/rc.d/rc{0,1,2,3,4,5,6}.d
84
85 make instroot=$RPM_BUILD_ROOT install
86
87 %clean
88 rm -rf $RPM_BUILD_ROOT
89
90 %files
91 %defattr(644, root, root, 755)
92 %attr(755, root, root) /sbin/chkconfig
93 %attr(644, root,  man) /usr/man/man8/*
94 /etc/rc.d
95 %lang(cs)     /usr/share/locale/cs/LC_MESSAGES/chkconfig.mo
96 %lang(de)     /usr/share/locale/de/LC_MESSAGES/chkconfig.mo
97 %lang(en)     /usr/share/locale/en*/LC_MESSAGES/chkconfig.mo
98 %lang(fr)     /usr/share/locale/fr/LC_MESSAGES/chkconfig.mo
99 %lang(no)     /usr/share/locale/no/LC_MESSAGES/chkconfig.mo
100 %lang(pt_BR)  /usr/share/locale/pt_BR/LC_MESSAGES/chkconfig.mo
101 %lang(ro)     /usr/share/locale/ro/LC_MESSAGES/chkconfig.mo
102 %lang(sk)     /usr/share/locale/sk/LC_MESSAGES/chkconfig.mo
103 %lang(sr)     /usr/share/locale/sr/LC_MESSAGES/chkconfig.mo
104 %lang(tr)     /usr/share/locale/tr/LC_MESSAGES/chkconfig.mo
105
106 %files -n ntsysv
107 %attr(755, root, root) /usr/sbin/ntsysv
108 %attr(644, root,  man) /usr/man/man8/*
109
110 %changelog
111 * Tue Jan 26 1999 Micha³ Kuratczyk <kurkens@polbox.com>
112   [0.9.5-3]
113 - fixed pl translation,
114 - added "Group(pl)",
115 - cosmetics changes in %%files.
116
117 * Thu Oct 15 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
118   [0.9.5-2]
119 - added -q %setup parameter,
120 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
121 - added using %%{name} and %%{version} in Source,
122 - added %lang macros for files /usr/share/locale/*/LC_MESSAGES/chkconfig.mo
123 - added pl translation,
124 - fiew simplification in %files and %install,
125 - added "Requires: chkconfig = %%{version}" for ntsysv,
126 - added full %attr description in %files.
127
128 * Thu Oct 08 1998 Cristian Gafton <gafton@redhat.com>
129 - updated czech translation (and use cs instead of cz)
130
131 * Tue Sep 22 1998 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
132 - added pt_BR translations
133 - added more translatable strings
134 - support for i18n init.d scripts description
135
136 * Sun Aug 02 1998 Erik Troan <ewt@redhat.com>
137 - built against newt 0.30
138 - split ntsysv into a separate package
139
140 * Thu May 07 1998 Erik Troan <ewt@redhat.com>
141 - added numerous translations
142
143 * Mon Mar 23 1998 Erik Troan <ewt@redhat.com>
144 - added i18n support
145
146 * Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
147 - added --back
This page took 0.075805 seconds and 4 git commands to generate.