From: sangsu Date: Wed, 8 Jun 2016 01:20:15 +0000 (+0900) Subject: Merge branch 'upstream' into tizen X-Git-Tag: accepted/tizen/3.0.m2/mobile/20170105.024646^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_3.0.m2_mobile;p=platform%2Fupstream%2Flibtasn1.git Merge branch 'upstream' into tizen Change-Id: I6a83621b105d4c428d1df8e52499b53185577419 Signed-off-by: sangsu --- e5c912938e2958fbeb7ee01183f0bc4e33143ead diff --cc packaging/libtasn1.spec index 1e5c7b7,0000000..1d88b47 mode 100644,000000..100644 --- a/packaging/libtasn1.spec +++ b/packaging/libtasn1.spec @@@ -1,75 -1,0 +1,75 @@@ +Name: libtasn1 - Version: 4.0 ++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