Update to 0.2 release
This commit is contained in:
parent
49437d457f
commit
a2f5699d9c
@ -1 +1 @@
|
||||
libvdpau-46e791147ac43ecd2fbfbc6bdf3bebda9030b51e.tar.bz2
|
||||
libvdpau-0.2.tar.gz
|
||||
|
||||
@ -1,26 +1,14 @@
|
||||
%global gitdate 20090902git
|
||||
%global gitref 46e791147ac43ecd2fbfbc6bdf3bebda9030b51e
|
||||
|
||||
Name: libvdpau
|
||||
Version: 0.1
|
||||
Release: 0.6.%{?gitdate}%{?dist}
|
||||
Version: 0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Wrapper library for the Video Decode and Presentation API
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: MIT
|
||||
URL: http://freedesktop.org/wiki/Software/VDPAU
|
||||
Source0: http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/libvdpau-%{gitref}.tar.bz2
|
||||
Source0: http://people.freedesktop.org/~aplattner/vdpau/libvdpau-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libtool
|
||||
|
||||
%if 0%{?fedora} > 11 || 0%{?rhel} > 5
|
||||
ExclusiveArch: i686 x86_64
|
||||
%else %if 0%{?fedora} == 11
|
||||
ExclusiveArch: i586 x86_64
|
||||
%else
|
||||
ExclusiveArch: i386 x86_64
|
||||
%endif
|
||||
BuildRequires: libX11-devel
|
||||
|
||||
|
||||
@ -46,7 +34,6 @@ developing applications that use %{name}.
|
||||
%setup -q -n %{name}-%{gitref}
|
||||
|
||||
|
||||
autoreconf -vif
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -80,7 +67,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libvdpau.so
|
||||
%{_libdir}/pkgconfig/vdpau.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 17 2009 kwizart < kwizart at gmail.com > - 0.2-1
|
||||
- Update to 0.2
|
||||
- Disable ExclusiveArch
|
||||
|
||||
* Mon Sep 7 2009 kwizart < kwizart at gmail.com > - 0.1-0.6.20090904git
|
||||
- Update to gitdate 20090904git
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user