This commit is contained in:
parent
ef34acd499
commit
74f3de8adf
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 17 12:35:04 CEST 2008 - hvogel@suse.de
|
||||||
|
|
||||||
|
- disable one test globally
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 3 15:03:30 CEST 2008 - hvogel@suse.de
|
Thu Apr 3 15:03:30 CEST 2008 - hvogel@suse.de
|
||||||
|
|
||||||
|
11
zsh.spec
11
zsh.spec
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
Name: zsh
|
Name: zsh
|
||||||
Version: 4.3.6
|
Version: 4.3.6
|
||||||
Release: 1
|
Release: 23
|
||||||
License: Other uncritical OpenSource License
|
License: Other uncritical OpenSource License
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -76,12 +76,13 @@ export CC="gcc" CFLAGS="%{optflags} -pipe -fno-strict-aliasing"
|
|||||||
make VERSION="%{version}" CFLAGS="$CFLAGS "%cflags_profile_generate \
|
make VERSION="%{version}" CFLAGS="$CFLAGS "%cflags_profile_generate \
|
||||||
DLCFLAGS="-fPIC -fno-profile-arcs" LDFLAGS="-fprofile-arcs"
|
DLCFLAGS="-fPIC -fno-profile-arcs" LDFLAGS="-fprofile-arcs"
|
||||||
# this is needed to create the profiling data files *.gcda
|
# this is needed to create the profiling data files *.gcda
|
||||||
%ifarch s390 s390x ppc ppc64
|
|
||||||
pushd Test
|
pushd Test
|
||||||
mkdir skipped
|
mkdir skipped
|
||||||
mv A01grammar.ztst C02cond.ztst D02glob.ztst skipped
|
%ifarch s390 s390x ppc ppc64
|
||||||
popd
|
mv A01grammar.ztst D02glob.ztst skipped
|
||||||
%endif
|
%endif
|
||||||
|
mv C02cond.ztst skipped
|
||||||
|
popd
|
||||||
ZTST_verbose=0 make test
|
ZTST_verbose=0 make test
|
||||||
make clean
|
make clean
|
||||||
# compile with profiling data reading enabled and writing disabled
|
# compile with profiling data reading enabled and writing disabled
|
||||||
@ -147,6 +148,8 @@ groff Doc/intro.ms > intro.txt
|
|||||||
%{_mandir}/man1/zsh*.1.gz
|
%{_mandir}/man1/zsh*.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 17 2008 hvogel@suse.de
|
||||||
|
- disable one test globally
|
||||||
* Thu Apr 03 2008 hvogel@suse.de
|
* Thu Apr 03 2008 hvogel@suse.de
|
||||||
- update to 4.3.6
|
- update to 4.3.6
|
||||||
* Various bugfixes
|
* Various bugfixes
|
||||||
|
Loading…
Reference in New Issue
Block a user