remove the gpg-error from devel package

This commit is contained in:
songnannan 2020-01-11 14:44:48 +08:00
parent a3f5cf2cdc
commit 92f63caf5e

View File

@ -1,6 +1,6 @@
Name: libgpg-error
Version: 1.35
Release: 1
Release: 2
Summary: Library for common error values and messages in GnuPG components.
License: LGPLv2+
URL: https://www.gnupg.org/ftp/gcrypt/libgpg-error
@ -73,6 +73,7 @@ exit 0
%{_includedir}/gpg*.h
%{_datadir}/aclocal/gpg*.m4
%{_infodir}/gpgrt.info*
%exclude %{_bindir}/gpg-error
%exclude %{_infodir}/dir
%exclude %{_libdir}/*.la
@ -81,6 +82,12 @@ exit 0
%{_mandir}/*
%changelog
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.35-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:remove the gpg-error from devel package
* Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.35-1
- Type:bugfix
- Id:NA