Quellcode durchsuchen

Follow Fedora Packaging Guidelines: %global vs. %define

`%global` is preferred to `%define` according to FPG:

    https://fedoraproject.org/wiki/Packaging:Guidelines#.25global_preferred_over_.25define
Alois Mahdal vor 6 Jahren
Ursprung
Commit
920bf77f60
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3
    3
      packaging/template.spec

+ 3
- 3
packaging/template.spec Datei anzeigen

@@ -1,6 +1,6 @@
1
-%define sfincb %{_datadir}/shellfu/include-bash
2
-%define shellfu_req shellfu >= 0.10.4, shellfu < 0.11
3
-%define saturnin_req shellfu-bash-saturnin >= 0.4.10, shellfu-bash-saturnin < 0.5
1
+%global sfincb %{_datadir}/shellfu/include-bash
2
+%global shellfu_req shellfu >= 0.10.4, shellfu < 0.11
3
+%global saturnin_req shellfu-bash-saturnin >= 0.4.10, shellfu-bash-saturnin < 0.5
4 4
 
5 5
 Name:           __MKIT_PROJ_PKGNAME__
6 6
 Version:        __MKIT_PROJ_VERSION__