- Update to new upstream snapshot 0.9.28.14
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libasn1c?expand=0&rev=8
This commit is contained in:
parent
8d4f042a8d
commit
58052c875a
3
libasn1c-0.9.28.14.tar.xz
Normal file
3
libasn1c-0.9.28.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4132ca3a9232dd054fdb0eb6f0f656b8c2a33c13703651baa74e197699cd6763
|
||||||
|
size 97476
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7437d9dacaf078ea5303d8c8a93f5c941f3bdc6a9b75ae15b1476caf9eb3fd0b
|
|
||||||
size 95816
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 2 22:35:06 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream snapshot 0.9.28.14
|
||||||
|
* Relicense asn1helpers under BSD2C
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 29 00:14:29 UTC 2017 - jengelh@inai.de
|
Sat Apr 29 00:14:29 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libasn1c
|
Name: libasn1c
|
||||||
Version: 0.9.28.9
|
Version: 0.9.28.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Osmocon ASN.1 decoder and encoder library
|
Summary: Osmocon ASN.1 decoder and encoder library
|
||||||
License: AGPL-3.0+ and BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://openbsc.osmocom.org/trac/
|
Url: http://openbsc.osmocom.org/trac/
|
||||||
|
|
||||||
@ -41,8 +41,6 @@ EXTENDED-XER, PER.
|
|||||||
|
|
||||||
%package -n libasn1c0
|
%package -n libasn1c0
|
||||||
Summary: Osmocon ASN.1 decoder and encoder library
|
Summary: Osmocon ASN.1 decoder and encoder library
|
||||||
# src/asn1helpers.c causes AGPL
|
|
||||||
License: AGPL-3.0+
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libasn1c0
|
%description -n libasn1c0
|
||||||
@ -55,7 +53,6 @@ EXTENDED-XER, PER.
|
|||||||
|
|
||||||
%package -n libasn1c-devel
|
%package -n libasn1c-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
|
||||||
License: AGPL-3.0+
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libasn1c0 = %version
|
Requires: libasn1c0 = %version
|
||||||
|
|
||||||
@ -76,9 +73,8 @@ autoreconf -fi
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot"
|
%make_install
|
||||||
make %{?_smp_mflags} install DESTDIR="$b"
|
find "%buildroot/%_libdir" -type f -name "*.la" -delete
|
||||||
find "$b/%_libdir" -type f -name "*.la" -delete
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check %{?_smp_mflags}
|
make check %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user