Merge flash workaround

This commit is contained in:
Nicolas Chauvet 2012-08-29 08:41:48 +02:00
parent d6a0965c69
commit 03f34e3421

View File

@ -1,6 +1,6 @@
Name: libvdpau
Version: 0.4.1
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Wrapper library for the Video Decode and Presentation API
Group: System Environment/Libraries
@ -8,6 +8,7 @@ License: MIT
URL: http://freedesktop.org/wiki/Software/VDPAU
Source0: http://people.freedesktop.org/~aplattner/vdpau/libvdpau-%{version}.tar.bz2
Patch0: libvdpau-backport.patch
Patch1: flash-workarounds.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
@ -52,6 +53,7 @@ developing applications that use %{name}.
%prep
%setup -q
%patch0 -p1
%patch1 -p1 -b .flash-workarounds
autoreconf -vif
@ -81,6 +83,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%config(noreplace) %{_sysconfdir}/vdpau_wrapper.cfg
%{_libdir}/*.so.*
%dir %{_libdir}/vdpau
%{_libdir}/vdpau/libvdpau_trace.so*
@ -99,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Aug 19 2012 Julian Sikorski <belegdol@fedoraproject.org> - 0.4.1-9
- Added flash workarounds
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild