|
|
@ -1,12 +1,12 @@
|
|
|
|
Name: lazarus
|
|
|
|
Name: lazarus
|
|
|
|
Version: 1.8.2
|
|
|
|
Version: 1.8.4
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Lazarus Component Library and IDE for Freepascal
|
|
|
|
Summary: Lazarus Component Library and IDE for Freepascal
|
|
|
|
|
|
|
|
|
|
|
|
# GNU Classpath style exception, see COPYING.modifiedLGPL
|
|
|
|
# GNU Classpath style exception, see COPYING.modifiedLGPL
|
|
|
|
License: GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
|
|
|
|
License: GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
|
|
|
|
URL: http://www.lazarus-ide.org/
|
|
|
|
URL: http://www.lazarus-ide.org/
|
|
|
|
Source0: http://downloads.sourceforge.net/project/%{name}/Lazarus%20Zip%20_%20GZip/Lazarus%20%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://downloads.sourceforge.net/project/%{name}/Lazarus%20Zip%20_%20GZip/Lazarus%20%{version}/%{name}-%{version}.tar.gz
|
|
|
|
patch0: Makefile_patch.diff
|
|
|
|
patch0: Makefile_patch.diff
|
|
|
|
patch1: Desktop_patch.diff
|
|
|
|
patch1: Desktop_patch.diff
|
|
|
|
patch2: disable_pascalscript_powerpc64.diff
|
|
|
|
patch2: disable_pascalscript_powerpc64.diff
|
|
|
@ -26,9 +26,11 @@ Component Library - LCL, which is also included in this package.
|
|
|
|
# Qt5pas start
|
|
|
|
# Qt5pas start
|
|
|
|
# The version is taken from lcl/interfaces/qt5/cbindings/Qt5Pas.pro
|
|
|
|
# The version is taken from lcl/interfaces/qt5/cbindings/Qt5Pas.pro
|
|
|
|
%global qt5pas_version 2.6
|
|
|
|
%global qt5pas_version 2.6
|
|
|
|
|
|
|
|
%global qt5pas_release 4
|
|
|
|
|
|
|
|
|
|
|
|
%package -n qt5pas
|
|
|
|
%package -n qt5pas
|
|
|
|
Version: %{qt5pas_version}
|
|
|
|
Version: %{qt5pas_version}
|
|
|
|
|
|
|
|
Release: %{qt5pas_release}
|
|
|
|
Summary: Qt5 bindings for Pascal
|
|
|
|
Summary: Qt5 bindings for Pascal
|
|
|
|
|
|
|
|
|
|
|
|
%description -n qt5pas
|
|
|
|
%description -n qt5pas
|
|
|
@ -36,8 +38,9 @@ Qt5 bindings for Pascal from Lazarus.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n qt5pas-devel
|
|
|
|
%package -n qt5pas-devel
|
|
|
|
Version: %{qt5pas_version}
|
|
|
|
Version: %{qt5pas_version}
|
|
|
|
|
|
|
|
Release: %{qt5pas_release}
|
|
|
|
Summary: Development files for qt5pas
|
|
|
|
Summary: Development files for qt5pas
|
|
|
|
Requires: qt5pas%{?_isa} = %{qt5pas_version}-%{release}
|
|
|
|
Requires: qt5pas%{?_isa} = %{qt5pas_version}-%{qt5pas_release}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n qt5pas-devel
|
|
|
|
%description -n qt5pas-devel
|
|
|
|
The qt5pas-devel package contains libraries and header files for
|
|
|
|
The qt5pas-devel package contains libraries and header files for
|
|
|
@ -132,6 +135,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Aug 18 2018 Artur Iwicki <fedora@svgames.pl> - 1.8.4-1
|
|
|
|
|
|
|
|
- Update to new upstream version
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 07 2018 Artur Iwicki <fedora@svgames.pl> - 1.8.2-3
|
|
|
|
* Tue Aug 07 2018 Artur Iwicki <fedora@svgames.pl> - 1.8.2-3
|
|
|
|
- Add the Qt5pas package (pull request #3)
|
|
|
|
- Add the Qt5pas package (pull request #3)
|
|
|
|
- Remove the Group: tag (no longer used in Fedora)
|
|
|
|
- Remove the Group: tag (no longer used in Fedora)
|
|
|
|