From 119a61e22212daada3fa86a0d8477966f395a6b3 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 3 Apr 2018 05:08:33 +0100 Subject: [PATCH] Move USAGE to %%license as it describes usage in a licensing context, other docs are developer (and actual build) focused not end user so move them to devel subpackage --- readline.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/readline.spec b/readline.spec index c7c4778..f3ca638 100644 --- a/readline.spec +++ b/readline.spec @@ -1,7 +1,7 @@ Summary: A library for editing typed command lines Name: readline Version: 7.0 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv3+ URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html Source: ftp://ftp.gnu.org/gnu/readline/readline-%{version}.tar.gz @@ -87,14 +87,14 @@ if [ $1 = 0 ]; then fi %files -%license COPYING -%doc CHANGES NEWS README USAGE +%license COPYING USAGE %{_libdir}/libreadline.so.* %{_libdir}/libhistory.so.* %{_infodir}/history.info* %{_infodir}/rluserman.info* %files devel +%doc CHANGES NEWS README %doc examples/*.c examples/*.h examples/rlfe %{_includedir}/readline/ %{_libdir}/libreadline.so @@ -108,6 +108,9 @@ fi %{_libdir}/libhistory.a %changelog +* Tue Apr 3 2018 Peter Robinson 7.0-10 +- Move USAGE to %%license as it describes usage in a licensing context + * Mon Mar 26 2018 Siteshwar Vashisht - 7.0-9 - Update to readline-7.0 patchlevel 3 Resolves: #1547804