Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
2cea84f65d
!35 [sync] PR-34: update libgpg-error version to 1.46
From: @openeuler-sync-bot 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
2023-02-28 09:03:13 +00:00
yangl777
8305e81f6d update libgpg-error version to 1.46
(cherry picked from commit cf7fb39a57527d8b4dffebe64f3332f10839dd1a)
2023-02-23 17:03:03 +08:00
openeuler-ci-bot
b09a9ff8de
!32 fix URL
From: @yangl777 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
2022-10-19 07:29:07 +00:00
yangl777
fa9aef470a
fix URL
Signed-off-by: yangl777 <yanglu72@h-partners.com>
2022-10-19 07:00:05 +00:00
openeuler-ci-bot
d18fa2daa1
!26 【轻量级 PR】:fix bogus date in %changelog
From: @leeffo 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
2022-09-06 01:40:00 +00:00
loong-C
978862906c
fix bogus date in %changelog 2022-06-14 09:26:38 +00:00
openeuler-ci-bot
5a8f8243a3 !22 update libgpg-error to 1.43
From: @haochenstar
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-12-06 01:28:35 +00:00
haochenstar
6d9d6f7acd update libgpg-error to 1.43 2021-12-02 16:01:03 +08:00
openeuler-ci-bot
2d38a10c38 !16 fix libgpg-error-devel install-info warning
From: @zzm_567
Reviewed-by: @yanan-rock
Signed-off-by: @yanan-rock
2021-09-30 07:05:03 +00:00
zhanzhimin
811882ec5d fix libgpg-error-devel install-info warning 2021-09-30 14:44:43 +08:00
5 changed files with 31 additions and 16 deletions

Binary file not shown.

Binary file not shown.

BIN
libgpg-error-1.46.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,16 @@
Name: libgpg-error
Version: 1.41
Version: 1.46
Release: 1
Summary: Library for common error values and messages in GnuPG components.
License: LGPLv2+
URL: https://www.gnupg.org/ftp/gcrypt/libgpg-error
URL: https://www.gnupg.org/related_software/libgpg-error/
Source0: https://www.gnupg.org/ftp/gcrypt/libgpg-error/%{name}-%{version}.tar.gz
Source1: https://www.gnupg.org/ftp/gcrypt/libgpg-error/%{name}-%{version}.tar.gz.sig
Patch0: libgpg-error-1.29-multilib.patch
BuildRequires: gcc gawk, gettext, autoconf, automake, gettext-devel, libtool, texinfo, gettext-autopoint hostname
BuildRequires: make
BuildRequires: gcc gawk, gettext, autoconf, automake, gettext-devel, libtool, texinfo, gettext-autopoint
%description
The libgpg-error package contains a library that originally defines common error values for all GnuPG components.
@ -35,7 +36,7 @@ sed -i -e '/--variable=host/d' src/gpg-error-config-test.sh.in
sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/lib /usr/lib %{_libdir}|g' configure
%build
%configure --disable-static --disable-rpath --disable-languages
%configure --disable-static --disable-rpath --disable-languages --enable-install-gpg-error-config
%make_build
%install
@ -49,16 +50,6 @@ make check
%ldconfig_scriptlets
%post devel
[ -f %{_infodir}/gpgrt.info.gz ] && /sbin/install-info %{_infodir}/gpgrt.info.gz %{_infodir}/dir
exit 0
%preun devel
if [ $1 = 0 -a -f %{_infodir}/gpgrt.info.gz ]; then
/sbin/install-info --delete %{_infodir}/gpgrt.info.gz %{_infodir}/dir
fi
exit 0
%files -f %{name}.lang
%defattr(-,root,root)
%license COPYING COPYING.LIB
@ -83,8 +74,32 @@ exit 0
%{_mandir}/*
%changelog
* Thu Feb 02 2023 yanglu <yanglu72@h-partners.com> - 1.46-1
- Type:requirement
- Id:NA
- SUG:NA
- DESC:update libgpg-error version to 1.46
* Wed Oct 19 2022 yanglu <yanglu72@h-partners.com> - 1.43-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix URL
* Thu Dec 02 2021 xihaochen <xihaochen@huawei.com> - 1.43-1
- Type:requirements
- Id:NA
- SUG:NA
- DESC:update libgpg-error to 1.43
* Thu Sep 30 2021 zhanzhimin <zhanzhimin@huawei.com> - 1.41-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix libgpg-error-devel install-info warning
* Sat Jan 30 2021 xihaochen <xihaochen@huawei.com> - 1.41-1
- Type:requirements
- Type:requirements
- Id:NA
- SUG:NA
- DESC:update libgpg-error to 1.41
@ -122,5 +137,5 @@ exit 0
* Wed Dec 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.31-4
- add Requires
* Thu Sep 14 2019 chenzhenyu <chenzhenyu13@huawei.com> - 1.31-3
* Mon Sep 30 2019 chenzhenyu <chenzhenyu13@huawei.com> - 1.31-3
- Package init