SHA256
3
0
forked from pool/libedit

- move Changelog back to runtime package as it might not

be only developer documentation

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libedit?expand=0&rev=57
This commit is contained in:
Dirk Mueller 2018-03-28 09:35:34 +00:00 committed by Git OBS Bridge
parent 7c0954c507
commit 8d35b47c49
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -101,6 +101,7 @@ make %{?_smp_mflags} check
%{_libdir}/libedit.so.%{soname}.*
%{_mandir}/man5/editrc.5%{ext_man}
%license COPYING
%doc ChangeLog
%files -n libedit-devel
%defattr(-,root,root,-)
@ -109,6 +110,6 @@ make %{?_smp_mflags} check
%{_includedir}/editline/
%{_mandir}/man3/*.3%{ext_man}
%{_libdir}/pkgconfig/libedit.pc
%doc examples/*c THANKS ChangeLog README.SUSE
%doc examples/*c THANKS README.SUSE
%changelog