From 6c48f0eb215aa16d82e3febc6c33a0ad684935bfac8a9de4095541b1ef105708 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 26 Feb 2024 12:22:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/npth?expand=0&rev=31 --- npth.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/npth.spec b/npth.spec index 300b0fe..bd99745 100644 --- a/npth.spec +++ b/npth.spec @@ -70,7 +70,7 @@ date=$(date -u "+%%Y-%%m-%%dT%%H:%%M+0000" -r %SOURCE99) %install %make_install -find %buildroot -type f -name "*.la" -delete -print +find "%buildroot" -type f -name "*.la" -delete -print %check %make_build check @@ -79,14 +79,14 @@ find %buildroot -type f -name "*.la" -delete -print %postun -n %lname -p /sbin/ldconfig %files -n %lname -%_libdir/lib%name.so.* +%_libdir/libnpth.so.* %files devel %license COPYING.LIB %doc AUTHORS ChangeLog NEWS README -%_libdir/lib%name.so -%_libdir/pkgconfig/%name.pc -%_includedir/%name.h -%_datadir/aclocal/%name.m4 +%_libdir/libnpth.so +%_libdir/pkgconfig/* +%_includedir/* +%_datadir/aclocal/* %changelog