Fix FTBFS caused by unversioned docdir change (#992862)
This commit is contained in:
parent
88178068e5
commit
fa84f3b94d
@ -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@redhat.com> - 1:1.4.0-10
|
||||
- Fix FTBFS caused by unversioned docdir change (#992862)
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@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@redhat.com> 1:1.0.1-5
|
||||
- rebuild with gcc 4.0
|
||||
|
||||
* Tue Jul 28 2004 Colin Walters <walters@redhat.com>
|
||||
* Wed Jul 28 2004 Colin Walters <walters@redhat.com>
|
||||
- rebuild
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
@ -194,7 +198,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 1:1.0-2
|
||||
- rebuild on all arches
|
||||
|
||||
* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com>
|
||||
* Thu Jul 18 2002 Bill Nottingham <notting@redhat.com>
|
||||
- one-dot-oh
|
||||
|
||||
* Tue Jul 16 2002 Elliot Lee <sopwith@redhat.com>
|
||||
@ -258,7 +262,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
* Tue Jan 9 2001 Bill Nottingham <notting@redhat.com>
|
||||
- update CVS, grab aRts backend for libao
|
||||
|
||||
* Thu Dec 27 2000 Bill Nottingham <notting@redhat.com>
|
||||
* Wed Dec 27 2000 Bill Nottingham <notting@redhat.com>
|
||||
- update CVS
|
||||
|
||||
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
|
||||
|
Loading…
Reference in New Issue
Block a user