Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569292
en ru br
ALT Linux repos
S:0.19-alt1.qa1_13
5.0: 0.18-alt1
4.1: 0.17-alt1
4.0: 0.14-alt1.M40.1
+updates:0.14-alt1.M40.1

Group :: System/Libraries
RPM: librpcsecgss

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# BEGIN SourceDeps(oneline):
BuildRequires: gcc-c++
# END SourceDeps(oneline)
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
%define major 3
%define libname     librpcsecgss%{major}
%define develname librpcsecgss-devel

Summary: Allows secure rpc communication using the rpcsec_gss protocol
Name: librpcsecgss
Version: 0.19
Release: alt1.qa1_10
License: BSD-like
Group: System/Libraries
URL: http://www.citi.umich.edu/projects/nfsv4/linux/
Source0: http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig(libgssglue)
Source44: import.info

%description
Allows secure rpc communication using the rpcsec_gss protocol
librpcsecgss allows secure rpc communication using the rpcsec_gss
protocol.

%package -n %{libname}
Summary: Allows secure rpc communication using the rpcsec_gss protocol
Group: System/Libraries

%description -n %{libname}
Allows secure rpc communication using the rpcsec_gss protocol
librpcsecgss allows secure rpc communication using the rpcsec_gss
protocol.

%package -n %{develname}
Summary: Static library and header files for the librpcsecgss library
Group: Development/C
Requires: %{libname} = %{version}-%{release}
Provides: rpcsecgss-devel = %{version}-%{release}

%description -n %{develname}
Allows secure rpc communication using the rpcsec_gss protocol
librpcsecgss allows secure rpc communication using the rpcsec_gss
protocol.

This package contains the static librpcsecgss library and its
header files.

%prep
%setup -q -n librpcsecgss-%{version}

%build
# fix build on aarch64
autoreconf -vfi

%configure --disable-static
%make_build

%install
%makeinstall_std

rm -f %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%{_libdir}/*.so.%{major}
%{_libdir}/*.so.%{major}.*

%files  -n %{develname}
%{_includedir}/rpcsecgss
%{_libdir}/*.so
%{_libdir}/pkgconfig/librpcsecgss.pc


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin