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
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
find %buildroot -type f -name "*.la" -delete -print
|
find "%buildroot" -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build check
|
%make_build check
|
||||||
@ -79,14 +79,14 @@ find %buildroot -type f -name "*.la" -delete -print
|
|||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/lib%name.so.*
|
%_libdir/libnpth.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING.LIB
|
%license COPYING.LIB
|
||||||
%doc AUTHORS ChangeLog NEWS README
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%_libdir/lib%name.so
|
%_libdir/libnpth.so
|
||||||
%_libdir/pkgconfig/%name.pc
|
%_libdir/pkgconfig/*
|
||||||
%_includedir/%name.h
|
%_includedir/*
|
||||||
%_datadir/aclocal/%name.m4
|
%_datadir/aclocal/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user