From 1e76beaaaf2860c484de78aff9c64df612637676 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 27 Jun 2023 17:23:54 +0200 Subject: [PATCH] - pl, updated to 2.3.14 --- xa.spec | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/xa.spec b/xa.spec index b00b905..69ffc12 100644 --- a/xa.spec +++ b/xa.spec @@ -1,17 +1,18 @@ # # Conditional build: -%bcond_without tests # build without tests +%bcond_without tests # testing # Summary: Cross-assembler for the 6502 and 65816 CPUs (and derivatives) +Summary(pl.UTF-8): Asembler skrośny dla procesorów 6502 oraz 65816 (i pochodnych) Name: xa -Version: 2.3.9 +Version: 2.3.14 Release: 1 -License: GPL v2 +License: GPL v2+ Group: Development/Languages Source0: https://www.floodgap.com/retrotech/xa/dists/%{name}-%{version}.tar.gz -# Source0-md5: f533c3d36fcedcbca3b61a90ded6f37f +# Source0-md5: c708214bf5d79a6c9ac98424bf7840a5 URL: https://www.floodgap.com/retrotech/xa/ -%{?with_tests:BuildRequires: perl} +%{?with_tests:BuildRequires: perl-base} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -19,12 +20,19 @@ Cross-assembler for the 6502 and 65816 CPUs (and derivatives). xa is a small, fast, portable two-pass assembler that compiles under most ANSI C compilers. +%description -l pl.UTF-8 +Asembler skrośny dla procesorów 6502 oraz 65816 (i pochodnych). Jest +to mały, szybki, przenośny, dwuprzebiegowy asembler, dający się +skompilować większością kompilatorów ANSI C. + %prep %setup -q %build %{__make} \ - CFLAGS="%{rpmcflags}" \ + CC="%{__cc}" \ + LD="%{__cc}" \ + CFLAGS="%{rpmcflags} %{rpmcppflags}" \ LDFLAGS="%{rpmldflags}" %{?with_tests:%{__make} -j1 test} -- 2.44.0