Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main-src > by-pkgid > 3e547ba0c627f467fe1dceb643156e1e > files > 2

chkconfig-2.1-1ark.src.rpm

%define include_alternatives 0

Summary: A system tool for maintaining the %_sysconfdir/rc*.d hierarchy.
Name: chkconfig
Version: 2.1
Release: 1ark
License: GPL
Group: System Environment/Base
# 13 is the SVN revision for version 2.1, svn://arklinux.org/chkconfig
Source: %{name}-13.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Obsoletes: ntsysv
BuildRequires: QtExt-devel

%description
Chkconfig is a basic system utility.  It updates and queries runlevel
information for system services.  Chkconfig manipulates the numerous
symbolic links in %_sysconfdir/rc.d, to relieve system administrators of some 
of the drudgery of manually editing the symbolic links.

%prep
%setup -q -n %name
make -f Makefile.am
%configure --sbindir=/sbin

%build
make %?_smp_mflags

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR="$RPM_BUILD_ROOT" install

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/sbin/chkconfig
%_mandir/*/chkconfig*

%changelog
* Tue Jan 11 2011 Bernhard Rosenkraenzer <bero@arklinux.org> 2.1-1ark
- Add support for xinetd based services

* Sun Jan  9 2011 Bernhard Rosenkraenzer <bero@arklinux.org> 2.0-2ark
- Rebuild with current QtExt

* Thu Jan 29 2009 Bernhard Rosenkraenzer <bero@arklinux.org> 2.0-1ark
- Rewrite, taking care of new ArkInit init files

* Sat Nov 25 2006 Bernhard Rosenkraenzer <bero@arklinux.org> 1.3.30-1ark
- 1.3.30
- spec file cleanups

* Wed Nov 05 2003 Bernhard Rosenkraenzer <bero@arklinux.org> 1.3.5-6ark
- Fix build on x86_64

* Thu Sep 18 2003 Bernhard Rosenkraenzer <bero@arklinux.org> 1.3.5-5ark
- Rebuild with new newt

* Mon Aug 26 2002 Ark Linux Team <arklinux@arklinux.org> 1.3.5-3ark
- automated rebuild