Accepting request 591120 from home:kukuk:branches:devel:libraries:c_c++

- Use %license instead of %doc [bsc#1082318]
- Move development docu into -devel subpackage

OBS-URL: https://build.opensuse.org/request/show/591120
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libedit?expand=0&rev=56
This commit is contained in:
2018-03-27 10:19:34 +00:00
committed by Git OBS Bridge
parent 0214f43165
commit 7c0954c507
2 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package libedit
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -100,7 +100,7 @@ make %{?_smp_mflags} check
%{_libdir}/libedit.so.%{soname}
%{_libdir}/libedit.so.%{soname}.*
%{_mandir}/man5/editrc.5%{ext_man}
%doc README.SUSE THANKS ChangeLog COPYING examples/*c
%license COPYING
%files -n libedit-devel
%defattr(-,root,root,-)
@@ -109,5 +109,6 @@ make %{?_smp_mflags} check
%{_includedir}/editline/
%{_mandir}/man3/*.3%{ext_man}
%{_libdir}/pkgconfig/libedit.pc
%doc examples/*c THANKS ChangeLog README.SUSE
%changelog