rerun autotools to support aarch64
This commit is contained in:
parent
088a8be52c
commit
51934c2cbb
10
cdrdao.spec
10
cdrdao.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Writes audio CD-Rs in disk-at-once (DAO) mode
|
Summary: Writes audio CD-Rs in disk-at-once (DAO) mode
|
||||||
Name: cdrdao
|
Name: cdrdao
|
||||||
Version: 1.2.3
|
Version: 1.2.3
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://cdrdao.sourceforge.net/
|
URL: http://cdrdao.sourceforge.net/
|
||||||
@ -10,6 +10,8 @@ Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|||||||
BuildRequires: libsigc++20-devel
|
BuildRequires: libsigc++20-devel
|
||||||
BuildRequires: libvorbis-devel >= 1.0
|
BuildRequires: libvorbis-devel >= 1.0
|
||||||
BuildRequires: libao-devel
|
BuildRequires: libao-devel
|
||||||
|
#requirements to rebuild autotools
|
||||||
|
BuildRequires: autoconf GConf2-devel
|
||||||
|
|
||||||
# We have removed gcdmaster sub-package in 1.2.3-10
|
# We have removed gcdmaster sub-package in 1.2.3-10
|
||||||
Obsoletes: gcdmaster < 1.2.3-10
|
Obsoletes: gcdmaster < 1.2.3-10
|
||||||
@ -35,6 +37,9 @@ of pre-gaps, the pause areas between tracks.
|
|||||||
%patch2 -p1 -b .helpmansync
|
%patch2 -p1 -b .helpmansync
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#run autoreconf to support aarch64
|
||||||
|
#not needed when upstream moves to new automake
|
||||||
|
autoreconf -v -f -i -I.
|
||||||
%configure \
|
%configure \
|
||||||
--without-xdao \
|
--without-xdao \
|
||||||
--without-scglib \
|
--without-scglib \
|
||||||
@ -61,6 +66,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 28 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.3-19
|
||||||
|
- rerun autotools to support aarch64
|
||||||
|
|
||||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-18
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-18
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user