Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/cdrdao.git#cf793e164cb9760d39ab10619e2ef09d3843195c
This commit is contained in:
parent
049552a46c
commit
8e2130841f
17
cdrdao.spec
17
cdrdao.spec
@ -1,7 +1,13 @@
|
||||
%if 0%{?rhel} >= 9
|
||||
%bcond_with gconf
|
||||
%else
|
||||
%bcond_without gconf
|
||||
%endif
|
||||
|
||||
Summary: Writes audio CD-Rs in disk-at-once (DAO) mode
|
||||
Name: cdrdao
|
||||
Version: 1.2.4
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://cdrdao.sourceforge.net/
|
||||
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||
@ -14,7 +20,11 @@ BuildRequires: libao-devel
|
||||
BuildRequires: libmad-devel
|
||||
BuildRequires: lame-devel
|
||||
#requirements to rebuild autotools
|
||||
BuildRequires: autoconf GConf2-devel
|
||||
BuildRequires: autoconf
|
||||
%if %{with gconf}
|
||||
BuildRequires: GConf2-devel
|
||||
%endif
|
||||
BuildRequires: make
|
||||
|
||||
# We have removed gcdmaster sub-package in 1.2.3-10
|
||||
Obsoletes: gcdmaster < 1.2.3-10
|
||||
@ -77,6 +87,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 19 2021 Jiri Kucera <jkucera@redhat.com> - 1.2.4-6
|
||||
- Make a dependency on GConf2 optional
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user