FedoraRewiew minor fixes

This commit is contained in:
Pavel Raiskup 2012-10-25 13:20:33 +02:00
parent 8b66b8bedf
commit 0d370539f4

View File

@ -61,23 +61,12 @@ their use.
make
%check
# The following test is failing.
# 199: autotest.at parallel autotest and signal handling
# In test/autotest.at, under comment "Test PIPE", the exit code written
# to file "status" is 0. Report mailed to bug-autoconf.
# make check TESTSUITEFLAGS='-198 200-'
%if %{with check}
make check
make check # TESTSUITEFLAGS='1-198 200-' # will disable nr. 199.
%endif
%install
rm -rf ${RPM_BUILD_ROOT}
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%clean
rm -rf ${RPM_BUILD_ROOT}
make install DESTDIR=%{buildroot}
%post
/sbin/install-info %{_infodir}/autoconf.info %{_infodir}/dir || :
@ -88,11 +77,12 @@ if [ "$1" = 0 ]; then
fi
%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_infodir}/autoconf.info*
# don't include standards.info, because it comes from binutils...
%exclude %{_infodir}/standards*
# don't include info's TOP directory
%exclude %{_infodir}/dir
%{_datadir}/autoconf/
%exclude %{_datadir}/autoconf/INSTALL
%dir %{_datadir}/emacs/
@ -101,6 +91,12 @@ fi
%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
%changelog
* Thu Oct 25 2012 Pavel Raiskup <praiskup@redhat.com> - 2.69-6
- fedora-review (minor) fixes and typos: trim lines, remove defattr(,,), do not
run `rm -rf %%{buildroot} at the beginning of install section, use curly
brackets only around rpm macros/variables and not around shell variables,
remove clean section
* Wed Sep 26 2012 Pavel Raiskup <praiskup@redhat.com> - 2.69-5
- do not install the "INSTALL" documentation file (#661623)
@ -425,4 +421,3 @@ fi
* Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
- built with glibc