Drop doc/examples/loadables

Signed-off-by: Roman Rakus <rrakus@redhat.com>
This commit is contained in:
Roman Rakus 2010-12-16 16:29:40 +01:00
parent 0a8ef715f0
commit f8831ae20e

View File

@ -6,7 +6,7 @@
Version: %{baseversion}%{patchleveltag} Version: %{baseversion}%{patchleveltag}
Name: bash Name: bash
Summary: The GNU Bourne Again shell Summary: The GNU Bourne Again shell
Release: 3%{?dist} Release: 4%{?dist}
Group: System Environment/Shells Group: System Environment/Shells
License: GPLv3+ License: GPLv3+
Url: http://www.gnu.org/software/bash Url: http://www.gnu.org/software/bash
@ -212,12 +212,15 @@ done
cat /dev/null > %{name}-doc.files cat /dev/null > %{name}-doc.files
mkdir -p $RPM_BUILD_ROOT/%{pkgdocdir} mkdir -p $RPM_BUILD_ROOT/%{pkgdocdir}
cp -p COPYING $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 for file in CHANGES COMPAT NEWS NOTES POSIX doc examples
do do
cp -rp "$file" $RPM_BUILD_ROOT/%{pkgdocdir} cp -rp "$file" $RPM_BUILD_ROOT/%{pkgdocdir}
echo "%%doc %{pkgdocdir}/$file" >> %{name}-doc.files echo "%%doc %{pkgdocdir}/$file" >> %{name}-doc.files
done done
%if %{with tests} %if %{with tests}
%check %check
make check make check
@ -292,6 +295,9 @@ fi
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
%changelog %changelog
* Thu Dec 16 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-4
- Drop doc/examples/loadables
* Wed Dec 01 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-3 * Wed Dec 01 2010 Roman Rakus <rrakus@redhat.com> - 4.1.9-3
- don't segfault when trying to bind int variable to array - don't segfault when trying to bind int variable to array
with bad array subsrcipt with bad array subsrcipt