mirror of
https://abf.rosa.ru/djam/lazarus.git
synced 2025-02-23 15:12:46 +00:00
2.2.4
This commit is contained in:
parent
4daeef8d16
commit
ff7e7da3aa
3 changed files with 6 additions and 7 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,2 +1,3 @@
|
|||
sources:
|
||||
lazarus-2.2.0-0.tar.gz: 70ad33e99a2252e69ad7644839cd306aef8cb5b9
|
||||
lazarus-2.2.2-0.tar.gz: bfddbb110223bef3606b85389310263b58f313ed
|
||||
lazarus-2.2.4-0.tar.gz: 5137e699c26474fb8558a176aee5ba33a7aa59cd
|
||||
|
|
|
@ -2,6 +2,3 @@
|
|||
addFilter("E: unstripped-binary-or-object")
|
||||
# Keep examples
|
||||
addFilter("W: devel-file-in-non-devel-package")
|
||||
addFilter("E: zero-length")
|
||||
addFilter("E: devel-dependency")
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
Summary: Lazarus Component Library and IDE for Freepascal
|
||||
Name: lazarus
|
||||
Version: 2.2.0
|
||||
Version: 2.2.4
|
||||
Release: 1
|
||||
# GNU Classpath style exception, see COPYING.modifiedLGPL
|
||||
License: GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
|
||||
Group: Development/Pascal
|
||||
URL: https://www.lazarus-ide.org
|
||||
Source0: https://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%202.2.0/%{name}-%{version}-0.tar.gz
|
||||
Source0: https://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20%{version}/%{name}-%{version}-0.tar.gz
|
||||
Source1: lazarus-miscellaneousoptions
|
||||
Source10: lazarus.rpmlintrc
|
||||
Patch0: lazarus-2.2.0-makefile.patch
|
||||
|
@ -21,12 +21,13 @@ Requires: binutils
|
|||
Requires: fpc >= 3.2.0
|
||||
Requires: fpc-src >= 3.2.0
|
||||
Requires: gdb
|
||||
Requires: make
|
||||
Requires: pkgconfig(gdk-pixbuf-2.0)
|
||||
Requires: pkgconfig(glib-2.0)
|
||||
Requires: pkgconfig(gtk+-2.0)
|
||||
Requires: glibc-devel
|
||||
# Free Pascal Compiler (fpc) not builded on arm
|
||||
ExcludeArch: arm arm64 aarch64
|
||||
#ExcludeArch: %{armx}
|
||||
|
||||
%description
|
||||
Lazarus is a free and opensource RAD tool for freepascal using the lazarus
|
||||
|
|
Loading…
Add table
Reference in a new issue