|
@@ -2,13 +2,16 @@ Summary: X.Org X11 libXvMC runtime library
|
|
Summary(ja): X.Org X11 libXvMC ランタイムライブラリ
|
|
Summary(ja): X.Org X11 libXvMC ランタイムライブラリ
|
|
Name: libXvMC
|
|
Name: libXvMC
|
|
Version: 1.0.7
|
|
Version: 1.0.7
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: MIT/X11
|
|
License: MIT/X11
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://www.x.org
|
|
URL: http://www.x.org
|
|
|
|
|
|
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
|
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
+# upstream patch
|
|
|
|
+Patch0: libXvMC-1.0.7-git20130524.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: xorg-x11-proto-devel
|
|
BuildRequires: xorg-x11-proto-devel
|
|
@@ -16,6 +19,8 @@ BuildRequires: xorg-x11-util-macros
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXv-devel
|
|
BuildRequires: libXv-devel
|
|
|
|
+BuildRequires: autoconf
|
|
|
|
+BuildRequires: xorg-x11-util-macros
|
|
Obsoletes: XFree86-libs, XOrg-libs
|
|
Obsoletes: XFree86-libs, XOrg-libs
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -35,11 +40,13 @@ X.Org X11 libXvMC development package
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1
|
|
|
|
|
|
# Disable static library creation by default.
|
|
# Disable static library creation by default.
|
|
%define with_static 0
|
|
%define with_static 0
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+autoreconf -if
|
|
%configure \
|
|
%configure \
|
|
%if ! %{with_static}
|
|
%if ! %{with_static}
|
|
--disable-static
|
|
--disable-static
|
|
@@ -92,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/pkgconfig/xvmc.pc
|
|
%{_libdir}/pkgconfig/xvmc.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jun 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-2
|
|
|
|
+- add Patch0 (libXvMC-1.0.7-git20130524.patch)
|
|
|
|
+ (including security fix for CVE-2013-1990,1999)
|
|
|
|
+- add BuildRequires: autoconf, xorg-x11-util-macros
|
|
|
|
+
|
|
* Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
|
|
* Fri Mar 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.7-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- add BuildRequires: xorg-x11-util-macros
|
|
- add BuildRequires: xorg-x11-util-macros
|