Add -i to autoreconf to add missing test-driver

This commit is contained in:
Steve 2013-03-10 10:26:52 -04:00
parent 7fb3be7f06
commit eea2e94bb6
1 changed files with 5 additions and 4 deletions

View File

@ -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@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@lists.fedoraproject.org> - 1:1.0.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild