From 9230e018015b4d4bb664f3f1c9a86574936883d0 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 30 Apr 2015 00:10:57 +0200 Subject: [PATCH] Fix qcustomplot-qt5.pc --- qcustomplot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qcustomplot.spec b/qcustomplot.spec index 56e9337..e0a7649 100644 --- a/qcustomplot.spec +++ b/qcustomplot.spec @@ -5,7 +5,7 @@ Name: qcustomplot Version: 1.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Qt widget for plotting and data visualization License: GPLv3+ @@ -113,7 +113,7 @@ Name: %{name}-qt5 Description: %{summary} Version: %{version} Cflags: -I\${includedir} -Libs: -L\${libdir} -lqcustomplot +Libs: -L\${libdir} -lqcustomplot-qt5 EOF %post -p /sbin/ldconfig @@ -151,6 +151,9 @@ EOF %changelog +* Thu Apr 30 2015 Sandro Mani - 1.3.1-3 +- Fix qcustomplot-qt5.pc + * Wed Apr 29 2015 Sandro Mani - 1.3.1-2 - Also build a qt5 version