diff --git a/gpgme.spec b/gpgme.spec index a051f49545ded3f26c605ecbe60e631c380d40fc..f6afc44428dd4691a6508ab779f40577f7425a83 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