summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHrvoje Zeba <zeba.hrvoje@gmail.com>2019-05-26 21:45:03 -0600
committerJens Axboe <axboe@kernel.dk>2019-05-26 21:45:03 -0600
commit8e655622d4253e16fbf67e8da80096479bb6cc23 (patch)
treef887cd3e7e4119e9ad375ccd163e562e82e7aff3
parentfd26c1a2f0eb9ea53b41e471b1ea31cf341ac151 (diff)
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 <zeba.hrvoje@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--liburing.spec1
1 files changed, 1 insertions, 0 deletions
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