exclude invalid automatic requirement for perl(a) [release 3.10.0_2-2mamba;Wed Nov 30 2022]
This commit is contained in:
parent
05a6e3ed15
commit
b761fa1020
@ -1,12 +1,12 @@
|
||||
Name: ddclient
|
||||
Version: 3.9.1
|
||||
Release: 1mamba
|
||||
Version: 3.10.0_2
|
||||
Release: 2mamba
|
||||
Summary: A Perl client used to update dynamic DNS entries for accounts on many dynamic DNS services
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/ddclient/ddclient.git
|
||||
URL: https://github.com/ddclient/ddclient
|
||||
Source: https://github.com/ddclient/ddclient.git/v%{version}/ddclient-%{version}.tar.bz2
|
||||
Source1: ddclient.service
|
||||
License: GPL
|
||||
@ -15,21 +15,27 @@ BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: perl-Data-Validate-IP
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
A Perl client used to update dynamic DNS entries for accounts on many dynamic DNS services.
|
||||
|
||||
%global __requires_exclude ^perl\\(a\\)$
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--sysconfdir=%{_sysconfdir}/ddclient
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
install -Dm755 ddclient %{buildroot}%{_bindir}/ddclient
|
||||
install -Dm600 sample-etc_ddclient.conf %{buildroot}%{_sysconfdir}/ddclient/ddclient.conf
|
||||
install -d %{buildroot}/var/cache/ddclient
|
||||
%makeinstall
|
||||
|
||||
#install -d %{buildroot}/var/cache/ddclient
|
||||
install -Dm644 %{SOURCE1} %{buildroot}%{_unitdir}/ddclient.service
|
||||
|
||||
%post
|
||||
@ -55,5 +61,11 @@ install -Dm644 %{SOURCE1} %{buildroot}%{_unitdir}/ddclient.service
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Nov 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.0_2-2mamba
|
||||
- exclude invalid automatic requirement for perl(a)
|
||||
|
||||
* Tue Sep 27 2022 Automatic Build System <autodist@mambasoft.it> 3.10.0_2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.9.1-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user