libnfsidmap-vl.spec 2.1 KB

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