packaging: bump to version 3.3.5 sandbox/kevinthierry/bump-3.3.5 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.082310 accepted/tizen/ivi/20150117.065504 accepted/tizen/ivi/20160218.024859 accepted/tizen/mobile/20150304.131058 accepted/tizen/tv/20150324.014510 accepted/tizen/wearable/20150129.005801 submit/tizen_common/20150114.153148 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.000005 submit/tizen_mobile/20150129.000000 submit/tizen_mobile/20150213.000000 submit/tizen_mobile/20150223.000000 submit/tizen_mobile/20150302.000000 submit/tizen_tv/20150130.000000 submit/tizen_tv/20150130.050505 submit/tizen_tv/20150320.000001 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
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Wed, 3 Dec 2014 09:32:33 +0000 (10:32 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 24 Dec 2014 14:17:37 +0000 (15:17 +0100)
[kevin.thierry: add build dependency to makeinfo, packaging adaptation,
spec file clean up.]

Change-Id: If3482b1fd90e594e85d665f6904b6cc1916571a7
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/gnutls.spec

index 16b0e4e..9441a51 100644 (file)
@@ -3,7 +3,7 @@
 %define gnutls_ossl_sover 27
 
 Name:           gnutls
-Version:        3.0.30
+Version:        3.3.5
 Release:        0
 Summary:        The GNU Transport Layer Security Library
 License:        LGPL-3.0+ and GPL-3.0+
@@ -11,18 +11,19 @@ Group:          Security/Crypto Libraries
 Url:            http://www.gnutls.org/
 Source0:        http://ftp.gnu.org/gnu/gnutls/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
-Source1001:    gnutls.manifest
+Source1001:     gnutls.manifest
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libidn-devel
 BuildRequires:  pkgconfig(nettle) 
 BuildRequires:  libtasn1-devel
-BuildRequires: gettext-tools
+BuildRequires:  gettext-tools
 BuildRequires:  libtool
 BuildRequires:  p11-kit-devel >= 0.11
 BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRequires:  zlib-devel
+BuildRequires:  makeinfo
 
 Provides: gnutls-utils = %{version}-%{release}
 
@@ -103,15 +104,14 @@ cp %{SOURCE1001} .
 echo %{_includedir}/%{name}/abstract.h
 
 %build
-autoreconf -if
-%configure \
+%reconfigure \
         --disable-static \
         --with-pic \
         --disable-rpath \
         --disable-silent-rules \
-       --with-default-trust-store-dir=/etc/ssl/certs \
+        --with-default-trust-store-dir=/etc/ssl/certs \
         --with-sysroot=/%{?_sysroot}
-make %{?_smp_mflags}
+%__make %{?_smp_mflags}
 
 # 17-ago-2011, Test suite passes in factory, just not
 #in the build system due to some broken code requiring both networking
@@ -150,8 +150,8 @@ rm -f %{buildroot}%{_libdir}/*.la
 %{_bindir}/gnutls-serv
 %{_bindir}/ocsptool
 %{_bindir}/psktool
-%{_bindir}/p11tool
 %{_bindir}/srptool
+%{_bindir}/danetool
 %{_mandir}/man1/*
 
 %files -n libgnutls
@@ -183,6 +183,9 @@ rm -f %{buildroot}%{_libdir}/*.la
 %{_includedir}/%{name}/pkcs11.h
 %{_includedir}/%{name}/pkcs12.h
 %{_includedir}/%{name}/x509.h
+%{_includedir}/%{name}/x509-ext.h
+%{_includedir}/%{name}/self-test.h
+%{_includedir}/%{name}/tpm.h
 %{_libdir}/libgnutls.so
 %{_libdir}/pkgconfig/gnutls.pc
 %{_mandir}/man3/*
@@ -202,5 +205,3 @@ rm -f %{buildroot}%{_libdir}/*.la
 %{_libdir}/libgnutls-openssl.so
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}/openssl.h
-
-%changelog