Jan Engelhardt 2024-02-26 12:22:52 +00:00 committed by Git OBS Bridge
parent 21fa27aaa8
commit 6c48f0eb21

View File

@ -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