fix build dependence

This commit is contained in:
HukunaMatata 2020-01-15 01:53:44 +08:00
parent ad73639f28
commit 830b87aa85

View File

@ -2,7 +2,7 @@
Name: flac
Version: 1.3.2
Release: 10
Release: 11
Summary: encoder/decoder which support the Free Lossless Audio Codec
License: BSD and GPLv2+ and GFDL
Source0: http://downloads.xiph.org/releases/flac/flac-%{version}.tar.xz
@ -24,6 +24,7 @@ but lossless, meaning that audio is compressed in FLAC without any loss in quali
%package devel
Summary: FLAC libraries and header files for development.
Requires: pkgconfig
Requires: flac
%description devel
FLAC libraries and header files for development.
@ -99,6 +100,9 @@ update-desktop-database &> /dev/null || :
%doc flac-doc-devel/*
%changelog
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.3.2-11
- Fix build dependence
* Fri Sep 6 2019 lihongjiang <lihongjiang6@huawei.com> - 1.3.2-10
- Adding url into spec