From 3336cde658de88ffc16f7ca320a3385835d1a91d Mon Sep 17 00:00:00 2001 From: zhangfan Date: Fri, 17 Jun 2022 17:19:55 +0800 Subject: [PATCH] add yaml file and update Source0 (cherry picked from commit 9823f0ffb092c89bf227cf35f4b46ca3229f327d) --- dav1d.spec | 7 +++++-- dav1d.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 dav1d.yaml diff --git a/dav1d.spec b/dav1d.spec index 5842a9d..6bf444a 100644 --- a/dav1d.spec +++ b/dav1d.spec @@ -1,11 +1,11 @@ Name: dav1d Version: 0.5.2 -Release: 2 +Release: 3 Summary: AV1 cross-platform Decoder License: BSD URL: https://code.videolan.org/videolan/dav1d -Source0: %url/-/archive/%{version}/%{name}-%{version}.tar.bz2 +Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: gcc nasm doxygen BuildRequires: meson >= 0.47.0 @@ -58,6 +58,9 @@ Development files for dav1d, the AV1 cross-platform Decoder. %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Jun 20 2022 zhangfan - 0.5.2-3 +- Update Source0 + * Sat Jun 26 2021 caodongxia - 0.5.2-2 - Fix doc/html build method. diff --git a/dav1d.yaml b/dav1d.yaml new file mode 100644 index 0000000..a2692fc --- /dev/null +++ b/dav1d.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://code.videolan.org/videolan/dav1d.git +tag_prefix: "" +separator: "." -- Gitee