LFS-RPM/SPECS/iana-etc.spec

45 lines
1.1 KiB
RPMSpec
Raw Normal View History

2023-05-21 00:44:20 +08:00
Name: iana-etc
Version: 20230418
Release: 1%{?dist}
Summary: IANA Assigned Internet Protocol Numbers
2023-04-06 21:29:02 +08:00
2023-05-21 00:44:20 +08:00
Group: System Environment/Base
License: Distributable
URL: https://github.com/Mic92/iana-etc
Source0: https://github.com/Mic92/iana-etc/releases/download/%{version}/iana-etc-%{version}.tar.gz
BuildArch: noarch
2023-04-06 21:29:02 +08:00
%description
2023-05-21 00:44:20 +08:00
A collection of IANA's Assigned Internet Protocol Numbers that is kept
up to date and conveniently packaged for Un*x package distribution.
2023-04-06 21:29:02 +08:00
%prep
%setup -q
%build
%install
install -m755 -d %{buildroot}%{_sysconfdir}
install -m644 protocols %{buildroot}%{_sysconfdir}/
install -m644 services %{buildroot}%{_sysconfdir}/
%files
%defattr(-,root,root,-)
%attr(0644,root,root) %{_sysconfdir}/protocols
%attr(0644,root,root) %{_sysconfdir}/services
%changelog
2023-05-21 00:44:20 +08:00
* Sat Nay 20 2023 Michael A. Peters <anymousepropget@gmail.com> - 20230418-1
- Update to 20230418 release
2023-04-06 21:29:02 +08:00
* Thu Apr 06 2023 Michael A. Peters <anymousepropget@gmail.com> - 20230330-1
- Update to 20230330 release
* Thu Mar 23 2023 Michael A. Peters <anymouseprophet@gmail.com> - 20230316-1
- Initial spec file for YJL (RPM bootstrapping LFS/BLFS 11.3)