File pyasn-data.spec of Package pyasn-data
#
# spec file for package pyasn-data
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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 https://bugs.opensuse.org/
#
Name: pyasn-data
Version: 20251019
Release: 0
Summary: Data for python-pyasn
License: SUSE-Redistributable-Content
Source1: asnames.json.gz
Source2: ipasn_db.dat.gz
Suggests: python3-pyasn
BuildArch: noarch
%description
This package includes the data for the python-pyasn package.
%prep
%setup -q -c -T
%build
# nop
%install
install -D -m 0644 -t %{buildroot}%{_datadir}/%{name} %{SOURCE1} %{SOURCE2}
%files
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/asnames.json.gz
%{_datadir}/%{name}/ipasn_db.dat.gz
%changelog