[vorbis-tools] Fix FTBFS caused by unversioned docdir change (#992862)

Hans de Goede jwrdegoede at fedoraproject.org
Mon Aug 5 20:58:30 UTC 2013


commit fa84f3b94dda258e0197193ad436bcf8e5d9c279
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Mon Aug 5 23:05:18 2013 +0200

    Fix FTBFS caused by unversioned docdir change (#992862)

 vorbis-tools.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/vorbis-tools.spec b/vorbis-tools.spec
index dcf68f0..ed9a891 100644
--- a/vorbis-tools.spec
+++ b/vorbis-tools.spec
@@ -1,7 +1,7 @@
 Summary:	The Vorbis General Audio Compression Codec tools
 Name:		vorbis-tools
 Version:	1.4.0
-Release:	9%{?dist}
+Release:	10%{?dist}
 Epoch:		1
 Group:		Applications/Multimedia
 License:	GPLv2
@@ -37,6 +37,7 @@ make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}*
 %find_lang %{name}
 
 
@@ -47,6 +48,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Mon Aug 05 2013 Hans de Goede <hdegoede at redhat.com> - 1:1.4.0-10
+- Fix FTBFS caused by unversioned docdir change (#992862)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.4.0-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -161,7 +165,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 * Wed Mar 02 2005 John (J5) Palmieri <johnp at redhat.com> 1:1.0.1-5
 - rebuild with gcc 4.0
 
-* Tue Jul 28 2004 Colin Walters <walters at redhat.com>
+* Wed Jul 28 2004 Colin Walters <walters at redhat.com>
 - rebuild
 
 * Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
@@ -194,7 +198,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 * Wed Dec 11 2002 Tim Powers <timp at redhat.com> 1:1.0-2
 - rebuild on all arches
 
-* Fri Jul 18 2002 Bill Nottingham <notting at redhat.com>
+* Thu Jul 18 2002 Bill Nottingham <notting at redhat.com>
 - one-dot-oh
 
 * Tue Jul 16 2002 Elliot Lee <sopwith at redhat.com>
@@ -258,7 +262,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 * Tue Jan  9 2001 Bill Nottingham <notting at redhat.com>
 - update CVS, grab aRts backend for libao
 
-* Thu Dec 27 2000 Bill Nottingham <notting at redhat.com>
+* Wed Dec 27 2000 Bill Nottingham <notting at redhat.com>
 - update CVS
 
 * Fri Dec 01 2000 Bill Nottingham <notting at redhat.com>


More information about the scm-commits mailing list