|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: lazarus
|
|
|
|
|
Version: 1.8.4
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Lazarus Component Library and IDE for Freepascal
|
|
|
|
|
|
|
|
|
|
# GNU Classpath style exception, see COPYING.modifiedLGPL
|
|
|
|
@ -35,7 +35,7 @@ Component Library - LCL, which is also included in this package.
|
|
|
|
|
|
|
|
|
|
%package -n qt5pas
|
|
|
|
|
Version: %{qt5pas_version}
|
|
|
|
|
Release: %{qt5pas_release}
|
|
|
|
|
Release: %{qt5pas_release}.1
|
|
|
|
|
Summary: Qt5 bindings for Pascal
|
|
|
|
|
|
|
|
|
|
%description -n qt5pas
|
|
|
|
@ -43,7 +43,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}
|
|
|
|
|
|
|
|
|
@ -127,6 +127,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Nov 17 2018 Artur Iwicki <fedora@svgames.pl> - 1.8.4-2
|
|
|
|
|
- Use Lazarus version number to auto-calculate the qt5pas release number
|
|
|
|
|
This should prevent build failures in koji due to duplicate qt5pas version-release tags.
|
|
|
|
|