From 33cf4520d5186ac64c723ce5511195dd3db75db2 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 27 Jan 2022 12:30:09 +0000 Subject: [PATCH] Disable automatic .la file removal (Fixes #2) https://fedoraproject.org/wiki/Changes/RemoveLaFiles --- neon.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/neon.spec b/neon.spec index 13a5c2d..870db70 100644 --- a/neon.spec +++ b/neon.spec @@ -10,10 +10,13 @@ %bcond_with libproxy %endif +# Disable automatic .la file removal +%global __brp_remove_la_files %nil + Summary: An HTTP and WebDAV client library Name: neon Version: 0.32.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ URL: https://notroj.github.io/neon/ Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz @@ -97,6 +100,10 @@ make %{?_smp_mflags} check %{_libdir}/*.so %changelog +* Mon Jan 24 2022 Timm Bäder - 0.32.2-4 +- Disable automatic .la file removal +- https://fedoraproject.org/wiki/Changes/RemoveLaFiles + * Thu Jan 27 2022 Joe Orton - 0.32.2-3 - strip LIBS exported by neon-config to the minimum