]> git.pld-linux.org Git - packages/chkconfig.git/commitdiff
- added ponames patch to standardize .po dir names; release 3
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 19 Feb 2003 12:28:58 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chkconfig.spec -> 1.48

chkconfig.spec

index 1cf6bdb4059d8a1ba5041b417c8821c7dcd954b0..c3a4263e67803ff8033e9f6c138a54675d4ef40d 100644 (file)
@@ -9,7 +9,7 @@ Summary(tr):    Sistem servis bilgilerini sorgular ve yeniler
 Summary(uk):   óÉÓÔÅÍÎÁ ÕÔÉ̦ÔÁ ÄÌÑ ËÅÒÕ×ÁÎÎÑ ¦¤ÒÁÒȦ¤À /etc/rc.d
 Name:          chkconfig
 Version:       1.2.24h
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL
 Group:         Applications/System
@@ -18,6 +18,9 @@ Source0:      http://www.buttsoft.com/~thumper/downloads/%{name}/%{name}-%{version}.t
 Patch0:                %{name}-add.patch
 Patch1:                %{name}-noxinet.patch
 Patch2:                %{name}-pl.po-update.patch
+Patch3:                %{name}-ponames.patch
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: newt-devel
 BuildRequires: popt-devel
@@ -119,9 +122,17 @@ ntsysv - 
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+
+mv -f po/eu{_ES,}.po
+mv -f po/zh{,_TW}.po
+mv -f po/zh_CN{.GB2312,}.po
 
 %build
-%configure2_13 \
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
        --with-max-level=6
 %{__make}
 
This page took 0.085692 seconds and 4 git commands to generate.