iana-etc/iana-etc.spec

47 lines
1.2 KiB
RPMSpec
Raw Normal View History

Name: iana-etc
Version: 20160927
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
* 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