From abfeb6cac3dd23004f304675d1a29813cb3a117c Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Thu, 16 Apr 2020 16:30:57 -0500 Subject: [PATCH] Update for new cmake devel files. --- codec2.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/codec2.spec b/codec2.spec index f34f6ae..fb4496e 100644 --- a/codec2.spec +++ b/codec2.spec @@ -1,6 +1,3 @@ -# https://bugzilla.redhat.com/show_bug.cgi?id=1799237 -%define _legacy_common_support 1 - %{?rhel: %global cmake %cmake3} Name: codec2 @@ -83,7 +80,7 @@ EOF %files %license COPYING -%doc README +%doc README.md %{_libdir}/*.so.* %files devel @@ -91,6 +88,7 @@ EOF %{_includedir}/%{name}/ %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/cmake/%{name}/ %changelog