update to 20200904 [release 20200904-1mamba;Sun Sep 06 2020]
This commit is contained in:
parent
9e2f157a02
commit
0e9e7e854d
@ -1,5 +1,5 @@
|
|||||||
Name: iana-etc
|
Name: iana-etc
|
||||||
Version: 20200812
|
Version: 20200904
|
||||||
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,8 +7,7 @@ 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: https://github.com/Mic92/iana-etc/releases/download/%{version}/iana-etc-%{version}.tar.gz
|
Source: https://github.com/Mic92/iana-etc.git/%{version}/iana-etc-%{version}.tar.bz2
|
||||||
#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
|
||||||
@ -22,11 +21,12 @@ The iana-etc package provides the Unix/Linux /etc/services and /etc/protocols fi
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
python3 update.py out
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
install -D -m0644 protocols %{buildroot}%{_sysconfdir}/protocols
|
install -D -m0644 out/dist/protocols %{buildroot}%{_sysconfdir}/protocols
|
||||||
install -D -m0644 services %{buildroot}%{_sysconfdir}/services
|
install -D -m0644 out/dist/services %{buildroot}%{_sysconfdir}/services
|
||||||
|
|
||||||
cat %{S:1} >> %{buildroot}%{_sysconfdir}/services
|
cat %{S:1} >> %{buildroot}%{_sysconfdir}/services
|
||||||
|
|
||||||
@ -40,6 +40,9 @@ cat %{S:1} >> %{buildroot}%{_sysconfdir}/services
|
|||||||
#% doc COPYING CREDITS
|
#% doc COPYING CREDITS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20200904-1mamba
|
||||||
|
- update to 20200904
|
||||||
|
|
||||||
* Tue Aug 18 2020 Automatic Build System <autodist@mambasoft.it> 20200812-1mamba
|
* Tue Aug 18 2020 Automatic Build System <autodist@mambasoft.it> 20200812-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user