diff --git a/automake.spec b/automake.spec index 4ab222c..fb60796 100644 --- a/automake.spec +++ b/automake.spec @@ -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 - 1.13.4-5 +- allow build for unversioned %doc directory (#986871), resolves #992003 + * Sat Aug 03 2013 Fedora Release Engineering - 1.13.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild