]> git.pld-linux.org Git - packages/chkconfig.git/blame_incremental - chkconfig.spec
unbreak systemd-sysv-install symlink; rel 2
[packages/chkconfig.git] / chkconfig.spec
... / ...
CommitLineData
1Summary: Updates and queries runlevel information for system services
2Summary(de.UTF-8): Aktualisiert runlevel-Informationen für Systemdienste und fragt diese ab
3Summary(es.UTF-8): Herramienta para actualizar y listar servicios del sistema, por nivel de ejecución (runlevel)
4Summary(fr.UTF-8): Mises à jour et interrogations des services systèmes
5Summary(ja.UTF-8): /etc/rc.d の階層をメンテナンスするためのシステムツール
6Summary(pl.UTF-8): Narzędzie do aktualizacji i odpytywania o informacje nt serwisów systemowych
7Summary(pt.UTF-8): Ferramenta para atualizar e listar serviços do sistema, pelo nível de execução (runlevel)
8Summary(ru.UTF-8): Системная утилита для управления иерархией /etc/rc.d
9Summary(tr.UTF-8): Sistem servis bilgilerini sorgular ve yeniler
10Summary(uk.UTF-8): Системна утиліта для керування ієрархією /etc/rc.d
11Name: chkconfig
12Version: 1.25
13Release: 2
14Epoch: 2
15License: GPL v2
16Group: Applications/System
17#Source0Download: https://github.com/fedora-sysv/chkconfig/releases
18Source0: https://github.com/fedora-sysv/chkconfig/archive/%{version}/%{name}-%{version}.tar.gz
19# Source0-md5: 12a7b241ba7d3730b9dc389115be50ee
20Patch0: %{name}-add.patch
21Patch1: %{name}-noxinet.patch
22Patch2: %{name}-rc.d.patch
23Patch3: %{name}-optflags.patch
24Patch4: %{name}-pl.patch
25Patch5: %{name}-split-usr.patch
26URL: https://github.com/fedora-sysv/chkconfig
27BuildRequires: gettext-tools
28BuildRequires: libselinux-devel
29BuildRequires: newt-devel
30BuildRequires: popt-devel
31Requires: rc-scripts
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description
35chkconfig provides a simple command-line tool for maintaining the
36/etc/rc.d directory hierarchy by relieving system administrators of
37directly manipulating the numerous symbolic links in that directory.
38
39%description -l de.UTF-8
40chkconfig bietet ein einfaches Befehlszeilen-Tool zum Verwalten der
41Verzeichnishierarchie /etc/rc.d, indem es dem Systemadministrator das
42direkte Bearbeiten der zahlreichen symbolischen Verknüpfungen in
43diesem Verzeichnis abnimmt.
44
45%description -l es.UTF-8
46Chkconfig provee una herramienta sencilla en la línea de comando para
47mantener la jerarquía de directorios /etc/rc.d, atenuando los
48administradores del sistema del manejo directo de numerosos links
49simbólicos.
50
51%description -l fr.UTF-8
52chkconfig offre un outil simple en ligne de commande pour maintenir la
53hiérarchie du répertoire /etc/rc.d tout en évitant aux administrateurs
54système de manipuler les différents liens symbolique de ce répertoire.
55
56%description -l ja.UTF-8
57chkconfig
58は基本的なシステムユーティリティである。これはシステムサービスの
59runlevel の情報をアップデートや検証する。chkconfig は /etc/rc.d の
60多数のシンボリックリンクを操作しますので、システム管理者は手動で
61シンボリックリンクをたびたびエディットしなくてもよい。
62
63%description -l pl.UTF-8
64Pakiet chkconfig udostępnia proste narzędzia do zarządzania
65zawartością katalogów w /etc/rc.d .
66
67%description -l pt_BR.UTF-8
68Chkconfig provê uma ferramenta simples na linha de comando para manter
69a hierarquia de diretórios /etc/rc.d, aliviando os administradores do
70sistema da manipulação direta de numerosos links simbólicos.
71
72%description -l ru.UTF-8
73chkconfig - это простая утилита командной строки, предназначенная для
74управления иерархией /etc/rc.d, освобождающая системного
75администратора от необходимости вручную создавать/удалять
76многочисленные симлинки в этом каталоге.
77
78%description -l tr.UTF-8
79Sağladığı basit bir komut satırı programı yardımıyla, /etc/rc.d
80dizinlerinin yapısıyla ilgilenerek sistem yöneticilerinin bu
81dizinlerde bulunan çok sayıdaki simgesel bağlantıyı düzenleme işini
82hafifletir.
83
84%description -l uk.UTF-8
85chkconfig - це проста утиліта командного рядка, призначена для
86керування ієрархією /etc/rc.d, яка звільняє системного адміністратора
87від необхідності вручну створювати/видаляти численні символьні
88посилання в цьому каталозі.
89
90%package -n ntsysv
91Summary: Full-screen interface for configurating runlevel information
92Summary(es.UTF-8): Interface con menús para configuración de información de niveles de ejecución
93Summary(ja.UTF-8): /etc/rc.d 階階層をメンテナンスするシステムツール
94Summary(pl.UTF-8): Pełnoekranowy interfejs do wybierania działających usług systemowych
95Summary(pt.UTF-8): Interface com menus para configuração de informações de níveis de execução
96Summary(ru.UTF-8): Полноэкранный интерфейс для настройки уровней исполнения
97Summary(uk.UTF-8): Повноекранний інтерфейс для налагодження рівнів виконання
98Group: Applications/System
99Requires: %{name} = %{epoch}:%{version}-%{release}
100
101%description -n ntsysv
102ntsysv provides a full-screen tool for updating the /etc/rc.d
103directory hierarchy, which controls the starting and stopping of
104system services.
105
106%description -n ntsysv -l es.UTF-8
107ntsysv ofrece una herramienta basada en menús para actualizar la
108jerarquía de directorios /etc/rc.d, que controla el arranque y el
109cierre de servicios del sistema.
110
111%description -n ntsysv -l ja.UTF-8
112ntsysv はシステムサービスの runlevel の情報をアップデートや検証する。
113ntsysv は システム管理者が直接/etc/rc.d の多数のシンボリックリンクを
114操作することから解放する。
115
116%description -n ntsysv -l pl.UTF-8
117ntsysv udostępnia pełnoekranowe narzędzie do aktualizowania zawartości
118katalogów w /etc/rc.d, które kontrolują włączanie i wyłączanie
119poszczególnych serwisów systemowych.
120
121%description -n ntsysv -l pt_BR.UTF-8
122O ntsysv fornece uma ferramenta baseada em menus para atualizar a
123hierarquia de diretórios /etc/rc.d, que controla a inicialização e a
124terminação de serviços do sistema.
125
126%description -n ntsysv -l ru.UTF-8
127ntsysv - это полноэкранная утилита для обновления и изменения иерархии
128каталогов /etc/rc.d, которые управляют запуском и остановкой системных
129сервисов.
130
131%description -n ntsysv -l uk.UTF-8
132ntsysv - це повноекранна утиліта для оновлення та зміни ієрархії
133каталогів /etc/rc.d, котрі керують запуском та зупинкою системних
134сервісів.
135
136%package -n alternatives
137Summary: Maintain symbolic links determining default commands
138Summary(pl.UTF-8): Utrzymywanie dowiązań symbolicznych określających domyślne polecenia
139Group: Applications/System
140
141%description -n alternatives
142alternatives creates, removes, maintains and displays information
143about the symbolic links comprising the alternatives system. The
144alternatives system is a reimplementation of the Debian alternatives
145system. It was rewritten primarily to remove the dependence on Perl;
146it is intended to be a drop in replacement for Debian's
147update-alternatives script.
148
149%description -n alternatives -l pl.UTF-8
150alternatives tworzy, usuwa, utrzymuje i wyświetla informacje o
151dowiązaniach symbolicznych obejmujących system alternatyw. System
152alternatyw to reimplementacja systemu alternatyw ("alternatives") z
153Debiana. Została napisana głównie w celu usunięcia zależności od
154Perla; ma być zamiennikiem skryptu update-alternatives z Debiana.
155
156%prep
157%setup -q
158%patch0 -p1
159%patch1 -p1
160%patch2 -p1
161%patch3 -p1
162%patch4 -p1
163%patch5 -p1
164
165%build
166%{__make} \
167 CC="%{__cc}" \
168 OPTFLAGS="%{rpmcppflags} %{rpmcflags}" \
169 OPTLDFLAGS="%{rpmldflags}" \
170 SYSTEMDUTILDIR=/lib/systemd
171
172%install
173rm -rf $RPM_BUILD_ROOT
174install -d $RPM_BUILD_ROOT{/etc/{rc.d/{init,rc{0,1,2,3,4,5,6}}.d,env.d},/sbin}
175
176%{__make} install \
177 MANDIR=%{_mandir} \
178 SYSTEMDUTILDIR=/lib/systemd \
179 DESTDIR=$RPM_BUILD_ROOT
180
181%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/bal
182
183%find_lang %{name}
184
185%clean
186rm -rf $RPM_BUILD_ROOT
187
188%files -f %{name}.lang
189%defattr(644,root,root,755)
190%attr(755,root,root) /sbin/chkconfig
191%attr(755,root,root) /lib/systemd/systemd-sysv-install
192%{_mandir}/man8/chkconfig.8*
193
194%files -n ntsysv
195%defattr(644,root,root,755)
196%attr(755,root,root) %{_sbindir}/ntsysv
197%{_mandir}/man8/ntsysv.8*
198
199%files -n alternatives
200%defattr(644,root,root,755)
201%dir %{_sysconfdir}/alternatives
202%attr(755,root,root) %{_sbindir}/alternatives
203%attr(755,root,root) %{_sbindir}/update-alternatives
204%dir /var/lib/alternatives
205%{_mandir}/man8/alternatives.8*
206%{_mandir}/man8/update-alternatives.8*
This page took 0.15626 seconds and 5 git commands to generate.