.spec polish, note abi bump

This commit is contained in:
Rex Dieter 2018-02-20 11:15:47 -06:00
parent 47838a7255
commit f5ad056c03

View File

@ -48,6 +48,7 @@ CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN"; export CPPFLAGS
%configure \
--disable-static \
--disable-docs \
--enable-cplusplus \
--enable-large-config \
%ifarch %{ix86}
@ -82,12 +83,12 @@ make check %{?arch_ignore}
%ldconfig_scriptlets
%files
%doc doc/README.environment doc/README.linux
%{_libdir}/libcord.so.1*
%{_libdir}/libgc.so.1*
%{_libdir}/libgc.so.2*
%{_libdir}/libgccpp.so.1*
%files devel
%doc doc/README.environment doc/README.linux
%doc doc/*.html
%{_includedir}/gc.h
%{_includedir}/gc_cpp.h
@ -108,6 +109,8 @@ make check %{?arch_ignore}
* Thu Jan 04 2018 Rex Dieter <rdieter@fedoraproject.org> - 7.6.2-1
- 7.6.2 (#1531008)
- libgc soname bump
- -devel: include all docs here (ie, remove README's from main too)
* Fri Dec 29 2017 Rex Dieter <rdieter@fedoraproject.org> - 7.6.0-8
- rebuild (libatomic_ops)