|
|
|
@ -4,20 +4,24 @@
|
|
|
|
|
# This fork contains several bugfixes and configuration file patches, to comply
|
|
|
|
|
# with distribution-specific system paths.
|
|
|
|
|
|
|
|
|
|
%global commit0 0052f96fdd6d5f021f20a1cfc4d2fcfc605941da
|
|
|
|
|
# Force out of source build
|
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
|
|
|
|
|
%global commit0 acd8dbb0c373154c664e23cae7ccd70f7d0f2651
|
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
%global commitdate 20200902
|
|
|
|
|
%global commitdate 20210114
|
|
|
|
|
%global owner gbm19
|
|
|
|
|
|
|
|
|
|
Name: qwt5-qt5
|
|
|
|
|
Version: 5.2.3a
|
|
|
|
|
Release: 8.%{commitdate}git%{shortcommit0}%{?dist}
|
|
|
|
|
Release: 9.%{commitdate}git%{shortcommit0}%{?dist}
|
|
|
|
|
Summary: Qt Widgets for Technical Applications adapted to Qt5
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ with exceptions
|
|
|
|
|
URL: https://github.com/gbm19/qwt5-qt5
|
|
|
|
|
Source: https://github.com/%{owner}/%{name}/archive/master/%{name}-master.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui) pkgconfig(Qt5Widgets) pkgconfig(Qt5PrintSupport)
|
|
|
|
@ -57,13 +61,13 @@ for f in doc/man/man3/*.3; do mv $f ${f/%.3/.qt5.3}; done
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
pushd %{name}-master
|
|
|
|
|
%{qmake_qt5}
|
|
|
|
|
%make_build
|
|
|
|
|
%cmake .
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
pushd %{name}-master
|
|
|
|
|
make install INSTALL_ROOT=%{buildroot}
|
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
@ -87,6 +91,10 @@ make install INSTALL_ROOT=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 07 2021 Alexander Ploumistos <alexpl@fedoraproject.org> - 5.2.3a-9.20210114gitacd8dbb
|
|
|
|
|
- Update to snapshot acd8dbb
|
|
|
|
|
- Switch to cmake
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.3a-8.20200902git0052f96
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|