[packages/uriparser] - fix cmake configs packaging, release 2

qboosh qboosh at pld-linux.org
Wed May 8 17:07:34 CEST 2024


commit 88f831021402c286810251d1d24c5b5674008e9c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed May 8 17:08:00 2024 +0200

    - fix cmake configs packaging, release 2

 uriparser.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/uriparser.spec b/uriparser.spec
index 27a27e3..7f73518 100644
--- a/uriparser.spec
+++ b/uriparser.spec
@@ -8,7 +8,7 @@ Summary:	A strictly RFC 3986 compliant URI parsing library
 Summary(pl.UTF-8):	Biblioteka analizująca URI ściśle zgodne z RFC 3986
 Name:		uriparser
 Version:	0.9.8
-Release:	1
+Release:	2
 License:	BSD
 Group:		Libraries
 #Source0Download: https://github.com/uriparser/uriparser/releases
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with static_libs}
 %{__make} -C build-static install \
 	DESTDIR=$RPM_BUILD_ROOT
+
+# make export files directory clean before shared lib install
+%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/cmake
 %endif
 
 %{__make} -C build install \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/uriparser.git/commitdiff/88f831021402c286810251d1d24c5b5674008e9c



More information about the pld-cvs-commit mailing list