87 lines
3.0 KiB
RPMSpec
87 lines
3.0 KiB
RPMSpec
Name: iana-etc
|
|
Version: 20190823
|
|
Release: 1mamba
|
|
Summary: The iana-etc package provides the Unix/Linux /etc/services and /etc/protocols files
|
|
Group: System/Configuration
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://sethwklein.net/iana-etc.html
|
|
Source: https://github.com/Mic92/iana-etc/releases/download/%{version}/iana-etc-%{version}.tar.gz
|
|
#Source: http://sethwklein.net/iana-etc-%{version}.tar.bz2
|
|
Source1: iana-etc-additional-services
|
|
License: Public Domain
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
The iana-etc package provides the Unix/Linux /etc/services and /etc/protocols files.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
install -D -m0644 protocols %{buildroot}%{_sysconfdir}/protocols
|
|
install -D -m0644 services %{buildroot}%{_sysconfdir}/services
|
|
|
|
cat %{S:1} >> %{buildroot}%{_sysconfdir}/services
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%config %{_sysconfdir}/protocols
|
|
%config %{_sysconfdir}/services
|
|
#% doc COPYING CREDITS
|
|
|
|
%changelog
|
|
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 20190823-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 05 2019 Automatic Build System <autodist@mambasoft.it> 20190722-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 10 2019 Automatic Build System <autodist@mambasoft.it> 20190702-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 08 2019 Automatic Build System <autodist@mambasoft.it> 20190504-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 18 2019 Automatic Build System <autodist@mambasoft.it> 20190415-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 01 2019 Automatic Build System <autodist@mambasoft.it> 20190329-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 30 2019 Automatic Build System <autodist@mambasoft.it> 20190312-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 10 2019 Automatic Build System <autodist@mambasoft.it> 20190228-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 23 2019 Automatic Build System <autodist@mambasoft.it> 20190219-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 20190125-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 09 2019 Automatic Build System <autodist@mambasoft.it> 20181219-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 06 2018 Automatic Build System <autodist@mambasoft.it> 20180913-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 20180720-1mamba
|
|
- update to 20180720
|
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 20160927-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30-1mamba
|
|
- package created using the webbuild interface
|