[kcalc/f17] fix %_kde_version macro usage

Rex Dieter rdieter at fedoraproject.org
Tue Jun 5 13:01:45 UTC 2012


commit d7e221b6929303f51f009f110b97e92a672fee71
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Tue Jun 5 08:04:37 2012 -0500

    fix %_kde_version macro usage

 kcalc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kcalc.spec b/kcalc.spec
index 4697e01..a068fc5 100644
--- a/kcalc.spec
+++ b/kcalc.spec
@@ -2,7 +2,7 @@
 Name: kcalc 
 Summary: Scientific Calculator 
 Version: 4.8.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv2+
 URL:     https://projects.kde.org/projects/kde/kdeutils/kcalc
@@ -24,7 +24,7 @@ Conflicts: kdeutils-common < 6:4.7.80
 Obsoletes: kdeutils-kcalc < 6:4.7.80
 Provides:  kdeutils-kcalc = 6:%{version}-%{release}
 
-%{?_kde4:Requires: kdelibs4%{?_isa} >= %{_kde4_version}}
+%{?_kde4_version:Requires: kdelibs4%{?_isa} >= %{_kde4_version}}
 
 
 %description
@@ -67,6 +67,9 @@ desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/%{name}.des
 
 
 %changelog
+* Tue Jun 05 2012 Rex Dieter <rdieter at fedoraproject.org> 4.8.4-2
+- fix %%_kde_version macro usage
+
 * Mon Jun 04 2012 Than Ngo <than at redhat.com> - 4.8.4-1
 - 4.8.4
 


More information about the scm-commits mailing list