This commit is contained in:
parent
21fa27aaa8
commit
6c48f0eb21
12
npth.spec
12
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user