From fed950c6402dfc42cd23d7401a50ccd19db822f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Mon, 27 Aug 2012 09:07:27 +0200 Subject: [PATCH] spec file clean up --- cdrdao.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/cdrdao.spec b/cdrdao.spec index e9b47a8..d678aae 100644 --- a/cdrdao.spec +++ b/cdrdao.spec @@ -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 - 1.2.3-15 +- Spec file clean up + * Wed Jul 18 2012 Fedora Release Engineering - 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 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