diff options
author | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-12-12 09:47:43 +0100 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-12-30 09:21:15 +0100 |
commit | 2bd8053f139263b61fadb12c90a3fdd88d261b07 (patch) | |
tree | ea6835b469827f84173a70cbd89f0da43ac64887 | |
parent | a9a8227df08a99aa3786f79bad0973a426f2b282 (diff) | |
download | libtasn1-tizen_3.0.m1_mobile.tar.gz libtasn1-tizen_3.0.m1_mobile.tar.bz2 libtasn1-tizen_3.0.m1_mobile.zip |
Packaging: clean spec filetizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_wearable/20150128.000000submit/tizen_wearable/20150127.000001submit/tizen_tv/20150323.050640submit/tizen_tv/20150320.000002submit/tizen_tv/20150130.050505submit/tizen_tv/20150130.000000submit/tizen_mobile/20150223.000001submit/tizen_mobile/20150213.000000submit/tizen_mobile/20150129.000000submit/tizen_ivi/20160217.000006submit/tizen_ivi/20160217.000000submit/tizen_ivi/20150116.666666submit/tizen_ivi/20150116.444444submit/tizen_ivi/20150116.222222submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen_common/20150114.133045accepted/tizen/wearable/20150129.005740accepted/tizen/tv/20150324.014555accepted/tizen/mobile/20150224.002803accepted/tizen/ivi/20160218.025246accepted/tizen/ivi/20150117.065458accepted/tizen/common/20150116.082239tizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonsandbox/kevinthierry/bump-4.0
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.spec | 14 |
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 |