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
This commit is contained in:
parent
b854b811d6
commit
119a61e222
@ -1,7 +1,7 @@
|
|||||||
Summary: A library for editing typed command lines
|
Summary: A library for editing typed command lines
|
||||||
Name: readline
|
Name: readline
|
||||||
Version: 7.0
|
Version: 7.0
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
URL: http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||||
Source: ftp://ftp.gnu.org/gnu/readline/readline-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/readline/readline-%{version}.tar.gz
|
||||||
@ -87,14 +87,14 @@ if [ $1 = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING USAGE
|
||||||
%doc CHANGES NEWS README USAGE
|
|
||||||
%{_libdir}/libreadline.so.*
|
%{_libdir}/libreadline.so.*
|
||||||
%{_libdir}/libhistory.so.*
|
%{_libdir}/libhistory.so.*
|
||||||
%{_infodir}/history.info*
|
%{_infodir}/history.info*
|
||||||
%{_infodir}/rluserman.info*
|
%{_infodir}/rluserman.info*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%doc CHANGES NEWS README
|
||||||
%doc examples/*.c examples/*.h examples/rlfe
|
%doc examples/*.c examples/*.h examples/rlfe
|
||||||
%{_includedir}/readline/
|
%{_includedir}/readline/
|
||||||
%{_libdir}/libreadline.so
|
%{_libdir}/libreadline.so
|
||||||
@ -108,6 +108,9 @@ fi
|
|||||||
%{_libdir}/libhistory.a
|
%{_libdir}/libhistory.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 3 2018 Peter Robinson <pbrobinson@fedoraproject.org> 7.0-10
|
||||||
|
- Move USAGE to %%license as it describes usage in a licensing context
|
||||||
|
|
||||||
* Mon Mar 26 2018 Siteshwar Vashisht <svashisht@redhat.com> - 7.0-9
|
* Mon Mar 26 2018 Siteshwar Vashisht <svashisht@redhat.com> - 7.0-9
|
||||||
- Update to readline-7.0 patchlevel 3
|
- Update to readline-7.0 patchlevel 3
|
||||||
Resolves: #1547804
|
Resolves: #1547804
|
||||||
|
Loading…
Reference in New Issue
Block a user