From 034291472126fc3b908e8d0ec568f6cd25ed881a Mon Sep 17 00:00:00 2001 From: codestation Date: Sat, 21 Feb 2015 18:01:47 -0430 Subject: [PATCH] Fix centos macro name. --- rpmbuild/qcma.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmbuild/qcma.spec b/rpmbuild/qcma.spec index 13f59d4..4510ea6 100644 --- a/rpmbuild/qcma.spec +++ b/rpmbuild/qcma.spec @@ -10,7 +10,7 @@ %define _verprefix v%{_version} %endif -%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} +%if 0%{?fedora} || 0%{?centos} %define _qt5base qt5-qtbase %define _qt5imageformats qt5-qtimageformats %define _pkgconfig pkgconfig