diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | packaging/libtasn1.spec | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d916957..c8e9535 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_INIT([GNU Libtasn1],[4.0],[help-libtasn1@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE([1.10 -Wall -Wno-override]) +AM_INIT_AUTOMAKE([foreign 1.10 -Wall -Wno-override]) AM_SILENT_RULES([yes]) # Library code modified: REVISION++ diff --git a/packaging/libtasn1.spec b/packaging/libtasn1.spec index b44de33..f2d1aec 100644 --- a/packaging/libtasn1.spec +++ b/packaging/libtasn1.spec @@ -1,5 +1,5 @@ Name: libtasn1 -Version: 2.14 +Version: 4.0 Release: 0 License: LGPL-2.1+ and GPL-3.0 Summary: ASN @@ -10,6 +10,7 @@ Source99: baselibs.conf Source1001: libtasn1.manifest BuildRequires: info BuildRequires: pkg-config +BuildRequires: makeinfo Requires: libtasn1-tools @@ -43,7 +44,7 @@ http://www.gnutls.org cp %{SOURCE1001} . %build -%configure --disable-static +%reconfigure --disable-static make %{?_smp_mflags} %install |