Browse Source

Add note about Fedora RPM macros in %files section

Alois Mahdal 6 years ago
parent
commit
7cf6d366a7
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/stub

+ 5
- 0
src/stub View File

@@ -322,6 +322,11 @@ deploy() {
322 322
             echo "        PREFIX based paths (eg. /usr/bin) in this file should"
323 323
             echo "        should be as if PREFIX was /usr."
324 324
             echo ""
325
+            echo "        In case of Fedora-based distro, you should make use"
326
+            echo "        of RPM macros:"
327
+            echo ""
328
+            echo "            https://fedoraproject.org/wiki/Packaging:RPMMacros"
329
+            echo ""
325 330
             echo "    Refer to these documents for further details:"
326 331
             echo ""
327 332
             echo "        http://rpm-guide.readthedocs.io/"