From 7041b5bd13ddeaaccde55b86bc4054bb37a75db5 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Wed, 18 May 2022 09:37:25 +0200 Subject: [PATCH] correction in the source url Signed-off-by: Toshaan Bharvani --- SPECS/libvdpau.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/libvdpau.spec b/SPECS/libvdpau.spec index 0f9bbb7..d309f4f 100644 --- a/SPECS/libvdpau.spec +++ b/SPECS/libvdpau.spec @@ -4,7 +4,7 @@ Release: 6%{?dist} Summary: Wrapper library for the Video Decode and Presentation API License: MIT URL: https://freedesktop.org/wiki/Software/VDPAU/ -Source0: https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/libvdpau-%{version}/libvdpau-%{version}.tar.bz2 +Source0: https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/%{version}/libvdpau-%{version}.tar.bz2 BuildRequires: doxygen BuildRequires: gcc-c++