ship apr_common.m4 in -devel as well
This commit is contained in:
parent
637f51589f
commit
159bdbdf23
9
apr.spec
9
apr.spec
@ -9,7 +9,7 @@
|
|||||||
Summary: Apache Portable Runtime library
|
Summary: Apache Portable Runtime library
|
||||||
Name: apr
|
Name: apr
|
||||||
Version: 1.7.0
|
Version: 1.7.0
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
# ASL 2.0: everything
|
# ASL 2.0: everything
|
||||||
# ISC: network_io/apr-1.4.6/network_io/unix/inet_?to?.c
|
# ISC: network_io/apr-1.4.6/network_io/unix/inet_?to?.c
|
||||||
# BSD with advertising: strings/apr_snprintf.c, strings/apr_fnmatch.c,
|
# BSD with advertising: strings/apr_snprintf.c, strings/apr_fnmatch.c,
|
||||||
@ -76,7 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{make_install}
|
%{make_install}
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aclocal
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/aclocal
|
||||||
install -m 644 build/find_apr.m4 $RPM_BUILD_ROOT/%{_datadir}/aclocal
|
for f in find_apr.m4 apr_common.m4; do
|
||||||
|
install -p -m 644 build/$f $RPM_BUILD_ROOT/%{_datadir}/aclocal
|
||||||
|
done
|
||||||
|
|
||||||
# Trim exported dependecies
|
# Trim exported dependecies
|
||||||
sed -ri '/^dependency_libs/{s,-l(uuid|crypt) ,,g}' \
|
sed -ri '/^dependency_libs/{s,-l(uuid|crypt) ,,g}' \
|
||||||
@ -139,6 +141,9 @@ popd
|
|||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 13 2022 Joe Orton <jorton@redhat.com> - 1.7.0-17
|
||||||
|
- ship apr_common.m4 in -devel as well
|
||||||
|
|
||||||
* Fri Jan 28 2022 Joe Orton <jorton@redhat.com> - 1.7.0-16
|
* Fri Jan 28 2022 Joe Orton <jorton@redhat.com> - 1.7.0-16
|
||||||
- disable package notes
|
- disable package notes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user