diff --git a/libedit.changes b/libedit.changes index e241f9d..20bb3da 100644 --- a/libedit.changes +++ b/libedit.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Mar 28 09:30:51 UTC 2018 - dmueller@suse.com + +- move Changelog back to runtime package as it might not + be only developer documentation + +------------------------------------------------------------------- +Mon Mar 26 15:54:26 CEST 2018 - kukuk@suse.de + +- Use %license instead of %doc [bsc#1082318] +- Move development docu into -devel subpackage + ------------------------------------------------------------------- Mon Jun 22 11:45:10 UTC 2015 - tchvatal@suse.com diff --git a/libedit.spec b/libedit.spec index 4e2c933..e54c47c 100644 --- a/libedit.spec +++ b/libedit.spec @@ -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,8 @@ 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 +%doc ChangeLog %files -n libedit-devel %defattr(-,root,root,-) @@ -109,5 +110,6 @@ make %{?_smp_mflags} check %{_includedir}/editline/ %{_mandir}/man3/*.3%{ext_man} %{_libdir}/pkgconfig/libedit.pc +%doc examples/*c THANKS README.SUSE %changelog