Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37564317
en ru br
ALT Linux repositórios
S:1.3.3-alt1

Group :: Sistema/Bibliotecas
RPM: libtirpc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: libtirpc
Version: 1.3.3
Release: alt1

Summary: transport-independent RPC library
License: BSD
Group: System/Libraries

Source0: %name-%version-%release.tar

BuildRequires: libkrb5-devel

%package devel
Summary: TI-RPC library and headers
Group: Development/C
Requires: %name = %version-%release

%description
This package contains SunLib's implementation of transport-independent
RPC (TI-RPC) documentation.  This library forms a piece of the base of
Open Network Computing (ONC), and is derived directly from the Solaris 2.3 source.

%description devel
This package contains SunLib's implementation of transport-independent
RPC (TI-RPC) documentation.  This library forms a piece of the base of Open Network
Computing (ONC), and is derived directly from the Solaris 2.3 source.

This package holds development part of %name library

%prep
%setup

%build
[ ! -f autogen.sh ] || sh autogen.sh
%configure --disable-static
%make_build

%install
%make_install DESTDIR=%buildroot install
mkdir -p %buildroot/%_lib
mv %buildroot%_libdir/*.so.* %buildroot/%_lib/
find %buildroot%_libdir -name \*.so|while read; do
ln -snf ../../%_lib/`readlink $REPLY` %buildroot%_libdir/${REPLY##*/}
done

%files
%doc AUTHORS COPYING INSTALL README
%config(noreplace) %_sysconfdir/netconfig
/%_lib/%name.so.*
%_man5dir/netconfig.5.*

%files devel
%_libdir/%name.so
%_pkgconfigdir/*
%_includedir/tirpc
%_man3dir/*

%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