[wso2-wsf-cpp/f16] Fixed syntax error in spec file

Peter MacKinnon pmackinn at fedoraproject.org
Wed Jul 11 20:29:30 UTC 2012


commit ff297ccfb191cd765da078f912e542ae7029bed7
Author: Peter MacKinnon <pmackinn at redhat.com>
Date:   Wed Jul 11 16:29:15 2012 -0400

    Fixed syntax error in spec file

 wso2-wsf-cpp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wso2-wsf-cpp.spec b/wso2-wsf-cpp.spec
index ddb1d5b..dfa475e 100644
--- a/wso2-wsf-cpp.spec
+++ b/wso2-wsf-cpp.spec
@@ -1,4 +1,4 @@
-{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
+%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
 %global pkg_name wso2-wsf-cpp
 %global axis_name wso2-axis2
 %global pkg_ver 2.1.0


More information about the scm-commits mailing list