diff options
author | François Andriot <[email protected]> | 2013-07-23 11:24:47 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2013-07-23 11:24:47 +0200 |
commit | a4fc005efadcb5b34959d0bb8448db3b5e030157 (patch) | |
tree | 128366696ef198dd1df69e47295ad203a8c228b1 /redhat/dependencies/tqt3 | |
parent | 74621724ffaa3c693ea3dc84493a9010326ee11a (diff) | |
download | tde-packaging-a4fc005efadcb5b34959d0bb8448db3b5e030157.tar.gz tde-packaging-a4fc005efadcb5b34959d0bb8448db3b5e030157.zip |
RPM Packaging: R14 updates
Diffstat (limited to 'redhat/dependencies/tqt3')
-rw-r--r-- | redhat/dependencies/tqt3/tqt3-14.0.0.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redhat/dependencies/tqt3/tqt3-14.0.0.spec b/redhat/dependencies/tqt3/tqt3-14.0.0.spec index 9c7169d79..aa2813914 100644 --- a/redhat/dependencies/tqt3/tqt3-14.0.0.spec +++ b/redhat/dependencies/tqt3/tqt3-14.0.0.spec @@ -26,6 +26,8 @@ Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz Patch1: tqt3-14.0.0-shared_lib.patch # [tqt3] Fix FTBFS Patch2: tqt3-14.0.0-fix_ftbfs.patch +# [tqt3] Fix GLIB initialization +Patch3: tqt3-14.0.0-fix_glib_init.patch BuildRequires: desktop-file-utils BuildRequires: libmng-devel @@ -428,6 +430,7 @@ for the TQt 3 toolkit. %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} %patch1 -p1 -b .sharedlibs %patch2 -p1 -b .ftbfs +%patch3 -p1 -b .glibinit %build unset QTDIR QTINC QTLIB |