From 2bd8053f139263b61fadb12c90a3fdd88d261b07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Fri, 12 Dec 2014 09:47:43 +0100 Subject: [PATCH] Packaging: clean spec file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Also add missing dependency to help2man. Change-Id: I1ed6cf5ea84b3f418b9742d6b89ae54ad3d37fef Signed-off-by: Kévin THIERRY --- packaging/libtasn1.spec | 14 +++++--------- 1 file 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 -- 2.7.4