|
|
@ -2,7 +2,7 @@ Name: lazarus
|
|
|
|
Summary: Lazarus Component Library and IDE for Freepascal
|
|
|
|
Summary: Lazarus Component Library and IDE for Freepascal
|
|
|
|
|
|
|
|
|
|
|
|
Version: 2.0.6
|
|
|
|
Version: 2.0.6
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# The qt5pas version is taken from lcl/interfaces/qt5/cbindings/Qt5Pas.pro
|
|
|
|
# The qt5pas version is taken from lcl/interfaces/qt5/cbindings/Qt5Pas.pro
|
|
|
|
%global qt5pas_version 2.6
|
|
|
|
%global qt5pas_version 2.6
|
|
|
@ -43,7 +43,7 @@ Component Library - LCL, which is also included in this package.
|
|
|
|
# Qt5pas start
|
|
|
|
# Qt5pas start
|
|
|
|
%package -n qt5pas
|
|
|
|
%package -n qt5pas
|
|
|
|
Version: %{qt5pas_version}
|
|
|
|
Version: %{qt5pas_version}
|
|
|
|
Release: %{qt5pas_release}
|
|
|
|
Release: %{qt5pas_release}.1
|
|
|
|
Summary: Qt5 bindings for Pascal
|
|
|
|
Summary: Qt5 bindings for Pascal
|
|
|
|
|
|
|
|
|
|
|
|
%description -n qt5pas
|
|
|
|
%description -n qt5pas
|
|
|
@ -51,7 +51,7 @@ Qt5 bindings for Pascal from Lazarus.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n qt5pas-devel
|
|
|
|
%package -n qt5pas-devel
|
|
|
|
Version: %{qt5pas_version}
|
|
|
|
Version: %{qt5pas_version}
|
|
|
|
Release: %{qt5pas_release}
|
|
|
|
Release: %{qt5pas_release}.1
|
|
|
|
Summary: Development files for qt5pas
|
|
|
|
Summary: Development files for qt5pas
|
|
|
|
Requires: qt5pas%{?_isa} = %{qt5pas_version}-%{qt5pas_release}
|
|
|
|
Requires: qt5pas%{?_isa} = %{qt5pas_version}-%{qt5pas_release}
|
|
|
|
|
|
|
|
|
|
|
@ -147,6 +147,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}/lcl/interfaces/qt5/cbindings/tmp/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 01 2019 Artur Iwicki <fedora@svgames.pl> - 2.0.6-1
|
|
|
|
* Fri Nov 01 2019 Artur Iwicki <fedora@svgames.pl> - 2.0.6-1
|
|
|
|
- Update to upstream release v.2.0.6
|
|
|
|
- Update to upstream release v.2.0.6
|
|
|
|
|
|
|
|
|
|
|
|