# # spec file for package keyutils # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: keyutils %define lname libkeyutils1 Url: http://people.redhat.com/~dhowells/keyutils/ Summary: Linux Key Management Utilities License: GPL-2.0+ and LGPL-2.1+ Group: System/Kernel Version: 1.5.5 Release: 0 Source0: http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2 Source1: baselibs.conf Patch1: request-key-cifs.patch Patch3: request-key-nfs4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Utilities to control the kernel key management facility and to provide a mechanism by which the kernel can call back to user space to get a key instantiated. %package -n %lname Summary: Key utilities library Group: System/Kernel Obsoletes: keyutils-libs < %version-%release Provides: keyutils-libs = %version-%release %description -n %lname This package provides a wrapper library for the key management facility system calls. %package devel Summary: Development package for building linux key management utilities Group: System/Kernel Requires: %lname = %version Requires: glibc-devel %description devel This package provides headers and libraries for building key utilities. %prep %setup -q %patch1 -p0 %patch3 -p1 %build make %{?_smp_mflags} NO_ARLIB=1 CFLAGS="$RPM_OPT_FLAGS" CC="%__cc" %install make install NO_ARLIB=1 DESTDIR=$RPM_BUILD_ROOT LIBDIR=/%_lib USRLIBDIR=/usr/%_lib %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc README LICENCE.GPL /sbin/* /bin/* /usr/share/keyutils %{_mandir}/*/* %config(noreplace) /etc/* %dir /etc/request-key.d/ %files -n %lname %defattr(-,root,root,-) %doc LICENCE.LGPL /%{_lib}/libkeyutils.so.* %files devel %defattr(-,root,root,-) /usr/%{_lib}/libkeyutils.so %{_includedir}/* %changelog