diff --git a/flac.spec b/flac.spec index 14171e2..0a85d47 100644 --- a/flac.spec +++ b/flac.spec @@ -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 - 1.3.2-11 +- Fix build dependence + * Fri Sep 6 2019 lihongjiang - 1.3.2-10 - Adding url into spec