fix multilib conflict

This commit is contained in:
Tom "spot" Callaway 2010-09-01 17:06:23 -04:00
parent 3da1251b8b
commit 72273bb416

View File

@ -1,7 +1,7 @@
Name: libvpx Name: libvpx
Summary: VP8 Video Codec SDK Summary: VP8 Video Codec SDK
Version: 0.9.1 Version: 0.9.1
Release: 2%{?dist} Release: 3%{?dist}
License: BSD License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
Source0: http://webm.googlecode.com/files/%{name}-%{version}.tar.bz2 Source0: http://webm.googlecode.com/files/%{name}-%{version}.tar.bz2
@ -147,7 +147,7 @@ rm -rf %{buildroot}
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
# These are SDK docs, not really useful to an end-user. # These are SDK docs, not really useful to an end-user.
%doc docs/ %doc docs/html/
%{_includedir}/vpx/ %{_includedir}/vpx/
%{_libdir}/pkgconfig/libvpx.pc %{_libdir}/pkgconfig/libvpx.pc
%{_libdir}/libvpx.so %{_libdir}/libvpx.so
@ -157,6 +157,9 @@ rm -rf %{buildroot}
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Wed Sep 1 2010 Tom "spot" Callaway <tcallawa@redhat.com> 0.9.1-3
- only package html docs to avoid multilib conflict (bz 613185)
* Thu Jun 24 2010 Tom "spot" Callaway <tcallawa@redhat.com> 0.9.1-2 * Thu Jun 24 2010 Tom "spot" Callaway <tcallawa@redhat.com> 0.9.1-2
- build shared library the old way for generic arches - build shared library the old way for generic arches