Compare commits
10 Commits
225ff2da5b
...
7ca7f66089
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ca7f66089 | ||
|
|
19a133f6c7 | ||
|
|
fad68fd7b2 | ||
|
|
cf7fb39a57 | ||
|
|
7f3bdecfdb | ||
|
|
fee7780886 | ||
|
|
ec6eec3511 | ||
|
|
96cfd81d82 | ||
|
|
b295c4587f | ||
|
|
37ed988d44 |
@ -113,7 +113,7 @@ diff -up libgpg-error-1.29/src/gpg-error.h.in.multilib libgpg-error-1.29/src/gpg
|
|||||||
+++ libgpg-error-1.29/src/gpg-error.h.in 2018-04-11 14:45:28.184203566 +0200
|
+++ libgpg-error-1.29/src/gpg-error.h.in 2018-04-11 14:45:28.184203566 +0200
|
||||||
@@ -17,7 +17,7 @@
|
@@ -17,7 +17,7 @@
|
||||||
* License along with this program; if not, see <https://www.gnu.org/licenses/>.
|
* License along with this program; if not, see <https://www.gnu.org/licenses/>.
|
||||||
* SPDX-License-Identifier: LGPL-2.1+
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
*
|
*
|
||||||
- * @configure_input@
|
- * @configure_input@
|
||||||
+ * Do not edit. Generated from gpg-error.h.in.
|
+ * Do not edit. Generated from gpg-error.h.in.
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
BIN
libgpg-error-1.47.tar.gz
Normal file
BIN
libgpg-error-1.47.tar.gz
Normal file
Binary file not shown.
BIN
libgpg-error-1.47.tar.gz.sig
Normal file
BIN
libgpg-error-1.47.tar.gz.sig
Normal file
Binary file not shown.
@ -1,15 +1,16 @@
|
|||||||
Name: libgpg-error
|
Name: libgpg-error
|
||||||
Version: 1.41
|
Version: 1.47
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Library for common error values and messages in GnuPG components.
|
Summary: Library for common error values and messages in GnuPG components.
|
||||||
License: LGPLv2+
|
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
|
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
|
Source1: https://www.gnupg.org/ftp/gcrypt/libgpg-error/%{name}-%{version}.tar.gz.sig
|
||||||
|
|
||||||
Patch0: libgpg-error-1.29-multilib.patch
|
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
|
%description
|
||||||
The libgpg-error package contains a library that originally defines common error values for all GnuPG components.
|
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
|
sed -i -e 's|sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="/lib /usr/lib %{_libdir}|g' configure
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --disable-rpath --disable-languages
|
%configure --disable-static --disable-rpath --disable-languages --enable-install-gpg-error-config
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -73,6 +74,30 @@ make check
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 17 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.47-1
|
||||||
|
- Type:requirement
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update libgpg-error version to 1.47
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Mon Mar 21 2022 yanglu <yanglu72@h-partners.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
|
* Thu Sep 30 2021 zhanzhimin <zhanzhimin@huawei.com> - 1.41-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
@ -118,5 +143,5 @@ make check
|
|||||||
* Wed Dec 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.31-4
|
* Wed Dec 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.31-4
|
||||||
- add Requires
|
- 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
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user