From 8e655622d4253e16fbf67e8da80096479bb6cc23 Mon Sep 17 00:00:00 2001 From: Hrvoje Zeba Date: Sun, 26 May 2019 21:45:03 -0600 Subject: Add pkgconfig to rpm spec pkgconfig file is installed but not referenced in the rpm's spec file so rpmbuild fails. Signed-off-by: Hrvoje Zeba Signed-off-by: Jens Axboe --- liburing.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/liburing.spec b/liburing.spec index 29891ff..957ed3b 100644 --- a/liburing.spec +++ b/liburing.spec @@ -49,6 +49,7 @@ make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr libdir=/%{_libdir} mandir=/usr/ %attr(0644,root,root) %{_includedir}/* %attr(0755,root,root) %{_libdir}/liburing.so %attr(0644,root,root) %{_libdir}/liburing.a +%attr(0644,root,root) %{_libdir}/pkgconfig/* %attr(0644,root,root) %{_mandir}/* %changelog -- cgit