|
|
|
@ -2,7 +2,7 @@ Name: lazarus
|
|
|
|
|
Summary: Lazarus Component Library and IDE for Freepascal
|
|
|
|
|
|
|
|
|
|
Version: 2.0.10
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
# The qt5pas version is taken from lcl/interfaces/qt5/cbindings/Qt5Pas.pro
|
|
|
|
|
%global qt5pas_version 2.6
|
|
|
|
@ -44,7 +44,7 @@ Component Library - LCL, which is also included in this package.
|
|
|
|
|
# Qt5pas start
|
|
|
|
|
%package -n qt5pas
|
|
|
|
|
Version: %{qt5pas_version}
|
|
|
|
|
Release: %{qt5pas_release}
|
|
|
|
|
Release: %{qt5pas_release}.1
|
|
|
|
|
Summary: Qt5 bindings for Pascal
|
|
|
|
|
|
|
|
|
|
%description -n qt5pas
|
|
|
|
@ -52,7 +52,7 @@ Qt5 bindings for Pascal from Lazarus.
|
|
|
|
|
|
|
|
|
|
%package -n qt5pas-devel
|
|
|
|
|
Version: %{qt5pas_version}
|
|
|
|
|
Release: %{qt5pas_release}
|
|
|
|
|
Release: %{qt5pas_release}.1
|
|
|
|
|
Summary: Development files for qt5pas
|
|
|
|
|
Requires: qt5pas%{?_isa} = %{qt5pas_version}-%{qt5pas_release}
|
|
|
|
|
|
|
|
|
@ -147,6 +147,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/lcl/interfaces/qt5/cbindings/tmp/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 11 2020 Artur Iwicki <fedora@svgames.pl> - 2.0.10-1
|
|
|
|
|
- Update to v2.0.10
|
|
|
|
|
|
|
|
|
|