update to 1.2.5
This commit is contained in:
parent
e4f687fffc
commit
b8c811b8f6
14
cdrdao.spec
14
cdrdao.spec
@ -6,12 +6,11 @@
|
|||||||
|
|
||||||
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.4
|
Version: 1.2.5
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://cdrdao.sourceforge.net/
|
URL: http://cdrdao.sourceforge.net/
|
||||||
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libsigc++20-devel
|
BuildRequires: libsigc++20-devel
|
||||||
@ -32,16 +31,6 @@ Obsoletes: gcdmaster < 1.2.3-10
|
|||||||
# Only exclude s390
|
# Only exclude s390
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
# Missing includes causes failure build
|
|
||||||
# Patches 1 to 5 upstreamed, remove in a future release
|
|
||||||
#Patch1: cdrdao-1.2.3-stat.patch
|
|
||||||
#Patch2: cdrdao-1.2.3-helpmansync.patch
|
|
||||||
#Patch3: cdrdao-1.2.3-format_security.patch
|
|
||||||
#Patch4: cdrdao-1.2.3-narrowing.patch
|
|
||||||
#Patch5: cdrdao-1.2.3-lame-3.100.patch
|
|
||||||
# Patches 6 and 7 grabbed from gentoo
|
|
||||||
Patch6: cdrdao-1.2.4-wformat-security.patch
|
|
||||||
Patch7: cdrdao-1.2.4-ax_pthread.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a
|
Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a
|
||||||
@ -70,7 +59,6 @@ autoreconf -v -f -i -I.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user