automatic version update by autodist [release 9.4.1-1mamba;Tue Oct 26 2021]

This commit is contained in:
Automatic Build System 2024-01-05 21:45:56 +01:00
parent 6706360747
commit 232a991dc6

View File

@ -1,24 +1,26 @@
Name: dhcpcd Name: dhcpcd
Version: 9.4.0 Version: 9.4.1
Release: 1mamba Release: 1mamba
Summary: A RFC 2131 compliant DHCP client Summary: A RFC 2131 compliant DHCP client
Group: Applications/Networking Group: Applications/Networking
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://roy.marples.name/projects/dhcpcd URL: http://roy.marples.name/projects/dhcpcd/
Source: http://roy.marples.name/downloads/dhcpcd/dhcpcd-%{version}.tar.xz Source: http://roy.marples.name/downloads/dhcpcd/dhcpcd-%{version}.tar.xz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libudev-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Provides: dhcpclient Provides: dhcpclient
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
dhcpcd is a RFC 2131 compliant DHCP client. It's also a RFC 3927 compliant IPv4LL (aka ZeroConf) client. dhcpcd is a RFC 2131 compliant DHCP client. It's also a RFC 3927 compliant IPv4LL (aka ZeroConf) client.
In layman's terms, dhcpcd runs on your machine and silently configures your computer to work on the attached networks without trouble and mostly without configuration. In layman's terms, dhcpcd runs on your machine and silently configures your computer to work on the attached networks without trouble and mostly without configuration.
%debug_package
%prep %prep
%setup -q %setup -q
@ -30,18 +32,20 @@ In layman's terms, dhcpcd runs on your machine and silently configures your comp
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %makeinstall
chmod 755 %{buildroot}%{_sbindir}/dhcpcd
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/dhcpcd.conf %{_sysconfdir}/dhcpcd.conf
%{_sbindir}/dhcpcd
%dir %{_libdir}/dhcpcd %dir %{_libdir}/dhcpcd
%dir %{_libdir}/dhcpcd/dev %dir %{_libdir}/dhcpcd/dev
%{_libdir}/dhcpcd/dev/udev.so %{_libdir}/dhcpcd/dev/udev.so
%{_libexecdir}/dhcpcd-run-hooks %{_libexecdir}/dhcpcd-run-hooks
%{_libexecdir}/dhcpcd-hooks/* %{_libexecdir}/dhcpcd-hooks/*
%{_sbindir}/dhcpcd
%dir %{_datadir}/dhcpcd %dir %{_datadir}/dhcpcd
%dir %{_datadir}/dhcpcd/hooks %dir %{_datadir}/dhcpcd/hooks
%{_datadir}/dhcpcd/hooks/* %{_datadir}/dhcpcd/hooks/*
@ -51,6 +55,9 @@ In layman's terms, dhcpcd runs on your machine and silently configures your comp
#%doc README #%doc README
%changelog %changelog
* Tue Oct 26 2021 Automatic Build System <autodist@mambasoft.it> 9.4.1-1mamba
- automatic version update by autodist
* Mon Jan 04 2021 Automatic Build System <autodist@mambasoft.it> 9.4.0-1mamba * Mon Jan 04 2021 Automatic Build System <autodist@mambasoft.it> 9.4.0-1mamba
- automatic version update by autodist - automatic version update by autodist