Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37848641
en ru br
ALT Linux repositórios
5.0: 0.21-alt2
4.1: 0.20-alt1
4.0: 0.18-alt1
3.0: 0.10-alt2

Group :: Sistema/Bibliotecas
RPM: libnfsidmap

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# -*- rpm-spec -*-
# $Id: libnfsidmap,v 1.6 2005/05/07 15:26:01 me Exp $

%def_disable ldap
%def_disable static

Name: libnfsidmap
Version: 0.10
Release: alt2

Summary: Name to user id mapping library
License: BSD
Group: System/Libraries
Url: http://www.citi.umich.edu/projects/nfsv4/linux/

Source0: %url/%name/nfsidmap-0.10.tar.bz2
Patch0: %name-0.10-alt-am-fix.patch
Patch1: %name-0.10-alt-noldap.patch

BuildRequires: gcc-c++
%if_enabled ldap
BuildRequires: libldap-devel
%endif

%package devel
Summary: Name to user id mapping library and headers
Group: Development/C
Requires: %name = %version-%release

%if_enabled static
%package devel-static
Summary: Name to user id mapping static library
Group: Development/C
Requires: %name-devel = %version-%release
%endif

%description
%name is a library holding mulitiple methods of mapping names to id's
and visa versa, mainly for NFSv4.

%description devel
%name is a library holding mulitiple methods of mapping names to id's
and visa versa, mainly for NFSv4.
This package holds development part of %name library

%if_enabled static
%description devel-static
%name is a library holding mulitiple methods of mapping names to id's
and visa versa, mainly for NFSv4.
This package contains static %name library
%endif

%prep
%setup -qn nfsidmap-%version
%patch0 -p1
%if_disabled ldap
%patch1 -p1
%endif

%build
autoreconf -fisv
%configure --libdir=/%_lib %{subst_enable static}
%make_build

%install
%makeinstall libdir=%buildroot/%_lib
%__mkdir_p %buildroot%_libdir
find %buildroot/lib -name \*.so|while read; do
%__ln_s -nf ../../lib/`readlink $REPLY` %buildroot%_libdir/${REPLY##*/}
%__rm -f $REPLY
done

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files
%doc COPYING README
/%_lib/%name.so.*

%files devel
%_libdir/%name.so
%_includedir/nfsidmap.h
%_man3dir/*

%if_enabled static
%files devel-static
%_libdir/%name.a
%endif

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009