From 7691b53a96eba07fc412e75ae86102b6959feb7f7807b8c3ad00736a1601c1b0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 12:21:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keyutils?expand=0&rev=2 --- baselibs.conf | 1 + keyutils.changes | 6 ++++++ keyutils.spec | 24 +++++++++++++++--------- 3 files changed, 22 insertions(+), 9 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..484bff8 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +keyutils-libs diff --git a/keyutils.changes b/keyutils.changes index 5bf3515..4b6fe8e 100644 --- a/keyutils.changes +++ b/keyutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Thu Dec 14 16:33:24 CET 2006 - meissner@suse.de diff --git a/keyutils.spec b/keyutils.spec index 0c2f61f..5b5bebe 100644 --- a/keyutils.spec +++ b/keyutils.spec @@ -1,7 +1,7 @@ # # spec file for package keyutils (Version 1.2) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -10,14 +10,15 @@ # norootforbuild + Name: keyutils -URL: http://people.redhat.com/~dhowells/keyutils/ -License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) +Url: http://people.redhat.com/~dhowells/keyutils/ +License: GPL v2 or later; LGPL v2.1 or later Group: System/Kernel -Autoreqprov: on +AutoReqProv: on Summary: Linux Key Management Utilities Version: 1.2 -Release: 1 +Release: 71 Source0: http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %install_info_prereq @@ -34,6 +35,7 @@ Authors: David Howells %package libs +License: GPL v2 or later; LGPL v2.1 or later Summary: Key utilities library Group: System/Kernel @@ -48,6 +50,7 @@ Authors: David Howells %package devel +License: GPL v2 or later; LGPL v2.1 or later Summary: Development package for building linux key management utilities Group: System/Kernel @@ -95,14 +98,17 @@ make install NO_ARLIB=1 DESTDIR=$RPM_BUILD_ROOT LIBDIR=/%_lib USRLIBDIR=/usr/%_l /usr/%{_lib}/libkeyutils.so %{_includedir}/* -%changelog -n keyutils -* Thu Dec 14 2006 - meissner@suse.de +%changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support +* Thu Dec 14 2006 meissner@suse.de - Upgraded to 1.2. - call ldconfig - removed manpages (now in global man-pages) -* Wed Jul 19 2006 - meissner@suse.de +* Wed Jul 19 2006 meissner@suse.de - Upgraded to 1.1. - cleanups, new manpage. - no static lib anymore (like upstream). -* Fri Apr 21 2006 - meissner@suse.de +* Fri Apr 21 2006 meissner@suse.de - initial import of version 1.0.