rebuilt by autoport with build requirements: libminizip-devel>=2.10.0-2mamba [release 2020.2-3mamba;Mon Oct 19 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 21:54:31 +01:00
parent 3459680e40
commit e34fd11cf3

View File

@ -1,6 +1,6 @@
Name: domoticz Name: domoticz
Version: 2020.2 Version: 2020.2
Release: 2mamba Release: 3mamba
Summary: A Home Automation System that lets you monitor and configure various devices Summary: A Home Automation System that lets you monitor and configure various devices
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
Vendor: openmamba Vendor: openmamba
@ -26,6 +26,7 @@ BuildRequires: libsqlite-devel
BuildRequires: libusb-compat-devel BuildRequires: libusb-compat-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libminizip-devel >= 2.10.0-2mamba
BuildRequires: libcereal-devel BuildRequires: libcereal-devel
BuildRequires: cmake BuildRequires: cmake
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -37,6 +38,7 @@ Domoticz is a Home Automation System that lets you monitor and configure various
%prep %prep
%setup -q %setup -q
sed -i "s|minizip|minizip2|" CMakeLists.txt
%build %build
%cmake -d build \ %cmake -d build \
@ -106,6 +108,9 @@ install -d -m0755 %{buildroot}/var/lib/domoticz
%doc License.txt %doc License.txt
%changelog %changelog
* Mon Oct 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2020.2-3mamba
- rebuilt by autoport with build requirements: libminizip-devel>=2.10.0-2mamba
* Wed Sep 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2020.2-2mamba * Wed Sep 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2020.2-2mamba
- complete setup as systemd service - complete setup as systemd service