Name: nss_directories Version: 0.2 Release: 1 Source: %{name}-%{version}.tar.gz License: LGPL Group: System Environment/Libraries Summary: An NSS library which searches directories. BuildRoot: %{_tmppath}/%{name}-root %description Nss_directories is a set of C library extensions which allow a set of files in a directory to be used as a primary source of groups, users, services, and shadow passwords (instead of or in addition to using flat files or NIS). %prep %setup -q %configure --with-moduledir=/%{_lib} %build make %install rm -fr $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -fr $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc README ChangeLog COPYING /%{_lib}/libnss_directories-*.so %changelog * Mon Nov 18 2002 Nalin Dahyabhai 0.2-1 - swallow parsing functions from glibc to avoid dependencies on private symbols * Sun Nov 17 2002 Nalin Dahyabhai 0.1-1 - initial version