From 18108d9af649eabb1475fbc8fb1bdc1899f5cfcb Mon Sep 17 00:00:00 2001 From: li-long315 Date: Fri, 7 Apr 2023 10:46:52 +0800 Subject: [PATCH] add gpgme.pc file --- gpgme.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/gpgme.spec b/gpgme.spec index a051f49..f6afc44 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -1,6 +1,6 @@ Name: gpgme Version: 1.17.0 -Release: 1 +Release: 2 Summary: GnuPG Made Easy License: GPLv2+ and LGPLv2+ URL: https://gnupg.org/related_software/gpgme/ @@ -99,7 +99,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* @@ -144,13 +144,19 @@ 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) %{_infodir}/%{name}.info* %changelog +* Mon Apr 10 2023 lilong - 1.17.0-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:Add gpgme.pc file + * Wed Aug 3 2022 yixiangzhike - 1.17.0-1 - Type:bugfix - CVE:NA -- Gitee