exclude provides and don't add build_id_links [release 0.3.5-2mamba;Sun Sep 11 2022]
This commit is contained in:
parent
f395b861de
commit
e7232a7d26
@ -1,6 +1,6 @@
|
|||||||
Name: mqtt-explorer
|
Name: mqtt-explorer
|
||||||
Version: 0.3.5
|
Version: 0.3.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An all-round MQTT client that provides a structured topic overview
|
Summary: An all-round MQTT client that provides a structured topic overview
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -20,13 +20,16 @@ An all-round MQTT client that provides a structured topic overview.
|
|||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
|
%define _build_id_links none
|
||||||
|
%global __requires_exclude_from ^%{_datadir}/mqtt-explorer/.*$
|
||||||
|
%global __provides_exclude_from ^%{_datadir}/mqtt-explorer/.*$
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n MQTT-Explorer-%{version}
|
%setup -q -n MQTT-Explorer-%{version}
|
||||||
|
|
||||||
%global __requires_exclude_from ^%{_datadir}/mqtt-explorer/.*$
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
yarn
|
export NODE_OPTIONS="--openssl-legacy-provider"
|
||||||
|
yarn || sed -i 's/node-gyp rebuild/node-gyp rebuild --openssl_fips=X/' app/package.json
|
||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -56,5 +59,8 @@ ln -s ../share/mqtt-explorer/mqtt-explorer %{buildroot}%{_bindir}/mqtt-explorer
|
|||||||
%{_datadir}/mqtt-explorer/*
|
%{_datadir}/mqtt-explorer/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.5-2mamba
|
||||||
|
- exclude provides and don't add build_id_links
|
||||||
|
|
||||||
* Wed Jul 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.5-1mamba
|
* Wed Jul 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.5-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user