Do the same CFLAGS in generated Makefile in examples
This commit is contained in:
parent
02b541e367
commit
5ee0703bf4
@ -5,7 +5,7 @@
|
|||||||
Version: %{baseversion}%{patchleveltag}
|
Version: %{baseversion}%{patchleveltag}
|
||||||
Name: bash
|
Name: bash
|
||||||
Summary: The GNU Bourne Again shell
|
Summary: The GNU Bourne Again shell
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -49,6 +49,9 @@ Patch118: bash-tty-tests.patch
|
|||||||
# 484809, check if interp section is NOBITS
|
# 484809, check if interp section is NOBITS
|
||||||
Patch123: bash-4.0-nobits.patch
|
Patch123: bash-4.0-nobits.patch
|
||||||
|
|
||||||
|
# Do the same CFLAGS in generated Makefile in examples
|
||||||
|
Patch124: bash-4.1-examples.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: texinfo bison
|
BuildRequires: texinfo bison
|
||||||
@ -102,6 +105,7 @@ This package contains documentation files for %{name}.
|
|||||||
%patch117 -p1 -b .setlocale
|
%patch117 -p1 -b .setlocale
|
||||||
%patch118 -p1 -b .tty_tests
|
%patch118 -p1 -b .tty_tests
|
||||||
%patch123 -p1 -b .nobits
|
%patch123 -p1 -b .nobits
|
||||||
|
%patch124 -p1 -b .examples
|
||||||
|
|
||||||
echo %{version} > _distribution
|
echo %{version} > _distribution
|
||||||
echo %{release} > _patchlevel
|
echo %{release} > _patchlevel
|
||||||
@ -270,6 +274,9 @@ fi
|
|||||||
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 22 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-2
|
||||||
|
- Do the same CFLAGS in generated Makefile in examples
|
||||||
|
|
||||||
* Fri May 21 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-1
|
* Fri May 21 2010 Roman Rakus <rrakus@redhat.com> - 4.1.7-1
|
||||||
- Patch level 7
|
- Patch level 7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user