Packaging: clean spec file sandbox/kevinthierry/bump-4.0 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/common/20150116.082239 accepted/tizen/ivi/20150117.065458 accepted/tizen/ivi/20160218.025246 accepted/tizen/mobile/20150224.002803 accepted/tizen/tv/20150324.014555 accepted/tizen/wearable/20150129.005740 submit/tizen_common/20150114.133045 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 submit/tizen_ivi/20150116.222222 submit/tizen_ivi/20150116.444444 submit/tizen_ivi/20150116.666666 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000006 submit/tizen_mobile/20150129.000000 submit/tizen_mobile/20150213.000000 submit/tizen_mobile/20150223.000001 submit/tizen_tv/20150130.000000 submit/tizen_tv/20150130.050505 submit/tizen_tv/20150320.000002 submit/tizen_tv/20150323.050640 submit/tizen_wearable/20150127.000001 submit/tizen_wearable/20150128.000000 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 12 Dec 2014 08:47:43 +0000 (09:47 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 30 Dec 2014 08:21:15 +0000 (09:21 +0100)
Also add missing dependency to help2man.

Change-Id: I1ed6cf5ea84b3f418b9742d6b89ae54ad3d37fef
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/libtasn1.spec

index f2d1aec..4d096cb 100644 (file)
@@ -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