forked from pool/libasn1c
libasn1c 0.9.37
This commit is contained in:
parent
6b8995ea72
commit
c5b4b9e969
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c45b58c73ccea5f82433936c0a61748510b7bb4b31614ff3e8eef3d2c29a1918
|
|
||||||
size 138069
|
|
BIN
0.9.37.tar.gz
(Stored with Git LFS)
Normal file
BIN
0.9.37.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 20 21:56:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.9.37
|
||||||
|
* A readme file was added
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 1 17:34:45 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Wed Nov 1 17:34:45 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libasn1c
|
# spec file for package libasn1c
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libasn1c
|
Name: libasn1c
|
||||||
Version: 0.9.36
|
Version: 0.9.37
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Osmocon ASN.1 decoder and encoder library
|
Summary: Osmocon ASN.1 decoder and encoder library
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://git.osmocom.org/libasn1c
|
URL: https://gitea.osmocom.org/cellular-infrastructure/libasn1c
|
||||||
|
|
||||||
Source: https://github.com/osmocom/libasn1c/archive/%version.tar.gz
|
Source: https://github.com/osmocom/libasn1c/archive/%version.tar.gz
|
||||||
BuildRequires: libtool >= 2
|
BuildRequires: libtool >= 2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -49,13 +48,13 @@ Compiles ASN.1 data structures into C source structures that can be
|
|||||||
simply (un)marshalled from and to: BER, DER, CER, BASIC-XER, CXER,
|
simply (un)marshalled from and to: BER, DER, CER, BASIC-XER, CXER,
|
||||||
EXTENDED-XER, PER.
|
EXTENDED-XER, PER.
|
||||||
|
|
||||||
%package -n libasn1c-devel
|
%package devel
|
||||||
Summary: Development files for libasn1c, Osmocom's ASN.1 decoder and encoder library
|
Summary: Development files for libasn1c, Osmocom's ASN.1 decoder and encoder library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libasn1c1 = %version
|
Requires: libasn1c1 = %version
|
||||||
Requires: pkgconfig(talloc)
|
Requires: pkgconfig(talloc)
|
||||||
|
|
||||||
%description -n libasn1c-devel
|
%description devel
|
||||||
Compiles ASN.1 data structures into C source structures that can be
|
Compiles ASN.1 data structures into C source structures that can be
|
||||||
simply (un)marshalled from and to: BER, DER, CER, BASIC-XER, CXER,
|
simply (un)marshalled from and to: BER, DER, CER, BASIC-XER, CXER,
|
||||||
EXTENDED-XER, PER.
|
EXTENDED-XER, PER.
|
||||||
@ -82,13 +81,13 @@ if ! %make_build check; then
|
|||||||
find . -name testsuite.log -exec cat "{}" "+"
|
find . -name testsuite.log -exec cat "{}" "+"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post -n libasn1c1 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libasn1c1
|
||||||
%postun -n libasn1c1 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n libasn1c1
|
%files -n libasn1c1
|
||||||
%_libdir/libasn1c.so.*
|
%_libdir/libasn1c.so.*
|
||||||
|
|
||||||
%files -n libasn1c-devel
|
%files devel
|
||||||
|
%doc README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%_includedir/%name/
|
%_includedir/%name/
|
||||||
%_libdir/pkgconfig/*.pc
|
%_libdir/pkgconfig/*.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user