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