Add gpgme.pc file

(cherry picked from commit f5de31aa3a6943cdf1c80bea29aaea7967984baf)
This commit is contained in:
yixiangzhike 2024-03-06 13:49:31 +08:00 committed by openeuler-sync-bot
parent f88eedb23a
commit a1e9879492

View File

@ -1,6 +1,6 @@
Name: gpgme
Version: 1.16.0
Release: 2
Release: 3
Summary: GnuPG Made Easy
License: GPLv2+ and LGPLv2+
URL: https://gnupg.org/related_software/gpgme/
@ -93,7 +93,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*
@ -138,6 +138,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)
@ -145,6 +146,12 @@ fi
%changelog
* Wed Mar 6 2024 yixiangzhike <yixiangzhike007@163.com> - 1.16.0-3
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:add gpgme.pc file
* Tue Oct 18 2022 yixiangzhike <yixiangzhike007@163.com> - 1.16.0-2
- Type:bugfix
- CVE:NA