Ship find_apu.m4, fix bug #455189.
This commit is contained in:
parent
6092fd21b0
commit
5870ca02a3
@ -4,7 +4,7 @@
|
|||||||
Summary: Apache Portable Runtime Utility library
|
Summary: Apache Portable Runtime Utility library
|
||||||
Name: apr-util
|
Name: apr-util
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://apr.apache.org/
|
URL: http://apr.apache.org/
|
||||||
@ -111,6 +111,9 @@ make %{?_smp_mflags}
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aclocal
|
||||||
|
install -m 644 build/find_apu.m4 $RPM_BUILD_ROOT/%{_datadir}/aclocal
|
||||||
|
|
||||||
# Unpackaged files; remove the static libaprutil
|
# Unpackaged files; remove the static libaprutil
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp \
|
rm -f $RPM_BUILD_ROOT%{_libdir}/aprutil.exp \
|
||||||
$RPM_BUILD_ROOT%{_libdir}/libapr*.a
|
$RPM_BUILD_ROOT%{_libdir}/libapr*.a
|
||||||
@ -181,8 +184,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libaprutil-%{apuver}.so
|
%{_libdir}/libaprutil-%{apuver}.so
|
||||||
%{_includedir}/apr-%{apuver}/*.h
|
%{_includedir}/apr-%{apuver}/*.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 16 2008 Bojan Smojver <bojan@rexursive.com> - 1.3.2-7
|
||||||
|
- ship find_apu.m4, fix bug #455189
|
||||||
|
|
||||||
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.2-6
|
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.2-6
|
||||||
- rebuild for new db4-4.7
|
- rebuild for new db4-4.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user