Update to 2.0.0
This commit is contained in:
parent
376c573038
commit
7f61bef67a
2 changed files with 10 additions and 4 deletions
|
|
@ -2,11 +2,11 @@
|
|||
# First digit: major, bump when incompatible changes were performed
|
||||
# Second digit: minor, bump when interface was extended
|
||||
%global so_ver 2.0.0
|
||||
%global pre beta
|
||||
#global pre beta
|
||||
|
||||
Name: qcustomplot
|
||||
Version: 2.0.0
|
||||
Release: 0.2%{?pre:.%pre}%{?dist}
|
||||
Release: 1%{?pre:.%pre}%{?dist}
|
||||
Summary: Qt widget for plotting and data visualization
|
||||
|
||||
License: GPLv3+
|
||||
|
|
@ -14,6 +14,8 @@ URL: http://www.qcustomplot.com/
|
|||
Source0: http://www.qcustomplot.com/release/%{version}%{?pre:-%pre}/QCustomPlot.tar.gz
|
||||
Source1: %{name}.pro
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
BuildRequires: qt4-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
|
||||
|
|
@ -101,7 +103,7 @@ includedir=%{_includedir}
|
|||
Name: %{name}
|
||||
Description: %{summary}
|
||||
Version: %{version}
|
||||
Cflags: -I\${includedir}
|
||||
Cflags: -I\${includedir}
|
||||
Libs: -L\${libdir} -lqcustomplot
|
||||
EOF
|
||||
|
||||
|
|
@ -152,6 +154,10 @@ EOF
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 19 2018 Sandro Mani <manisandro@gmail.com> - 2.0.0-1
|
||||
- Update to 2.0.0
|
||||
- Add missing BR: gcc-c++, make
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-0.2.beta
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue