diff --git a/gpgme.spec b/gpgme.spec index 629657e2be2889f0d3fbb340dfd85e445916ad08..f9ca63f2c9803cde081b9355ec432dfd47238f1e 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