From 1272cc40b7e9f4bd3df47b5a5571dc02ef06863d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 28 May 2013 13:38:05 +0200 Subject: [PATCH] bundled libopts is used --- sharutils.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sharutils.spec b/sharutils.spec index 9818088..1cdbef8 100644 --- a/sharutils.spec +++ b/sharutils.spec @@ -6,9 +6,9 @@ Release: 2%{?dist} # lib (gnulib): LGPLv3+ # lib/sys_socket.in.h: LGPLv2+ # lib/md5.c: Public Domain +# libopts: LGPLv3+ or BSD # doc/sharutils.texi: GFDL -# libopts (not compiled in): LGPLv3+ or BSD -License: GPLv3+ and LGPLv3+ and LGPLv2+ and Public Domain and GFDL +License: GPLv3+ and LGPLv3+ and (LGPLv3+ or BSD) and LGPLv2+ and Public Domain and GFDL Group: Applications/Archiving Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz URL: http://www.gnu.org/software/%{name}/ @@ -16,6 +16,7 @@ BuildRequires: gettext Requires(post): info Requires(preun): info Provides: bundled(gnulib) +Provides: bundled(libopts) %description The sharutils package contains the GNU shar utilities, a set of tools for @@ -68,7 +69,7 @@ fi %changelog * Tue May 28 2013 Petr Pisar - 4.13.5-2 -- Correct license declaration (LGPLv3+ and GFDL added) +- Correct license declaration (LGPLv3+ and (LGPLv3+ or BSD) and GFDL added) * Mon Apr 15 2013 Petr Pisar - 4.13.5-1 - 4.13.5 bump