!1 libtasn1: simplify functions
Merge pull request !1 from guoxiaoqi/next
This commit is contained in:
commit
e876c8a6c0
Binary file not shown.
@ -1,12 +0,0 @@
|
|||||||
diff -ur libtasn1-3.4.orig/configure libtasn1-3.4/configure
|
|
||||||
--- libtasn1-3.4.orig/configure 2013-11-25 20:24:23.000000000 +0100
|
|
||||||
+++ libtasn1-3.4/configure 2013-11-27 14:08:42.872612379 +0100
|
|
||||||
@@ -12376,7 +12376,7 @@
|
|
||||||
shlibpath_overrides_runpath=unknown
|
|
||||||
version_type=none
|
|
||||||
dynamic_linker="$host_os ld.so"
|
|
||||||
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
|
|
||||||
+sys_lib_dlsearch_path_spec="/lib /usr/lib /lib64 /usr/lib64"
|
|
||||||
need_lib_prefix=unknown
|
|
||||||
hardcode_into_libs=no
|
|
||||||
|
|
||||||
@ -1,15 +1,13 @@
|
|||||||
Summary: Libtasn1 is a ASN.1 parsing library
|
Summary: Libtasn1 is a ASN.1 parsing library
|
||||||
Name: libtasn1
|
Name: libtasn1
|
||||||
Version: 4.13
|
Version: 4.13
|
||||||
Release: 5
|
Release: 6
|
||||||
|
|
||||||
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
|
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
|
||||||
License: GPLv3+ and LGPLv2+
|
License: GPLv3+ and LGPLv2+
|
||||||
URL: http://www.gnu.org/software/libtasn1/
|
URL: http://www.gnu.org/software/libtasn1/
|
||||||
Source0: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz
|
Source0: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz
|
||||||
Source1: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz.sig
|
Source1: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz.sig
|
||||||
Source2: gpgkey-1F42418905D8206AA754CCDC29EE58B996865171.gpg
|
|
||||||
Patch1: libtasn1-3.4-rpath.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc, autoconf, automake, libtool, gnupg2, bison, pkgconfig, help2man, valgrind-devel
|
BuildRequires: gcc, autoconf, automake, libtool, gnupg2, bison, pkgconfig, help2man, valgrind-devel
|
||||||
Provides: bundled(gnulib) = 20130324
|
Provides: bundled(gnulib) = 20130324
|
||||||
@ -35,7 +33,6 @@ This package contains header files and so files for development.
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -81,5 +78,8 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \
|
|||||||
%{_infodir}/*.info.*
|
%{_infodir}/*.info.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.13-6
|
||||||
|
- simplify functions
|
||||||
|
|
||||||
* Fri Sep 06 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.13-5
|
* Fri Sep 06 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.13-5
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user