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