[libpreludedb] Add -i to autoreconf to add missing test-driver

Steve Grubb sgrubb at fedoraproject.org
Sun Mar 10 14:26:55 UTC 2013


commit eea2e94bb621a5fd564bf2b3ffa06fd9e9551b49
Author: Steve <sgrubb at redhat.com>
Date:   Sun Mar 10 10:26:52 2013 -0400

    Add -i to autoreconf to add missing test-driver

 libpreludedb.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/libpreludedb.spec b/libpreludedb.spec
index 65f4f94..1eed5dd 100644
--- a/libpreludedb.spec
+++ b/libpreludedb.spec
@@ -1,10 +1,8 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		libpreludedb
 Epoch:		1
 Version:	1.0.0
-Release:	15%{?dist}
+Release:	16%{?dist}
 Summary:	Provide the framework for easy access to the Prelude database
 Group:		System Environment/Libraries
 License:	GPLv2+
@@ -87,7 +85,7 @@ Perl bindings for libpreludedb.
 %setup -q
 # For libprelude-1.0.0-Fix-building-with-glibc-2.16.6.patch
 %patch0 -p1
-autoreconf
+autoreconf -i
 
 
 %build
@@ -175,6 +173,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Mar 10 2013 Steve Grubb <sgrubb at redhat.com> - 1:1.0.0-16
+- Add -i to autoreconf to add missing test-driver
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.0.0-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list