From 7fccf8b7451e26522471e0e435ec655d37a325cb Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 14 Oct 2004 14:50:42 +0000 Subject: [PATCH] don't compress tutorial/examples --- qt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt.spec b/qt.spec index 5fb5c33..27e2bef 100644 --- a/qt.spec +++ b/qt.spec @@ -18,7 +18,7 @@ %define pkg_config 1 # compress tutorial and examples -%define compress 1 +%define compress 0 # install manuals %define installman 1 @@ -73,7 +73,7 @@ Summary: The shared library for the Qt GUI toolkit. Name: qt Version: %{ver} -Release: 7 +Release: 8 Epoch: 1 License: GPL/QPL Group: System Environment/Libraries @@ -694,6 +694,9 @@ rm -rf %{buildroot} %changelog +* Thu Oct 14 2004 Than Ngo 1:3.3.3-8 +- don't compress examples/tutorial + * Thu Oct 07 2004 Than Ngo 1:3.3.3-7 - fix build problem without qt immodule #134918