Add -i to autoreconf to add missing test-driver
This commit is contained in:
parent
7fb3be7f06
commit
eea2e94bb6
@ -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
|
Name: libpreludedb
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Summary: Provide the framework for easy access to the Prelude database
|
Summary: Provide the framework for easy access to the Prelude database
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -87,7 +85,7 @@ Perl bindings for libpreludedb.
|
|||||||
%setup -q
|
%setup -q
|
||||||
# For libprelude-1.0.0-Fix-building-with-glibc-2.16.6.patch
|
# For libprelude-1.0.0-Fix-building-with-glibc-2.16.6.patch
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
autoreconf
|
autoreconf -i
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -175,6 +173,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user