From 1d175f17b97e8ab654954ed2723126e9681bf837 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 5 Nov 2019 14:46:15 -0500 Subject: [PATCH] import libcdio-2.0.0-3.el8 --- SPECS/libcdio.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SPECS/libcdio.spec b/SPECS/libcdio.spec index f784718..9d060f0 100644 --- a/SPECS/libcdio.spec +++ b/SPECS/libcdio.spec @@ -1,6 +1,6 @@ Name: libcdio Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CD-ROM input and control library Group: System Environment/Libraries License: GPLv3+ @@ -44,6 +44,9 @@ This package contains header files and libraries for %{name}. iconv -f ISO88591 -t utf-8 -o THANKS.utf8 THANKS && mv THANKS.utf8 THANKS %build +export CFLAGS="$RPM_OPT_FLAGS -Wa,--generate-missing-build-notes=yes -fplugin=annobin" +export CXXFLAGS="$RPM_OPT_FLAGS -Wa,--generate-missing-build-notes=yes -fplugin=annobin" +export LDFLAGS="$RPM_LD_FLAGS" %configure \ --disable-vcd-info \ --disable-dependency-tracking \ @@ -138,6 +141,10 @@ fi %changelog +* Wed Feb 07 2018 Jakub Martisko - 2.0.0-3 +- Add annocheck related flags +Resolves: #1704029 + * Wed Feb 07 2018 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild