diff --git a/apr-util-1.2.7-pkgconf.patch b/apr-util-1.2.7-pkgconf.patch index c9e2d76..0e394ec 100644 --- a/apr-util-1.2.7-pkgconf.patch +++ b/apr-util-1.2.7-pkgconf.patch @@ -7,7 +7,7 @@ - sed 's,^\(location=\).*$$,\1installed,' < $(APU_CONFIG) > $@ + sed 's,^\(location=\).*$$,\1installed,;s,^\(APR_.*_DIR\)=.*,\1="$${libdir}/build",' < $(APU_CONFIG) > $@ - install: $(TARGET_LIB) apu-config.out + install: $(TARGETS) install-modules $(APR_MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig \ --- apr-util-1.2.7/apu-config.in.pkgconf +++ apr-util-1.2.7/apu-config.in diff --git a/apr-util.spec b/apr-util.spec index 25ee5ed..d818682 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -4,7 +4,7 @@ Summary: Apache Portable Runtime Utility library Name: apr-util Version: 1.3.2 -Release: 7%{?dist} +Release: 8%{?dist} License: ASL 2.0 Group: System Environment/Libraries URL: http://apr.apache.org/ @@ -187,6 +187,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/*.m4 %changelog +* Wed Jul 16 2008 Bojan Smojver - 1.3.2-8 +- beat the fuzz, rework apr-util-1.2.7-pkgconf.patch + * Wed Jul 16 2008 Bojan Smojver - 1.3.2-7 - ship find_apu.m4, fix bug #455189