[perl-CGI-SpeedyCGI] Use %global rather %define

Robert Scheck robert at fedoraproject.org
Sun Oct 12 18:14:10 UTC 2014


commit bc8efc0bdabb7447ddde40ed72470e28abd42002
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sun Oct 12 20:13:56 2014 +0200

    Use %global rather %define

 perl-CGI-SpeedyCGI.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-SpeedyCGI.spec b/perl-CGI-SpeedyCGI.spec
index 1aafe7b..8bbe1fb 100644
--- a/perl-CGI-SpeedyCGI.spec
+++ b/perl-CGI-SpeedyCGI.spec
@@ -5,7 +5,7 @@
 %{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
 %{!?_httpd_moddir:     %{expand: %%global _httpd_moddir     %%{_libdir}/httpd/modules}}
 
-%define pkgname CGI-SpeedyCGI
+%global pkgname CGI-SpeedyCGI
 
 Summary:        Speed up perl scripts by running them persistently
 Name:           perl-CGI-SpeedyCGI


More information about the scm-commits mailing list