[beecrypt] Made autoreconf copying the missing auxiliary files (#913900)

Robert Scheck robert at fedoraproject.org
Sat Feb 23 01:08:14 UTC 2013


commit 3b8d80b931190f40b098c56f0e932a2194da40b7
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sat Feb 23 02:08:07 2013 +0100

    Made autoreconf copying the missing auxiliary files (#913900)

 beecrypt.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/beecrypt.spec b/beecrypt.spec
index 9da908f..20db0ea 100644
--- a/beecrypt.spec
+++ b/beecrypt.spec
@@ -3,7 +3,7 @@
 Summary:	An open source cryptography library
 Name:		beecrypt
 Version:	4.2.1
-Release:	6%{?dist}
+Release:	7%{?dist}
 License:	LGPLv2+
 Group:		System Environment/Libraries
 URL:		http://beecrypt.sourceforge.net/
@@ -54,7 +54,7 @@ files needed for using python with beecrypt.
 %patch0 -p1 -b .biarch
 %patch1 -p1 -b .no-c++
 libtoolize
-autoreconf
+autoreconf -i
 
 %build
 %configure --with-cplusplus=no --with-java=no
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/_bc.so
 
 %changelog
+* Sat Feb 23 2013 Robert Scheck <robert at fedoraproject.org> 4.2.1-7
+- Made autoreconf copying the missing auxiliary files (#913900)
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list