[renameutils] Swap patch for rerunning autoconf

Ben Boeckel mathstuf at fedoraproject.org
Mon Jun 10 04:27:41 UTC 2013


commit dc7a55757101f151715ee1d499796774b93b737d
Author: Ben Boeckel <mathstuf at gmail.com>
Date:   Mon Jun 10 00:26:54 2013 -0400

    Swap patch for rerunning autoconf

 renameutils-aarch64.patch | 1576 ---------------------------------------------
 renameutils.spec          |    6 +-
 2 files changed, 3 insertions(+), 1579 deletions(-)
---
diff --git a/renameutils.spec b/renameutils.spec
index 86c45f1..da3a87e 100644
--- a/renameutils.spec
+++ b/renameutils.spec
@@ -7,8 +7,8 @@ Group:          Applications/File
 License:        GPLv3+
 URL:            http://www.nongnu.org/renameutils
 Source0:        http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz
-Patch0:         renameutils-aarch64.patch
 
+BuildRequires:  autoconf
 BuildRequires:  readline-devel
 BuildRequires:  gettext
 # Bundled library exception: https://fedorahosted.org/fpc/ticket/174
@@ -42,10 +42,10 @@ keep those characters encoded in saved files.
 
 %prep
 %setup -q
-%patch0 -p1 -b .aarch64
 
 
 %build
+autoreconf
 %configure
 make %{?_smp_mflags}
 
@@ -65,7 +65,7 @@ make install INSTALL="install -p" DESTDIR=%{buildroot}
 %changelog
 * Mon Jun 10 2013 Ben Boeckel <mathstuf at gmail.com> - 0.12.0-1
 - Update to 0.12.0
-- Add aarch64 patch
+- Rerun autoconf
 - Mention bundled gnulib
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.0-8


More information about the scm-commits mailing list