SHA256
3
0
forked from pool/libedit

Accepting request 591878 from devel:libraries:c_c++

- move Changelog back to runtime package as it might not
  be only developer documentation

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

OBS-URL: https://build.opensuse.org/request/show/591878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libedit?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2018-03-30 10:01:11 +00:00 committed by Git OBS Bridge
commit e9dde38f5d
2 changed files with 16 additions and 2 deletions

View File

@ -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

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,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