spec: install to unversioned docdir (#986871)

Resolves: #992003
Version: 1.13.4-5
This commit is contained in:
Pavel Raiskup 2013-08-05 11:57:46 +02:00
parent 538f7c47d7
commit 03ff68d752
1 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Summary: A GNU tool for automatically creating Makefiles
Name: automake
Version: %{api_version}.4
Release: 4%{?dist}
Release: 5%{?dist}
# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT
License: GPLv2+ and GFDL and Public Domain and MIT
@ -77,9 +77,10 @@ autoreconf -iv
perl -pi -e "s/ppc64-\*/ppc64-\* \| ppc64p7-\*/" lib/config.sub
%build
# TODO: use %configure once #991613
./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
--bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} \
--docdir=%{_docdir}/%{name}-%{version} --disable-silent-rules
--docdir=%{_docdir}/%{name} --disable-silent-rules
make V=0 %{?_smp_mflags}
cp m4/acdir/README README.aclocal
cp contrib/multilib/README README.multilib
@ -111,6 +112,9 @@ fi
%{_mandir}/man1/*
%changelog
* Mon Aug 05 2013 Pavel Raiskup <praiskup@redhat.com> - 1.13.4-5
- allow build for unversioned %doc directory (#986871), resolves #992003
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild