1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- Summary: NFSv4 ID Mapping Library
- Summary(ja): NFSv4 ID マッピングライブラリ
- Name: libnfsidmap
- Version: 0.21
- Release: 1%{?_dist_release}
- Group: System Environment/Libraries
- License: BSD
- URL: http://nfs.sourceforge.net
- Source0: http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-%{version}.tar.gz
- Patch10: idmap.conf.patch
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: openldap-devel, tcp_wrappers
- %description
- In NFSv4, identities of users are conveyed by names rather than user ID
- and group ID. Both the NFS server and client code in the kernel need to
- translate these to numeric IDs.
- %prep
- %setup -q
- %patch10 -p1
- %build
- %configure
- %__make
- %install
- %makeinstall
- mkdir -p %{buildroot}/etc
- install -m 644 idmapd.conf $RPM_BUILD_ROOT/etc/idmapd.conf
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-, root, root)
- %doc COPYING README
- %config(noreplace) /etc/idmapd.conf
- %{_libdir}/lib*.so*
- %{_libdir}/lib*.a*
- #%{_libdir}/lib*.la*
- %{_libdir}/pkgconfig/*.pc
- %{_includedir}/*.h
- %{_mandir}/man?/*
- %changelog
- * Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.21-1
- - new upstream release
- * Sat Apr 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.20-3
- - rebuilt with openldap-2.4.11
- * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.20-2
- - spec in utf-8
- * Thu May 15 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.20-1
- - new versioning policy
- - add Patch10 and fix spec to install default idmapd.conf file
- - remove *.la
- * Wed Sep 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.20-0vl1
- - updated to 0.20
- * Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 0.16-0vl3
- - rebuilt with openldap-2.3.27-0vl1
- * Sun Jul 02 2006 Satoshi MACHINO <machino@vinelinux.org> 0.16-0vl2
- - rebuilt with openldap-2.3.24-0vl1
- * Sun May 28 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-0vl1
- - updated to 0.16
- - added pkgconfig files
- - changed Group to System Environment/Libraries
- * Tue Mar 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12-0vl1
- - initial build for Vine Linux
|