Upgrade to libtasn1 4.19.0 81/305981/1 accepted/tizen_unified tizen accepted/tizen/unified/20240214.164006
authorDariusz Michaluk <d.michaluk@samsung.com>
Tue, 13 Feb 2024 14:44:51 +0000 (15:44 +0100)
committerDariusz Michaluk <d.michaluk@samsung.com>
Wed, 14 Feb 2024 09:46:44 +0000 (10:46 +0100)
Change-Id: I893fd2c90c487d6e13b0b10e25b2cafc408da180

1  2 
.gbs.conf
packaging/libtasn1.spec

diff --cc .gbs.conf
index 0000000,0000000..9a3e5bc
new file mode 100644 (file)
--- /dev/null
--- /dev/null
+++ b/.gbs.conf
@@@ -1,0 -1,0 +1,2 @@@
++[general]
++upstream_branch = origin
index 660e165,0000000..5a78d6d
mode 100644,000000..100644
--- /dev/null
@@@ -1,77 -1,0 +1,77 @@@
- Version:        4.14
 +Name:           libtasn1
++Version:        4.19.0
 +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
 +BuildRequires:  gtk-doc
 +
 +%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 doc/COPYING
 +%{_bindir}/*
 +
 +%files
 +%manifest %{name}.manifest
 +%defattr(-, root, root)
 +%license doc/COPYING.LESSER
 +%{_libdir}/*.so.*
 +
 +%files devel
 +%manifest %{name}.manifest
 +%defattr(-, root, root)
 +%{_includedir}/*.h
 +%{_libdir}/*.so
 +%{_libdir}/pkgconfig/libtasn1.pc