diff options
author | Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org> | 2014-11-10 16:42:54 +0100 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-26 08:34:23 +0100 |
commit | a9a8227df08a99aa3786f79bad0973a426f2b282 (patch) | |
tree | 0bd566c860b41c1ab1fc5e3d72552bc2f898e8d6 /packaging | |
parent | 573823e9897609130e459bd9f5900712f19c4859 (diff) | |
download | libtasn1-a9a8227df08a99aa3786f79bad0973a426f2b282.tar.gz libtasn1-a9a8227df08a99aa3786f79bad0973a426f2b282.tar.bz2 libtasn1-a9a8227df08a99aa3786f79bad0973a426f2b282.zip |
Bump to version 4.0
Alignment Tizen and Yocto package versions
[kevin.thierry: set correct version in spec file, remove unnecessary
.gbs.conf file.]
Bug-Tizen: TC-1926
Change-Id: I1f82c87d1f7828aff43e256ac05bb18a772956e2
Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/libtasn1.spec | 5 |
1 files changed, 3 insertions, 2 deletions
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 |