- fix FTBFS on rawhide / spec cleanup + silent rpmlint

This commit is contained in:
Filipe Rosset 2018-04-24 21:59:40 -03:00
parent 53d69a60af
commit e90347b771

View File

@ -37,12 +37,7 @@ of pre-gaps, the pause areas between tracks.
%prep
%setup -q
%patch1 -p1 -b .stat
%patch2 -p1 -b .helpmansync
%patch3 -p1 -b .format_security
%patch4 -p1 -b .narrowing
%patch5 -p1 -b .lame-3.100.patch
%autosetup -p 1
%build
#run autoreconf to support aarch64
@ -55,17 +50,18 @@ autoreconf -v -f -i -I.
--with-mp3-support \
--with-lame
make %{?_smp_mflags}
%make_build
%install
make install DESTDIR=$RPM_BUILD_ROOT
%make_install
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%files
%doc AUTHORS COPYING README CREDITS ChangeLog
%doc AUTHORS README CREDITS ChangeLog
%license COPYING
%{_bindir}/cdrdao
%{_bindir}/*toc*
%{_datadir}/cdrdao
@ -78,6 +74,7 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%changelog
* Wed Apr 25 2018 Filipe Rosset <rosset.filipe@gmail.com> - 1.2.3-33
- fix FTBFS on rawhide
- spec cleanup + silent rpmlint
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
@ -128,10 +125,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
* Thu Nov 22 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.3-17
- Deleted unused patch files
* Mon Oct 09 2012 Honza Horak <hhorak@redhat.com> - 1.2.3-16
* Tue Oct 09 2012 Honza Horak <hhorak@redhat.com> - 1.2.3-16
- Add missing options to man page
* Fri Aug 27 2012 Honza Horak <hhorak@redhat.com> - 1.2.3-15
* Mon Aug 27 2012 Honza Horak <hhorak@redhat.com> - 1.2.3-15
- Spec file clean up
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.3-14
@ -307,7 +304,7 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
* Tue Feb 04 2003 Phil Knirsch <pknirsch@redhat.com> 1.1.7-2
- Added s390x again as newer models will have SCSI.
* Thu Jan 29 2003 Harald Hoyer <harald@redhat.de> 1.1.7-1
* Wed Jan 29 2003 Harald Hoyer <harald@redhat.de> 1.1.7-1
- updated to 1.1.7
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
@ -397,7 +394,7 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
- we now have xcdrdao
- added gnome menu stuff
* Fri Aug 21 1999 Tim Powers <timp@redhat.com>
* Sat Aug 21 1999 Tim Powers <timp@redhat.com>
- removed wmconfig stuff. Nosuch file names xcdrdao
* Wed Aug 18 1999 Dale Lovelace <dale@redhat.com>