Fix up the specfile to build on 32-bit

Release_2.0_Bugfix
Bradlee Speice 2012-08-30 15:12:55 -04:00
parent ff11051c34
commit 682d1d14be
1 changed files with 3 additions and 3 deletions

View File

@ -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