File nfsidmap.spec of Package nfsidmap
#
# spec file for package nfsidmap (Version 0.21)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: nfsidmap
BuildRequires: openldap2-devel tcpd-devel
Url: http://nfs.sourceforge.net
Summary: NFSv4 ID Mapping Library
Version: 0.21
Release: 3
Group: Productivity/Networking/NFS
License: BSD 3-Clause
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %fillup_prereq %insserv_prereq
AutoReqProv: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-%{version}.tar.bz2
Source1: nfsv4.schema
Patch0: fix-prototype.patch
Patch1: libnfsidmap-0.21_avoid_version.patch
%package devel
License: BSD 3-Clause
Summary: NFSv4 ID Mapping Library development libraries
Group: Development/Libraries/C and C++
Requires: openldap2-devel nfsidmap = %version
%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.
Authors:
--------
J. Bruce Fields <bfields@citi.umich.edu>
%description devel
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.
Authors:
--------
J. Bruce Fields <bfields@citi.umich.edu>
%prep
%setup -q -n libnfsidmap-%version
%patch0 -p0
%patch1 -p0
cp %{S:1} .
%build
%{?suse_update_config:%{suse_update_config -f }}
autoreconf -i -f
CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED"
%configure --disable-static --with-pic
%{__make} %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(444,root,root,755)
%doc README nfsv4.schema
%attr(555,root,root) %{_libdir}/libnfsidmap_*.so*
%attr(555,root,root) %{_libdir}/libnfsidmap.so.*
%attr(444,root,root) %{_mandir}/man?/*
%files devel
%defattr(444,root,root,755)
%attr(555,root,root) %{_libdir}/libnfsidmap.so
%attr(444,root,root) %{_includedir}/*.h
%{_libdir}/pkgconfig/libnfsidmap.pc
%changelog
* Wed Apr 22 2009 meissner@suse.de
- move plugins .so files to main package, to make it work again
bnc#495665, bnc#497209
- disable versioning of those plugin libs
* Mon Mar 30 2009 crrodriguez@suse.de
- remove static libraries and "la" files
* Mon Mar 16 2009 meissner@suse.de
- upgraded to 0.21
-The main library has been changed to load "plugin" libraries to
perform the mappings. This decouples the main library from any ldap
(and sasl, etc.) dependencies.
-Several translation methods (plugins) may now be specified in the
idmapd.conf file. While a plugin returns -ENOENT, the next is called
until a mapping is found, or there are no more plugins to try.
-A "static" mapping plugin from David Härdeman <david@hardeman.nu> has
been added.
-A "gums" mapping plugin from Olga Kornievskaia <aglo@citi.umich.edu>
has been added.
* Thu Jul 19 2007 meissner@suse.de
- upgraded to 0.20 (various bugfixes)
- fixed nfsv4 id mapping
- split up -devel package.
* Mon Jul 16 2007 ro@suse.de
- added nfsv4.schema from fate#301375
* Wed Aug 09 2006 ro@suse.de
- update to 0.16 (various bugfixes, no upstream changelog)
* Tue Apr 25 2006 okir@suse.de
- Stop adding ou=People to LDAP search string; now it
works with eDirectory (#169152)
* Mon Mar 20 2006 okir@suse.de
- Do not crash if user is not in passwd database (#154912)
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 10 2006 okir@suse.de
- Updated to latest upstream version
* Tue Oct 18 2005 ro@suse.de
- added -DLDAP_DEPRECATED to CFLAGS
* Tue May 31 2005 okir@suse.de
- Initial packaging