- revert _qt4_bindir change for now, needs more work (#446167)
This commit is contained in:
parent
f0a72e0d97
commit
0282604344
8
qt.spec
8
qt.spec
@ -11,7 +11,7 @@ Name: qt
|
|||||||
Name: qt4
|
Name: qt4
|
||||||
%endif
|
%endif
|
||||||
Version: 4.4.0
|
Version: 4.4.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
|
# GPLv2 exceptions(see GPL_EXCEPTIONS*.txt)
|
||||||
License: GPLv3 or GPLv2 with exceptions or QPL
|
License: GPLv3 or GPLv2 with exceptions or QPL
|
||||||
@ -80,7 +80,8 @@ BuildRequires: dbus-devel >= 0.62
|
|||||||
|
|
||||||
# See http://bugzilla.redhat.com/196901
|
# See http://bugzilla.redhat.com/196901
|
||||||
%define _qt4_prefix %{_libdir}/qt4
|
%define _qt4_prefix %{_libdir}/qt4
|
||||||
%define _qt4_bindir %{_bindir}
|
#define _qt4_bindir %{_bindir}
|
||||||
|
%define _qt4_bindir %{_qt4_prefix}/bin
|
||||||
# _qt4_datadir is not multilib clean, and hacks to workaround that breaks stuff.
|
# _qt4_datadir is not multilib clean, and hacks to workaround that breaks stuff.
|
||||||
#define _qt4_datadir %{_datadir}/qt4
|
#define _qt4_datadir %{_datadir}/qt4
|
||||||
%define _qt4_datadir %{_qt4_prefix}
|
%define _qt4_datadir %{_qt4_prefix}
|
||||||
@ -779,6 +780,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 13 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 4.4.0-2
|
||||||
|
- revert _qt4_bindir change for now, needs more work (#446167)
|
||||||
|
|
||||||
* Tue May 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-1
|
* Tue May 06 2008 Rex Dieter <rdieter@fedoraproject.org> 4.4.0-1
|
||||||
- qt-4.4.0
|
- qt-4.4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user