We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4aca4 commit 219bc17Copy full SHA for 219bc17
rpm/patchmanager.spec
@@ -5,15 +5,12 @@
5
%{!?qtc_make:%define qtc_make make}
6
%{!?qmake5_install:%define qmake5_install make install INSTALL_ROOT=%{buildroot}}
7
8
-# override defines:
9
-# defined in src/bin/patchmanager-daemon/patchmanagerobject.h
10
-# src/qml/webcatalog.h:
11
-#
+# Override these defines in both (!):
+# - src/bin/patchmanager-daemon/patchmanagerobject.h
+# - src/qml/webcatalog.h
12
# SERVER_URL "https://coderus.openrepos.net"
13
# API_PATH "pm2/api"
14
# CATALOG_URL SERVER_URL "/" API_PATH
15
-# MEDIA_URL SERVER_URL "/" MEDIA_PATH
16
-
17
%global catalog_server https://coderus.openrepos.net
18
%global catalog_api_uri pm2/api
19
%define catalog_defines -DSERVER_URL=%{catalog_server} -DAPI_PATH=%{catalog_api_uri}
0 commit comments