summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-12-12 09:47:43 +0100
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-12-30 09:21:15 +0100
commit2bd8053f139263b61fadb12c90a3fdd88d261b07 (patch)
treeea6835b469827f84173a70cbd89f0da43ac64887
parenta9a8227df08a99aa3786f79bad0973a426f2b282 (diff)
downloadlibtasn1-2bd8053f139263b61fadb12c90a3fdd88d261b07.tar.gz
libtasn1-2bd8053f139263b61fadb12c90a3fdd88d261b07.tar.bz2
libtasn1-2bd8053f139263b61fadb12c90a3fdd88d261b07.zip
Also add missing dependency to help2man. Change-Id: I1ed6cf5ea84b3f418b9742d6b89ae54ad3d37fef Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
-rw-r--r--packaging/libtasn1.spec14
1 files changed, 5 insertions, 9 deletions
diff --git a/packaging/libtasn1.spec b/packaging/libtasn1.spec
index f2d1aec..4d096cb 100644
--- a/packaging/libtasn1.spec
+++ b/packaging/libtasn1.spec
@@ -1,18 +1,17 @@
Name: libtasn1
Version: 4.0
Release: 0
-License: LGPL-2.1+ and GPL-3.0
+License: LGPL-2.1+ or GPL-3.0
Summary: ASN
Url: http://ftp.gnu.org/gnu/libtasn1/
Group: Security/Crypto Libraries
Source: %{name}-%{version}.tar.gz
Source99: baselibs.conf
-Source1001: libtasn1.manifest
+Source1001: libtasn1.manifest
BuildRequires: info
BuildRequires: pkg-config
BuildRequires: makeinfo
-Requires: libtasn1-tools
-
+BuildRequires: help2man
%description
This is the ASN.1 library used in GNUTLS. More up to date information
@@ -44,8 +43,9 @@ http://www.gnutls.org
cp %{SOURCE1001} .
%build
+touch ChangeLog
%reconfigure --disable-static
-make %{?_smp_mflags}
+%__make %{?_smp_mflags}
%install
%make_install
@@ -54,10 +54,8 @@ make %{?_smp_mflags}
%postun -p /sbin/ldconfig
-
%docs_package
-
%files tools
%manifest %{name}.manifest
%defattr(-, root, root)
@@ -75,5 +73,3 @@ make %{?_smp_mflags}
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/libtasn1.pc
-
-%changelog