]> git.pld-linux.org Git - packages/chkconfig.git/commitdiff
- Added %%bcond_with mr (aplies more_readable.patch)
authoradgor <adgor@pld-linux.org>
Sat, 22 May 2004 10:33:30 +0000 (10:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chkconfig.spec -> 1.61

chkconfig.spec

index 297ffc82c3212580262a4e32cfb5630cc8afa540..bbfcc666b8bd926d7f28fcf32b5b752577f8f9a0 100644 (file)
@@ -1,3 +1,9 @@
+
+%bcond_with mr # Use asteriskes and dashes in all languages
+               # for `chkconfig --list` command (aplies more_readable.patch).
+               # Note: it makes the program inconsistent with the rest
+               # of the world (some people say).
+
 Summary:       Updates and queries runlevel information for system services
 Summary(de):   Aktualisiert runlevel-Informationen für Systemdienste und fragt diese ab
 Summary(es):   Herramienta para actualizar y listar servicios del sistema, por nivel de ejecución (runlevel)
@@ -10,7 +16,7 @@ Summary(tr):  Sistem servis bilgilerini sorgular ve yeniler
 Summary(uk):   óÉÓÔÅÍÎÁ ÕÔÉ̦ÔÁ ÄÌÑ ËÅÒÕ×ÁÎÎÑ ¦¤ÒÁÒȦ¤À /etc/rc.d
 Name:          chkconfig
 Version:       1.2.24h
-Release:       9
+Release:       9%{?with_mr:+mr}
 Epoch:         1
 License:       GPL
 Group:         Applications/System
@@ -21,6 +27,7 @@ Patch1:               %{name}-noxinet.patch
 Patch2:                %{name}-pl.po-update.patch
 Patch3:                %{name}-ponames.patch
 Patch4:                %{name}-link.patch
+Patch5:                %{name}-more_readable.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
@@ -139,6 +146,7 @@ ntsysv - 
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%{?with_mr:%patch5 -p1}
 
 mv -f po/{eu_ES,eu}.po
 mv -f po/{no,nb}.po
This page took 0.072138 seconds and 4 git commands to generate.