From f8831ae20e6aaf29d4b867455955d13a398a8302 Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Dec 16 2010 15:29:40 +0000 Subject: Drop doc/examples/loadables Signed-off-by: Roman Rakus --- diff --git a/bash.spec b/bash.spec index 343c56f..0c39793 100644 --- a/bash.spec +++ b/bash.spec @@ -6,7 +6,7 @@ Version: %{baseversion}%{patchleveltag} Name: bash Summary: The GNU Bourne Again shell -Release: 3%{?dist} +Release: 4%{?dist} Group: System Environment/Shells License: GPLv3+ Url: http://www.gnu.org/software/bash @@ -212,12 +212,15 @@ done cat /dev/null > %{name}-doc.files mkdir -p $RPM_BUILD_ROOT/%{pkgdocdir} cp -p COPYING $RPM_BUILD_ROOT/%{pkgdocdir} +# loadables aren't buildable +rm -rf examples/loadables for file in CHANGES COMPAT NEWS NOTES POSIX doc examples do cp -rp "$file" $RPM_BUILD_ROOT/%{pkgdocdir} echo "%%doc %{pkgdocdir}/$file" >> %{name}-doc.files done + %if %{with tests} %check make check @@ -292,6 +295,9 @@ fi #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Thu Dec 16 2010 Roman Rakus - 4.1.9-4 +- Drop doc/examples/loadables + * Wed Dec 01 2010 Roman Rakus - 4.1.9-3 - don't segfault when trying to bind int variable to array with bad array subsrcipt