- remove bad symlink #154086

- built with PostgresSQL 8.0.2
This commit is contained in:
Than Ngo 2005-04-13 14:14:43 +00:00
parent 289280d0a0
commit 0d53d693fc

View File

@ -82,7 +82,7 @@
Summary: The shared library for the Qt GUI toolkit. Summary: The shared library for the Qt GUI toolkit.
Name: qt Name: qt
Version: %{ver} Version: %{ver}
Release: 10 Release: 11
Epoch: 1 Epoch: 1
License: GPL/QPL License: GPL/QPL
Group: System Environment/Libraries Group: System Environment/Libraries
@ -554,8 +554,10 @@ pushd mkspecs
rm -fr default rm -fr default
if [ "%_lib" == "lib64" ]; then if [ "%_lib" == "lib64" ]; then
ln -sf linux-g++-64 default ln -sf linux-g++-64 default
rm -f linux-g++-64/linux-g++-64
else else
ln -sf linux-g++ default ln -sf linux-g++ default
rm -f linux-g++/linux-g++
fi fi
popd popd
cp -aR mkspecs %{buildroot}%{qtdir} cp -aR mkspecs %{buildroot}%{qtdir}
@ -701,6 +703,10 @@ rm -rf %{buildroot}
%changelog %changelog
* Wed Apr 13 2005 Than Ngo <than@redhat.com> 1:3.3.4-11
- remove bad symlink #154086
- built with PostgresSQL 8.0.2
* Wed Mar 23 2005 Than Ngo <than@redhat.com> 1:3.3.4-10 * Wed Mar 23 2005 Than Ngo <than@redhat.com> 1:3.3.4-10
- add GtkStyle patch from Peter Backlund #141125 - add GtkStyle patch from Peter Backlund #141125