Name: libnfsidmap Version: 0.24 Release: 1mamba Summary: Name to user id mapping library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.citi.umich.edu/projects/nfsv4/linux/ Source: http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel %if "%{stage1}" != "1" BuildRequires: libopenldap-devel %endif ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Libnfsidmap is a library holding mulitiple methods of mapping names to id's and visa versa, mainly for NFSv4. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Libnfsidmap is a library holding mulitiple methods of mapping names to id's and vice versa, mainly for NFSv4. This package contains static libraries and header files need for development. %prep %setup -q %build %if "%{_build}" != "%{_host}" export ac_cv_func_malloc_0_nonnull=yes %endif %configure %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall install -D -m0644 idmapd.conf %{buildroot}%{_sysconfdir}/idmapd.conf %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/idmapd.conf %{_libdir}/libnfsidmap.so.* %{_libdir}/libnfsidmap/nsswitch.a %{_libdir}/libnfsidmap/nsswitch.la %{_libdir}/libnfsidmap/nsswitch.so %{_libdir}/libnfsidmap/static.a %{_libdir}/libnfsidmap/static.la %{_libdir}/libnfsidmap/static.so %if "%{stage1}" != "1" %{_libdir}/libnfsidmap/umich_ldap.a %{_libdir}/libnfsidmap/umich_ldap.la %{_libdir}/libnfsidmap/umich_ldap.so %endif %{_mandir}/man5/idmapd.conf.5* %doc AUTHORS COPYING ChangeLog NEWS README %files devel %defattr(-,root,root) %{_includedir}/*.h %{_libdir}/libnfsidmap.a %{_libdir}/libnfsidmap.la %{_libdir}/libnfsidmap.so %{_libdir}/pkgconfig/libnfsidmap.pc %{_mandir}/man3/nfs4_uid_to_name.* %changelog * Sun Dec 12 2010 Automatic Build System 0.24-1mamba - automatic update by autodist * Mon Jan 18 2010 Automatic Build System 0.23-1mamba - automatic update by autodist * Sat Aug 01 2009 Silvan Calarco 0.22-2mamba - install /etc/idmapd.conf * Fri Jul 31 2009 Automatic Build System 0.22-1mamba - automatic update by autodist * Thu Jan 08 2009 Silvan Calarco 0.21-1mamba - automatic update by autodist * Fri Jun 06 2008 Silvan Calarco 0.20-1mamba - update to 0.20 * Tue Jan 23 2007 Davide Madrisan 0.19-1qilnx - update to version 0.19 by autospec * Fri Dec 02 2005 Silvan Calarco 0.11-1qilnx - update to version 0.11 by autospec * Fri Apr 01 2005 Davide Madrisan 0.10-1qilnx - package created by autospec