fix multilib conflict
This commit is contained in:
parent
3da1251b8b
commit
72273bb416
@ -1,7 +1,7 @@
|
||||
Name: libvpx
|
||||
Summary: VP8 Video Codec SDK
|
||||
Version: 0.9.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
Source0: http://webm.googlecode.com/files/%{name}-%{version}.tar.bz2
|
||||
@ -147,7 +147,7 @@ rm -rf %{buildroot}
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
# These are SDK docs, not really useful to an end-user.
|
||||
%doc docs/
|
||||
%doc docs/html/
|
||||
%{_includedir}/vpx/
|
||||
%{_libdir}/pkgconfig/libvpx.pc
|
||||
%{_libdir}/libvpx.so
|
||||
@ -157,6 +157,9 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/*
|
||||
|
||||
%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
|
||||
- build shared library the old way for generic arches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user