浏览代码

Add note about Fedora RPM macros in %files section

Alois Mahdal 8 年前
父节点
当前提交
7cf6d366a7
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      src/stub

+ 5
- 0
src/stub 查看文件

322
             echo "        PREFIX based paths (eg. /usr/bin) in this file should"
322
             echo "        PREFIX based paths (eg. /usr/bin) in this file should"
323
             echo "        should be as if PREFIX was /usr."
323
             echo "        should be as if PREFIX was /usr."
324
             echo ""
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
             echo "    Refer to these documents for further details:"
330
             echo "    Refer to these documents for further details:"
326
             echo ""
331
             echo ""
327
             echo "        http://rpm-guide.readthedocs.io/"
332
             echo "        http://rpm-guide.readthedocs.io/"