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 - 1:1.0.0-16 +- Add -i to autoreconf to add missing test-driver + * Thu Feb 14 2013 Fedora Release Engineering - 1:1.0.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild