Updated .spec for OpenSUSE
fix for CxxURL development files no longer existing and packaging of -devel erroing out causing build failurepull/4708/head
parent
6aa39892f6
commit
5bf61294c8
|
|
@ -24,12 +24,12 @@
|
|||
# CakePHP-Enum-Behavior is configured as a git submodule
|
||||
%global cakephp_commit ea90c0cd7f6e24333a90885e563b5d30b793db29
|
||||
# RtspServer is configured as a git submodule
|
||||
%global rtspserver_commit 24e6b71
|
||||
%global rtspserver_commit a071599
|
||||
# CxxUrl is configured as a git submodule
|
||||
%global cxxurl_commit eaf46c0
|
||||
|
||||
|
||||
Version: 1.38.1+git5.3bb76ff0c
|
||||
Version: 1.38.1+git427.6aa39892f
|
||||
Release: 0
|
||||
Summary: A Linux based camera monitoring and analysis tool
|
||||
License: GPL-2.0-only
|
||||
|
|
@ -176,7 +176,6 @@ Requires: zip
|
|||
Requires(post): permissions
|
||||
Requires(pre): shadow
|
||||
Recommends: arp-scan
|
||||
Recommends: intel-gpu-tools
|
||||
Recommends: libgsoap-2_8_134
|
||||
Recommends: logrotate
|
||||
Recommends: mosquitto
|
||||
|
|
@ -418,8 +417,6 @@ echo %{version} > %{buildroot}%{_datadir}/zoneminder/version
|
|||
%{_prefix}/cmake/jwt-cpp-config-version.cmake
|
||||
%{_prefix}/cmake/jwt-cpp-config.cmake
|
||||
%{_prefix}/cmake/jwt-cpp-targets.cmake
|
||||
%{_includedir}/CxxUrl/string.hpp
|
||||
%{_includedir}/CxxUrl/url.hpp
|
||||
%{_includedir}/jwt-cpp/base.h
|
||||
%{_includedir}/jwt-cpp/jwt.h
|
||||
%{_includedir}/jwt-cpp/traits/boost-json/*.h
|
||||
|
|
@ -428,8 +425,6 @@ echo %{version} > %{buildroot}%{_datadir}/zoneminder/version
|
|||
%{_includedir}/jwt-cpp/traits/kazuho-picojson/*.h
|
||||
%{_includedir}/jwt-cpp/traits/nlohmann-json/*.h
|
||||
%{_includedir}/picojson/picojson.h
|
||||
%{_libdir}/cmake/CxxUrl/CxxUrl*.cmake
|
||||
%{_libdir}/libCxxUrl.a
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
|
|
|
|||
Loading…
Reference in New Issue