Merge branch 'upstream' into tizen 60/73360/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0.m2 tizen_3.0_tv accepted/tizen/3.0.m2/mobile/20170105.024646 accepted/tizen/3.0.m2/tv/20170105.024831 accepted/tizen/3.0.m2/wearable/20170105.025000 accepted/tizen/3.0/common/20161114.111043 accepted/tizen/3.0/ivi/20161011.050502 accepted/tizen/3.0/mobile/20161015.033615 accepted/tizen/3.0/tv/20161016.004829 accepted/tizen/3.0/wearable/20161015.083140 accepted/tizen/common/20160614.143706 accepted/tizen/ivi/20160614.041245 accepted/tizen/mobile/20160614.041226 accepted/tizen/tv/20160614.041238 accepted/tizen/unified/20170309.035942 accepted/tizen/wearable/20160614.041230 submit/tizen/20160613.080449 submit/tizen_3.0.m2/20170104.093753 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000004 submit/tizen_3.0_mobile/20161015.000004 submit/tizen_3.0_tv/20161015.000003 submit/tizen_3.0_wearable/20161015.000003 submit/tizen_unified/20170308.100414 tizen_4.0.m1_release
authorsangsu <sangsu.choi@samsung.com>
Wed, 8 Jun 2016 01:20:15 +0000 (10:20 +0900)
committersangsu <sangsu.choi@samsung.com>
Wed, 8 Jun 2016 01:20:49 +0000 (10:20 +0900)
Change-Id: I6a83621b105d4c428d1df8e52499b53185577419
Signed-off-by: sangsu <sangsu.choi@samsung.com>
1  2 
configure.ac
packaging/libtasn1.spec

diff --cc configure.ac
Simple merge
index 1e5c7b7,0000000..1d88b47
mode 100644,000000..100644
--- /dev/null
@@@ -1,75 -1,0 +1,75 @@@
- Version:        4.0
 +Name:           libtasn1
++Version:        4.8
 +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)
 +%{_bindir}/*
 +
 +%files
 +%manifest %{name}.manifest
 +%defattr(-, root, root)
 +%license COPYING COPYING.LIB
 +%{_libdir}/*.so.*
 +
 +%files devel
 +%manifest %{name}.manifest
 +%defattr(-, root, root)
 +%{_includedir}/*.h
 +%{_libdir}/*.so
 +%{_libdir}/pkgconfig/libtasn1.pc