spec file clean up

This commit is contained in:
Honza Horák 2012-08-27 09:07:27 +02:00
parent 38a86667bd
commit fed950c640

View File

@ -1,12 +1,11 @@
Summary: Writes audio CD-Rs in disk-at-once (DAO) mode
Name: cdrdao
Version: 1.2.3
Release: 14%{?dist}
Release: 15%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://cdrdao.sourceforge.net/
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libsigc++20-devel
BuildRequires: libvorbis-devel >= 1.0
@ -43,18 +42,12 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root, -)
%doc AUTHORS COPYING README CREDITS ChangeLog
%{_bindir}/cdrdao
%{_bindir}/*toc*
@ -66,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
@ -93,7 +89,7 @@ rm -rf $RPM_BUILD_ROOT
- Bump for libao
* Wed Jan 20 2010 Roman Rakus <rrakus@redhat.com> 1.2.3-6
- typo in %patch
- typo in %%patch
* Wed Jan 20 2010 Roman Rakus rrakus@redhat.com 1.2.3-5
- Some missing includes cause failure build