[libifp] Fix rh #925775: Build with autoreconf -fiv

konradm konradm at fedoraproject.org
Sat Apr 27 22:07:12 UTC 2013


commit 30a70d4d73817e8ae1e2488cbb5a75293b0e8e44
Author: Conrad Meyer <cse.cem at gmail.com>
Date:   Sat Apr 27 15:06:28 2013 -0700

    Fix rh #925775: Build with autoreconf -fiv
    
    Static copies of auto-generated scripts are fucking dumb

 libifp.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libifp.spec b/libifp.spec
index a28382c..2c2fffb 100644
--- a/libifp.spec
+++ b/libifp.spec
@@ -1,6 +1,6 @@
 Name:           libifp
 Version:        1.0.0.2
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        A general-purpose library-driver for iRiver's iFP portable audio players
 
 Group:          System Environment/Base
@@ -32,6 +32,7 @@ libifp.
 %setup -q
 
 %build
+autoreconf -fiv
 %configure --with-libusb --disable-static
 make %{?_smp_mflags}
 
@@ -63,6 +64,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Apr 27 2013 Conrad Meyer <cemeyer at uw.edu> - 1.0.0.2-14
+- Build with autoreconf -fiv because static copies of auto-generated scripts
+  are fucking dumb
+- Fix rh #925775
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0.2-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list