mirror of
https://github.com/openRuyi-Project/openRuyi.git
synced 2026-04-28 03:02:51 +00:00
41 lines
1.1 KiB
RPMSpec
41 lines
1.1 KiB
RPMSpec
# SPDX-FileCopyrightText: (C) 2025 Institute of Software, Chinese Academy of Sciences (ISCAS)
|
|
# SPDX-FileCopyrightText: (C) 2025 openRuyi Project Contributors
|
|
# SPDX-FileContributor: Zheng Junjie <zhengjunjie@iscas.ac.cn>
|
|
# SPDX-FileContributor: yyjeqhc <1772413353@qq.com>
|
|
#
|
|
# SPDX-License-Identifier: MulanPSL-2.0
|
|
|
|
Name: asn1c
|
|
Version: 0.9.28
|
|
Release: %autorelease
|
|
Summary: ASN.1 Compiler
|
|
License: BSD-2-Clause
|
|
URL: http://lionet.info/asn1c/
|
|
#!RemoteAsset
|
|
Source: https://github.com/vlm/asn1c/archive/refs/tags/v%{version}.tar.gz
|
|
BuildSystem: autotools
|
|
|
|
BuildRequires: autoconf
|
|
BuildRequires: automake
|
|
BuildRequires: bison flex
|
|
BuildRequires: libtool
|
|
BuildRequires: gcc
|
|
|
|
%description
|
|
Compiles ASN.1 data structures into C source structures that can be
|
|
simply marshalled to/unmarshalled from various encoding rules.
|
|
|
|
%conf -p
|
|
autoreconf -fiv
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc BUGS ChangeLog FAQ README.md TODO doc/asn1c-quick.pdf doc/asn1c-usage.pdf
|
|
%{_bindir}/*
|
|
%{_datadir}/asn1c
|
|
%{_mandir}/man1/*
|
|
%doc %{_docdir}/asn1c
|
|
|
|
%changelog
|
|
%{?autochangelog}
|