Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
libasn1c
libasn1c.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libasn1c.spec of Package libasn1c
# # spec file for package libasn1c # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define soname 0 Name: libasn1c Version: 0.9.28~21 Release: 0 Summary: Osmocon ASN.1 decoder and encoder library License: AGPL-3.0+ and BSD-2-Clause Group: Development/Libraries/C and C++ Url: http://openbsc.osmocom.org/trac/ #Git-Clone: git://git.osmocom.org/libasn1c #Snapshot: 2d4f2bd91ce5724c9f1c3916dfa5b21c8f6e7fbc Source: %name-%version.tar.xz BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool >= 2 BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(libosmocore) >= 0.1.13 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Lev Walkins's asn1c runtime, as a shared library and with modifications for Osmocom. Compiles ASN.1 data structures into C source structures that can be simply (un)marshalled from and to: BER, DER, CER, BASIC-XER, CXER, EXTENDED-XER, PER. %package -n libasn1c0 Summary: Osmocon ASN.1 decoder and encoder library Group: System/Libraries # src/asn1helpers.c causes AGPL License: AGPL-3.0+ %description -n libasn1c0 Lev Walkins's asn1c runtime, as a shared library and with modifications for Osmocom. Compiles ASN.1 data structures into C source structures that can be simply (un)marshalled from and to: BER, DER, CER, BASIC-XER, CXER, EXTENDED-XER, PER. %package -n libasn1c-devel Summary: Development files for libasn1c, Osmocom's ASN.1 decoder and encoder library Group: Development/Libraries/C and C++ Requires: libasn1c0 = %version License: AGPL-3.0+ %description -n libasn1c-devel Compiles ASN.1 data structures into C source structures that can be simply (un)marshalled from and to: BER, DER, CER, BASIC-XER, CXER, EXTENDED-XER, PER. This subpackage contains libraries and header files for developing applications that want to make use of libasn1c. %prep %setup -qn %name %build autoreconf -fiv %configure --disable-static make %{?_smp_mflags} %install b="%buildroot" make %{?_smp_mflags} install DESTDIR="$b" find "$b/%_libdir" -type f -name "*.la" -delete %check make check %{?_smp_mflags} %post -n libasn1c0 -p /sbin/ldconfig %postun -n libasn1c0 -p /sbin/ldconfig %files -n libasn1c0 %defattr(-,root,root) %_libdir/libasn1c.so.0* %files -n libasn1c-devel %defattr(-,root,root) %doc COPYING %_includedir/asn1c/ %_libdir/pkgconfig/*.pc %_libdir/libasn1c.so %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor