Compare commits
10 Commits
4ac04c6c4f
...
2cea84f65d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2cea84f65d | ||
|
|
8305e81f6d | ||
|
|
b09a9ff8de | ||
|
|
fa9aef470a | ||
|
|
d18fa2daa1 | ||
|
|
978862906c | ||
|
|
5a8f8243a3 | ||
|
|
6d9d6f7acd | ||
|
|
2d38a10c38 | ||
|
|
811882ec5d |
Binary file not shown.
Binary file not shown.
BIN
libgpg-error-1.46.tar.gz
Normal file
BIN
libgpg-error-1.46.tar.gz
Normal file
Binary file not shown.
BIN
libgpg-error-1.46.tar.gz.sig
Normal file
BIN
libgpg-error-1.46.tar.gz.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user