44 lines
1.1 KiB
RPMSpec
44 lines
1.1 KiB
RPMSpec
|
Name: iana-etc
|
||
|
Version: 2.30
|
||
|
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
|
||
|
* Fri Mar 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30-1mamba
|
||
|
- package created using the webbuild interface
|