mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
Fix up the specfile to build on 32-bit
This commit is contained in:
parent
ff11051c34
commit
682d1d14be
@ -91,12 +91,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%attr(755, root, root) /usr/lib64/*.la
|
%attr(755, root, root) /usr/lib*/*.la
|
||||||
%attr(755, root, root) /usr/lib64/*.so*
|
%attr(755, root, root) /usr/lib*/*.so*
|
||||||
%attr(644, root, root) /usr/share/man/man3/*
|
%attr(644, root, root) /usr/share/man/man3/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%attr(644, root, root) /usr/lib64/pkgconfig/*
|
%attr(644, root, root) /usr/lib*/pkgconfig/*
|
||||||
%attr(644, root, root) /usr/include/libcvautomation/*
|
%attr(644, root, root) /usr/include/libcvautomation/*
|
||||||
|
|
||||||
%files examples
|
%files examples
|
||||||
|
Loading…
Reference in New Issue
Block a user