Merge branch 'upstream' into tizen 51/181651/1 accepted/tizen/5.0/unified/20181102.030257 accepted/tizen/unified/20180620.131427 submit/tizen/20180615.093304 submit/tizen_5.0/20181101.000007
authorPawel Kowalski <p.kowalski2@partner.samsung.com>
Fri, 15 Jun 2018 09:24:08 +0000 (11:24 +0200)
committerPawel Kowalski <p.kowalski2@partner.samsung.com>
Fri, 15 Jun 2018 09:26:09 +0000 (11:26 +0200)
Change-Id: I254f6095d312777427a57af3ed346986a28f3aaa

1  2 
configure.ac
packaging/libtasn1.spec

diff --cc configure.ac
Simple merge
index 740f7fb,0000000..ac63c2d
mode 100644,000000..100644
--- /dev/null
@@@ -1,76 -1,0 +1,76 @@@
- Version:        4.8
 +Name:           libtasn1
++Version:        4.13
 +Release:        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
 +BuildRequires:  info
 +BuildRequires:  pkg-config
 +BuildRequires:  makeinfo
 +BuildRequires:  help2man
 +
 +%description
 +This is the ASN.1 library used in GNUTLS. More up to date information
 +can be found at http://www.gnu.org/software/gnutls and
 +http://www.gnutls.org
 +
 +%package tools
 +Summary:        ASN
 +Group:          Security/Crypto Libraries
 +Requires:       %{name} = %{version}
 +
 +%description tools
 +This is the ASN.1 library used in GNUTLS. More up to date information
 +can be found at http://www.gnu.org/software/gnutls and
 +http://www.gnutls.org
 +
 +%package devel
 +Summary:        ASN
 +Group:          Development/Libraries
 +Requires:       %{name} = %{version}
 +
 +%description devel
 +This is the ASN.1 library used in GNUTLS. More up to date information
 +can be found at http://www.gnu.org/software/gnutls and
 +http://www.gnutls.org
 +
 +%prep
 +%setup -q
 +cp %{SOURCE1001} .
 +
 +%build
 +touch ChangeLog
 +%reconfigure --disable-static
 +%__make %{?_smp_mflags}
 +
 +%install
 +%make_install
 +
 +%post -p /sbin/ldconfig
 +
 +%postun  -p /sbin/ldconfig
 +
 +%docs_package
 +
 +%files tools
 +%manifest %{name}.manifest
 +%defattr(-, root, root)
 +%license COPYING
 +%{_bindir}/*
 +
 +%files
 +%manifest %{name}.manifest
 +%defattr(-, root, root)
 +%license COPYING.LIB
 +%{_libdir}/*.so.*
 +
 +%files devel
 +%manifest %{name}.manifest
 +%defattr(-, root, root)
 +%{_includedir}/*.h
 +%{_libdir}/*.so
 +%{_libdir}/pkgconfig/libtasn1.pc