]> git.pld-linux.org Git - packages/chkconfig.git/blobdiff - chkconfig.spec
- removed TODO, it baheves fine here, --add doesn't re-eanble services
[packages/chkconfig.git] / chkconfig.spec
index 93bc43f967b55302e959ad54e64e3a7f3bd85c2a..fcbadc6bf65343236bfeff5722c55fd5b1436b21 100644 (file)
@@ -1,7 +1,3 @@
-#
-# TODO:
-#              - update add,noxinet,pl.po-update patches
-#
 Summary:       Updates and queries runlevel information for system services
 Summary(de.UTF-8):     Aktualisiert runlevel-Informationen für Systemdienste und fragt diese ab
 Summary(es.UTF-8):     Herramienta para actualizar y listar servicios del sistema, por nivel de ejecución (runlevel)
@@ -13,20 +9,18 @@ Summary(ru.UTF-8):   Системная утилита для управления
 Summary(tr.UTF-8):     Sistem servis bilgilerini sorgular ve yeniler
 Summary(uk.UTF-8):     Системна утиліта для керування ієрархією /etc/rc.d
 Name:          chkconfig
-Version:       1.3.37
-Release:       0.1
-Epoch:         1
+Version:       1.3.58
+Release:       1
+Epoch:         2
 License:       GPL v2
 Group:         Applications/System
-Source0:       %{name}-%{version}.tar.gz
-# Source0-md5: cca7223101b46df7982ea18b9518dc9a
+Source0:       http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2
+# Source0-md5: c2039ca67f2749fe0c06ef7c6f8ee246
 Patch0:                %{name}-add.patch
 Patch1:                %{name}-noxinet.patch
-Patch2:                %{name}-pl.po-update.patch
-Patch3:                %{name}-more_readable.patch
-Patch4:                %{name}-rc.d.patch
-Patch5:                %{name}-optflags.patch
-Patch6:                %{name}-pl.patch
+Patch2:                %{name}-rc.d.patch
+Patch3:                %{name}-optflags.patch
+Patch4:                %{name}-pl.patch
 BuildRequires: gettext-devel
 BuildRequires: newt-devel
 BuildRequires: popt-devel
@@ -146,7 +140,7 @@ Group:              Applications/System
 alternatives creates, removes, maintains and displays information
 about the symbolic links comprising the alternatives system. The
 alternatives system is a reimplementation of the Debian alternatives
-system. It was rewritten primarily to remove the dependence on perl;
+system. It was rewritten primarily to remove the dependence on Perl;
 it is intended to be a drop in replacement for Debian's
 update-alternatives script.
 
@@ -155,7 +149,7 @@ alternatives tworzy, usuwa, utrzymuje i wyświetla informacje o
 dowiązaniach symbolicznych obejmujących system alternatyw. System
 alternatyw to reimplementacja systemu alternatyw ("alternatives") z
 Debiana. Została napisana głównie w celu usunięcia zależności od
-perla; ma być zamiennikiem skryptu update-alternatives z Debiana.
+Perla; ma być zamiennikiem skryptu update-alternatives z Debiana.
 
 %prep
 %setup -q
@@ -164,10 +158,6 @@ perla; ma być zamiennikiem skryptu update-alternatives z Debiana.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
-
-mv -f po/{sr,sr@Latn}.po
 
 %build
 %{__make} \
@@ -182,8 +172,8 @@ install -d $RPM_BUILD_ROOT{/etc/{rc.d/{init,rc{0,1,2,3,4,5,6}}.d,env.d},/sbin}
        MANDIR=%{_mandir} \
        DESTDIR=$RPM_BUILD_ROOT
 
-[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
-       mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/bal
+
 %find_lang %{name}
 
 cat <<EOF > $RPM_BUILD_ROOT/etc/env.d/CHKCONFIG_ON
This page took 0.070541 seconds and 4 git commands to generate.