forked from pool/libredwg
Restore dwgadd.5
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libredwg?expand=0&rev=45
This commit is contained in:
@@ -86,23 +86,21 @@ echo 'V_%version { global: *; };' >src/sv.sym
|
||||
%make_install
|
||||
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
|
||||
|
||||
%files tools
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README TODO
|
||||
%_bindir/dwg*
|
||||
%_bindir/dxf*
|
||||
%_mandir/man?/*.1%{?ext_man}
|
||||
%_mandir/man?/*.[1-9]*
|
||||
%_infodir/LibreDWG.info*%{?ext_info}
|
||||
%_datadir/libredwg/
|
||||
|
||||
%files devel
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README TODO
|
||||
%_includedir/*.h
|
||||
%_libdir/libredwg.so
|
||||
%_libdir/pkgconfig/libredwg.pc
|
||||
|
Reference in New Issue
Block a user