2024-01-05 23:47:18 +01:00
|
|
|
Name: iana-etc
|
2024-01-05 23:47:18 +01:00
|
|
|
Version: 20160927
|
2024-01-05 23:47:18 +01:00
|
|
|
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: 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
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
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
|
2024-01-05 23:47:18 +01:00
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 20160927-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:47:18 +01:00
|
|
|
* Fri Mar 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30-1mamba
|
|
|
|
- package created using the webbuild interface
|