Name: nss_updatedb Version: 10 Release: 2%{?dist} Summary: Maintains a local cache of network directory user and group information Group: Applications/Internet License: GPL+ URL: http://www.padl.com/OSS/%{name}.html Source0: http://www.padl.com/download/%{name}.tgz BuildRequires: db4-devel %description The nss_updatedb utility maintains a local cache of network directory user and group information. Used in conjunction with the pam_ccreds module, it provides a mechanism for disconnected use of network directories. %prep %setup -q -n %{name}-%{version} %build %configure make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -ldb" %install make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sbindir}/ install -p %{name} $RPM_BUILD_ROOT/%{_sbindir}/ mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/%name-%{version} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog README COPYING AUTHORS %{_sbindir}/%{name} %{_mandir}/man8/%{name}*gz %changelog * Wed Sep 23 2009 Kashyap Chamarthy 10-2 - Changed license to GPL+ and other change as specified in bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=524437 * Sun Sep 20 2009 Kashyap Chamarthy 10-1 - initial spec file