Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37601970
en ru br
Репозитории ALT

Группа :: Система/Библиотеки
Пакет: libtirpc

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and 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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin