move jemalloc.pc and jemalloc-config to -devel (#1593484)

This commit is contained in:
Joe Orton 2018-07-12 07:57:28 +01:00
parent 5ca2caa54f
commit 51d2105f04
1 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Name: jemalloc
Version: 5.1.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: General-purpose scalable concurrent malloc implementation
Group: System Environment/Libraries
@ -92,13 +92,13 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';'
%files
%{_libdir}/libjemalloc.so.*
%{_bindir}/jemalloc.sh
%{_bindir}/jemalloc-config
%{_libdir}/pkgconfig/jemalloc.pc
%doc COPYING README VERSION
%doc doc/jemalloc.html
%files devel
%{_includedir}/jemalloc
%{_bindir}/jemalloc-config
%{_libdir}/pkgconfig/jemalloc.pc
%{_bindir}/jeprof
%{_libdir}/libjemalloc.so
%{_mandir}/man3/jemalloc.3*
@ -106,6 +106,9 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';'
%ldconfig_scriptlets
%changelog
* Wed Jul 18 2018 Joe Orton <jorton@redhat.com> - 5.1.0-3
- move jemalloc.pc and jemalloc-config to -devel (#1593484)
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild