public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/newlisp] rawhide: silent rpmlint
@ 2026-05-31 0:30 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-05-31 0:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/newlisp
Branch : rawhide
Commit : 03e2b93fb7bc5b46df3f9e19e7e71a0f719880ac
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-05-30T21:30:01-03:00
Stats : +4/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/newlisp/c/03e2b93fb7bc5b46df3f9e19e7e71a0f719880ac?branch=rawhide
Log:
silent rpmlint
---
diff --git a/newlisp.spec b/newlisp.spec
index 6989d76..2166d35 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -13,7 +13,7 @@ BuildRequires: make
BuildRequires: readline-devel
# This is required for the modules for newLisp
Requires: openssl-devel%{?_isa} gmp-devel%{_isa} gsl-devel%{_isa}
-Requires: mariadb-connector-c-devel%{?_isa} libpq-devel
+Requires: mariadb-connector-c-devel%{?_isa} libpq-devel%{_isa}
Requires: sqlite-devel%{?_isa} zlib-devel%{?_isa}
%description
@@ -33,6 +33,7 @@ sed -i.m32 's/\-m32 //' makefile_linux_utf8
sed -i.m64 's/\-m64 //' makefile_linuxLP64_utf8
%build
+%set_build_flags
%configure
%if "%{_lib}" == "lib64"
@@ -48,6 +49,8 @@ sed -i.m64 's/\-m64 //' makefile_linuxLP64_utf8
%install
make install_home HOME=%{buildroot}/usr/
+%check
+make check
%files
%doc %{_datadir}/doc/*
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 0:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 0:30 [rpms/newlisp] rawhide: silent rpmlint Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox