Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37766391
en ru br
Репозитории ALT
S:0.19-alt1.qa1_13
5.1: 0.18-alt1
4.1: 0.17-alt1
4.0: 0.14-alt1.M40.1
+updates:0.14-alt1.M40.1
www.altlinux.org/Changes

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

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# -*- rpm-spec -*-
# $Id: librpcsecgss,v 1.6 2006/07/17 15:37:53 me Exp $

%def_disable static

Name: librpcsecgss
Version: 0.14
Release: alt1.M40.1

Summary: RPCSEC_GSS implementation
License: Distributable
Group: System/Libraries
Url: http://www.citi.umich.edu/projects/nfsv4/linux/

Source0: %name-%version.tar.bz2

BuildRequires: libgssapi-devel >= 0.10-alt1

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

%if_enabled static
%package devel-static
Summary: RPCSEC_GSS static library
Group: Development/C
Requires: %name-devel = %version-%release
%endif

%description
%name library allows secure rpc communication using the rpcsec_gss protocol

%description devel
%name library allows secure rpc communication using the rpcsec_gss protocol
This package holds development part of %name library

%if_enabled static
%description devel-static
%name library allows secure rpc communication using the rpcsec_gss protocol
This package contains static %name library

%endif

%prep
%setup -c

%build
%__autoreconf
%configure %{subst_enable static}
%make_build

%install
%makeinstall
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

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

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

%files devel
%_libdir/%name.so
%_pkgconfigdir/*
%_includedir/rpcsecgss

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

%changelog

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

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