From: Elan Ruusamäe Date: Sat, 22 Oct 2005 12:33:11 +0000 (+0000) Subject: - 1.3.20 from fedora X-Git-Tag: deadbranch-1.65.2~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=93287a0b2902e5a84789bcb53352bbaa7b3d913e;p=packages%2Fchkconfig.git - 1.3.20 from fedora - added alternatives package Changed files: chkconfig.spec -> 1.65.2.1 --- diff --git a/chkconfig.spec b/chkconfig.spec index ad0c239..1b9f30b 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -9,13 +9,13 @@ Summary(ru): Summary(tr): Sistem servis bilgilerini sorgular ve yeniler Summary(uk): óÉÓÔÅÍÎÁ ÕÔÉ̦ÔÁ ÄÌÑ ËÅÒÕ×ÁÎÎÑ ¦¤ÒÁÒȦ¤À /etc/rc.d Name: chkconfig -Version: 1.2.24h -Release: 12 +Version: 1.3.20 +Release: 0.1 Epoch: 1 License: GPL Group: Applications/System -Source0: http://www.buttsoft.com/~thumper/downloads/%{name}/%{name}-%{version}.tar.gz -# Source0-md5: 032eae68329d07d0844775486ac74668 +Source0: %{name}-%{version}.tar.gz +# Source0-md5: a993765a3fcd0c0cd891e16022e35d13 Patch0: %{name}-add.patch Patch1: %{name}-noxinet.patch Patch2: %{name}-pl.po-update.patch @@ -133,27 +133,41 @@ ntsysv - ËÁÔÁÌÏÇ¦× /etc/rc.d, ËÏÔÒ¦ ËÅÒÕÀÔØ ÚÁÐÕÓËÏÍ ÔÁ ÚÕÐÉÎËÏÀ ÓÉÓÔÅÍÎÉÈ ÓÅÒצӦ×. +%package -n alternatives +Summary: Maintain symbolic links determining default commands +Group: Applications/System + +%description -n alternatives +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; +it is intended to be a drop in replacement for Debian's +update-dependencies script. + %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 - -mv -f po/{eu_ES,eu}.po +#%patch0 -p1 +#%patch1 -p1 +#%patch2 -p1 +#%patch3 -p1 +#%patch4 -p1 +#%patch5 -p1 + +#mv -f po/{eu_ES,eu}.po mv -f po/{no,nb}.po mv -f po/{sr,sr@Latn}.po -mv -f po/{zh,zh_TW}.po -mv -f po/{zh_CN.GB2312,zh_CN}.po +#mv -f po/{zh,zh_TW}.po +#mv -f po/{zh_CN.GB2312,zh_CN}.po %build +%if 0 %{__aclocal} %{__autoconf} %{__automake} %configure \ --with-max-level=6 +%endif %{__make} %install @@ -161,9 +175,8 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{/etc/{rc.d/{init,rc{0,1,2,3,4,5,6}}.d,env.d},/sbin} %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT - -mv $RPM_BUILD_ROOT%{_sbindir}/chkconfig $RPM_BUILD_ROOT/sbin + MANDIR=%{_mandir} \ + instroot=$RPM_BUILD_ROOT %find_lang %{name} @@ -183,9 +196,17 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %attr(755,root,root) /sbin/chkconfig %{_mandir}/man8/chkconfig.8* -%attr(644,root,root) %config(noreplace,missingok) %verify(not md5 size mtime) /etc/env.d/* +%attr(644,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/* %files -n ntsysv %defattr(644,root,root,755) %attr(755,root,root) %{_sbindir}/ntsysv %{_mandir}/man8/ntsysv.8* + +%files -n alternatives +%defattr(644,root,root,755) +%dir %{_sysconfdir}/alternatives +%attr(755,root,root) %{_sbindir}/alternatives +%attr(755,root,root) %{_sbindir}/update-alternatives +%dir /var/lib/alternatives +%{_mandir}/man8/alternatives.8*