forked from pool/libredwg
remove examples
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libredwg?expand=0&rev=32
This commit is contained in:
parent
64a0179da8
commit
f339feaa7b
@ -80,7 +80,10 @@ echo 'V_%version { global: *; };' >src/sv.sym
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find "%buildroot" -type f -name "*.la" -delete -print
|
||||
b="%buildroot"
|
||||
find "$b" -type f -name "*.la" -delete -print
|
||||
# Just examples (and also in the wrong directory)
|
||||
rm -fv "$b/usr/share/dwgadd.example" "$b/usr/share/load_dwg.py" "$b/usr/share/man/man5/dwgadd.5"*
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user