update to 20180720 [release 20180720-1mamba;Sun Jul 29 2018]
This commit is contained in:
parent
fa1b904fc3
commit
254e586076
@ -1,5 +1,5 @@
|
|||||||
Name: iana-etc
|
Name: iana-etc
|
||||||
Version: 20160927
|
Version: 20180720
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The iana-etc package provides the Unix/Linux /etc/services and /etc/protocols files
|
Summary: The iana-etc package provides the Unix/Linux /etc/services and /etc/protocols files
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sethwklein.net/iana-etc.html
|
URL: http://sethwklein.net/iana-etc.html
|
||||||
Source: http://sethwklein.net/iana-etc-%{version}.tar.bz2
|
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
|
Source1: iana-etc-additional-services
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -21,11 +22,11 @@ The iana-etc package provides the Unix/Linux /etc/services and /etc/protocols fi
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
install -D -m0644 protocols %{buildroot}%{_sysconfdir}/protocols
|
||||||
|
install -D -m0644 services %{buildroot}%{_sysconfdir}/services
|
||||||
|
|
||||||
cat %{S:1} >> %{buildroot}%{_sysconfdir}/services
|
cat %{S:1} >> %{buildroot}%{_sysconfdir}/services
|
||||||
|
|
||||||
@ -36,9 +37,12 @@ cat %{S:1} >> %{buildroot}%{_sysconfdir}/services
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config %{_sysconfdir}/protocols
|
%config %{_sysconfdir}/protocols
|
||||||
%config %{_sysconfdir}/services
|
%config %{_sysconfdir}/services
|
||||||
%doc COPYING CREDITS
|
#% doc COPYING CREDITS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 20160927-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user