소스 검색

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 6 년 전
부모
커밋
920bf77f60
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      packaging/template.spec

+ 3
- 3
packaging/template.spec 파일 보기

@@ -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__