From 9387f36211bc2a966367396faf1fa37a6e4a130a Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Thu, 30 May 2024 11:50:32 +0800 Subject: [PATCH] Add gpgme.pc file --- gpgme.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gpgme.spec b/gpgme.spec index 629657e..f9ca63f 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -1,6 +1,6 @@ Name: gpgme Version: 1.14.0 -Release: 1 +Release: 2 Summary: GnuPG Made Easy License: GPLv2+ and LGPLv2+ URL: https://gnupg.org/related_software/gpgme/ @@ -103,7 +103,7 @@ chrpath -d $(find %{buildroot} -name gpgme-json) # Delete unpackaged files rm -fv %{buildroot}%{_infodir}/dir -rm -fv %{buildroot}%{_libdir}/{lib*.la,pkgconfig/gpgme*.pc} +rm -fv %{buildroot}%{_libdir}/lib*.la chrpath -d %{buildroot}%{_bindir}/%{name}-tool chrpath -d %{buildroot}%{_libdir}/lib%{name}pp.so* @@ -153,6 +153,7 @@ fi %{_includedir}/{%{name}.h,%{name}++/,q%{name}/,QGpgME/} %{_libdir}/{lib%{name}.so,lib%{name}pp.so,cmake/Gpgmepp/,libq%{name}.so,cmake/QGpgme/} %{_datadir}/aclocal/%{name}.m4 +%{_libdir}/pkgconfig/%{name}*.pc %files help %defattr(-,root,root) @@ -160,6 +161,9 @@ fi %changelog +* Thu May 30 2024 yixiangzhike - 1.14.0-2 +- add gpgme.pc file + * Fri Aug 21 2020 wangchen - 1.14.0-1 - update to 1.14.0 -- Gitee