|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
Name: lazarus
|
|
|
|
|
Summary: Lazarus Component Library and IDE for Freepascal
|
|
|
|
|
|
|
|
|
|
Version: 2.0.6
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Version: 2.0.8
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
# The qt5pas version is taken from lcl/interfaces/qt5/cbindings/Qt5Pas.pro
|
|
|
|
|
%global qt5pas_version 2.6
|
|
|
|
@ -15,7 +15,6 @@ Source0: https://downloads.sourceforge.net/project/%{name}/Lazarus%20Zip%
|
|
|
|
|
|
|
|
|
|
Patch0: Makefile_patch.diff
|
|
|
|
|
Patch1: lazarus-2.0.6--disable-PascalScript-on-ppc64le.patch
|
|
|
|
|
Patch2: lazarus-2.0.6--illegal-qualifier.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: binutils
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
@ -67,7 +66,6 @@ developing applications that use qt5pas.
|
|
|
|
|
%setup -c -q
|
|
|
|
|
%patch0 -p0
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -93,8 +91,6 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
make -C lazarus install INSTALL_PREFIX=%{buildroot}%{_prefix} _LIB=%{_lib}
|
|
|
|
|
|
|
|
|
|
desktop-file-install \
|
|
|
|
@ -151,7 +147,11 @@ rm -rf %{buildroot}%{_libdir}/%{name}/lcl/interfaces/qt5/cbindings/tmp/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Mar 28 2020 Artur Iwicki <fedora@svgames.pl> - 2.0.6-9
|
|
|
|
|
* Thu Apr 16 2020 Artur Iwicki <fedora@svgames.pl> - 2.0.8-1
|
|
|
|
|
- Update to upstream release v.2.0.8
|
|
|
|
|
- Drop Patch2 ("illegal qualifier" compile-time error) - fixed upstream
|
|
|
|
|
|
|
|
|
|
* Sun Apr 12 2020 Artur Iwicki <fedora@svgames.pl> - 2.0.6-9
|
|
|
|
|
- Rebuilt for FPC 3.2.0-beta-r44680
|
|
|
|
|
|
|
|
|
|
* Sat Mar 28 2020 Artur Iwicki <fedora@svgames.pl> - 2.0.6-8
|
|
|
|
|