automatic version update by autodist [release 9.4.1-1mamba;Tue Oct 26 2021]
This commit is contained in:
parent
6706360747
commit
232a991dc6
15
dhcpcd.spec
15
dhcpcd.spec
@ -1,24 +1,26 @@
|
||||
Name: dhcpcd
|
||||
Version: 9.4.0
|
||||
Version: 9.4.1
|
||||
Release: 1mamba
|
||||
Summary: A RFC 2131 compliant DHCP client
|
||||
Group: Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libudev-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: dhcpclient
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -30,18 +32,20 @@ In layman's terms, dhcpcd runs on your machine and silently configures your comp
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
chmod 755 %{buildroot}%{_sbindir}/dhcpcd
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/dhcpcd.conf
|
||||
%{_sbindir}/dhcpcd
|
||||
%dir %{_libdir}/dhcpcd
|
||||
%dir %{_libdir}/dhcpcd/dev
|
||||
%{_libdir}/dhcpcd/dev/udev.so
|
||||
%{_libexecdir}/dhcpcd-run-hooks
|
||||
%{_libexecdir}/dhcpcd-hooks/*
|
||||
%{_sbindir}/dhcpcd
|
||||
%dir %{_datadir}/dhcpcd
|
||||
%dir %{_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
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user