mirror of
https://abf.rosa.ru/djam/lazarus.git
synced 2025-02-23 23:22:46 +00:00
fix build
This commit is contained in:
parent
ed731482b4
commit
4daeef8d16
2 changed files with 5 additions and 2 deletions
|
@ -2,3 +2,6 @@
|
|||
addFilter("E: unstripped-binary-or-object")
|
||||
# Keep examples
|
||||
addFilter("W: devel-file-in-non-devel-package")
|
||||
addFilter("E: zero-length")
|
||||
addFilter("E: devel-dependency")
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Release: 1
|
|||
# GNU Classpath style exception, see COPYING.modifiedLGPL
|
||||
License: GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions
|
||||
Group: Development/Pascal
|
||||
Url: http://www.lazarus-ide.org/
|
||||
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
|
||||
Source1: lazarus-miscellaneousoptions
|
||||
Source10: lazarus.rpmlintrc
|
||||
|
@ -26,7 +26,7 @@ Requires: pkgconfig(glib-2.0)
|
|||
Requires: pkgconfig(gtk+-2.0)
|
||||
Requires: glibc-devel
|
||||
# Free Pascal Compiler (fpc) not builded on arm
|
||||
ExcludeArch: %{armx}
|
||||
ExcludeArch: arm arm64 aarch64
|
||||
|
||||
%description
|
||||
Lazarus is a free and opensource RAD tool for freepascal using the lazarus
|
||||
|
|
Loading…
Add table
Reference in a new issue