]> git.pld-linux.org Git - packages/chkconfig.git/commitdiff
- added -q %setup parameter,
authorkloczek <kloczek@pld-linux.org>
Fri, 16 Oct 1998 02:44:41 +0000 (02:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed Buildroot to /tmp/%%{name}-%%{version}-root,
- added using %%{name} and %%{version} in Source,
- added %lang macros for files /usr/share/locale/*/LC_MESSAGES/chkconfig.mo
- added pl translation,
- fiew simplification in %files and %install,
- added "Requires: chkconfig = %%{version}" for ntsysv,
- added full %attr description in %files.

Changed files:
    chkconfig.spec -> 1.1

chkconfig.spec [new file with mode: 0644]

diff --git a/chkconfig.spec b/chkconfig.spec
new file mode 100644 (file)
index 0000000..1cb304f
--- /dev/null
@@ -0,0 +1,139 @@
+Summary:     Updates and queries runlevel information for system services
+Summary(de): Aktualisiert runlevel-Informationen für Systemdienste und fragt diese ab
+Summary(fr): Mises à jour et interrogations des services systèmes
+Summary(pl): Narzêdzie do aktualizacji i odpytywania o informacje nt serwisów systemowych
+Summary(pt): Ferramenta para atualizar e listar serviços do sistema, pelo nível de execução (runlevel)
+Summary(tr): Sistem servis bilgilerini sorgular ve yeniler
+Name:        chkconfig
+Version:     0.9.5
+Release:     2
+Copyright:   GPL
+Group:       Utilities/System
+Group(pt):   Utilitários/Sistema
+Source:      ftp://ftp.redhat.com/pub/redhat/code/chkconfig/%{name}-%{version}.tar.gz
+BuildRoot:   /tmp/%{name}-%{version}-root
+
+%description
+chkconfig provides a simple command-line  tool  for  maintaining  the
+/etc/rc.d  directory  hierarchy by relieving system administrators of
+directly manipulating the  numerous symbolic links in that directory.
+
+%description -l de
+chkconfig bietet ein einfaches Befehlszeilen-Tool zum Verwalten der
+Verzeichnishierarchie /etc/rc.d, indem es dem Systemadministrator das direkte
+Bearbeiten der zahlreichen symbolischen Verknüpfungen in diesem
+Verzeichnis abnimmt.
+
+%description -l fr
+chkconfig offre un outil simple en ligne de commande pour maintenir la
+hiérarchie du répertoire /etc/rc.d tout en évitant aux administrateurs
+système de manipuler les différents liens symbolique de ce répertoire.
+
+%description -l pl
+Pakiet chkconfig udostêpnia proste narzêdzia do zarz±dzania zawarto¶ci±
+katalogów w /etc/rc.d
+
+%description -l pt_BR
+Chkconfig provê uma ferramenta simples na linha de comando
+para manter a hierarquia de diretórios /etc/rc.d, aliviando os
+administradores do sistema da manipulação direta de numerosos
+links simbólicos.
+
+%description -l tr
+Saðladýðý basit bir komut satýrý programý yardýmýyla, /etc/rc.d dizinlerinin
+yapýsýyla ilgilenerek sistem yöneticilerinin bu dizinlerde bulunan çok
+sayýdaki simgesel baðlantýyý düzenleme iþini hafifletir.
+
+%package -n ntsysv
+Summary:     Full-screen interface for configurating runlevel information
+Summary(pt): Interface com menus para configuração de informações de níveis de execução
+Group:       Utilities/System
+Group(pt):   Utilitários/Sistema
+Requires:    chkconfig = %{version}
+
+%description -n ntsysv
+ntsysv provides a full-screen tool for updating the /etc/rc.d directory
+hierarchy, which controls the starting and stopping of system services.
+
+%description -n ntsysv -l pl
+ntsysv udostêpnia pe³noekranowe narzêdzie do aktualizowania zawarto¶ci
+katalogów w /etc/rc.d które kontroluj± startowanie i stopowanie
+poszczególnych serwisów ssystemowych.
+
+%description -n ntsysv -l pt
+O ntsysv fornece uma ferramenta baseada em menus para atualizar a
+hierarquia de diretórios /etc/rc.d, que controla a inicialização e a
+terminação de serviços do sistema.
+
+%prep
+%setup -q
+
+%build
+
+%ifarch sparc
+LIBMHACK=-lm
+%endif
+
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" LIBMHACK=$LIBMHACK
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/etc/rc.d/rc{0,1,2,3,4,5,6}.d
+
+make instroot=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644, root, root, 755)
+%attr(755, root, root) /sbin/chkconfig
+%attr(644, root,  man) /usr/man/man8/chkconfig.8
+/etc/rc.d
+%lang(cs) /usr/share/locale/cs/LC_MESSAGES/chkconfig.mo
+%lang(de) /usr/share/locale/de/LC_MESSAGES/chkconfig.mo
+%lang(en) /usr/share/locale/en*/LC_MESSAGES/chkconfig.mo
+%lang(fr) /usr/share/locale/fr/LC_MESSAGES/chkconfig.mo
+%lang(no) /usr/share/locale/no/LC_MESSAGES/chkconfig.mo
+%lang(pt) /usr/share/locale/pt*/LC_MESSAGES/chkconfig.mo
+%lang(ro) /usr/share/locale/ro/LC_MESSAGES/chkconfig.mo
+%lang(sk) /usr/share/locale/sk/LC_MESSAGES/chkconfig.mo
+%lang(sr) /usr/share/locale/sr/LC_MESSAGES/chkconfig.mo
+%lang(tr) /usr/share/locale/tr/LC_MESSAGES/chkconfig.mo
+
+%files -n ntsysv
+%attr(755, root, root) /usr/sbin/ntsysv
+%attr(644, root,  man) /usr/man/man8/ntsysv.8
+
+%changelog
+* Thu Oct 15 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.9.5-2]
+- added -q %setup parameter,
+- changed Buildroot to /tmp/%%{name}-%%{version}-root,
+- added using %%{name} and %%{version} in Source,
+- added %lang macros for files /usr/share/locale/*/LC_MESSAGES/chkconfig.mo
+- added pl translation,
+- fiew simplification in %files and %install,
+- added "Requires: chkconfig = %%{version}" for ntsysv,
+- added full %attr description in %files.
+
+* Thu Oct 08 1998 Cristian Gafton <gafton@redhat.com>
+- updated czech translation (and use cs instead of cz)
+
+* Tue Sep 22 1998 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
+- added pt_BR translations
+- added more translatable strings
+- support for i18n init.d scripts description
+
+* Sun Aug 02 1998 Erik Troan <ewt@redhat.com>
+- built against newt 0.30
+- split ntsysv into a separate package
+
+* Thu May 07 1998 Erik Troan <ewt@redhat.com>
+- added numerous translations
+
+* Mon Mar 23 1998 Erik Troan <ewt@redhat.com>
+- added i18n support
+
+* Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
+- added --back
This page took 0.085895 seconds and 4 git commands to generate.