diff options
author | Robert Xu <robxu9@gmail.com> | 2011-11-12 18:26:57 -0500 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2011-11-12 18:26:57 -0500 |
commit | 281dce280d4677ee071e675ac4c42d6aac00dcb3 (patch) | |
tree | acbaf54c0150aa307dc1138993bf93ca9307f9ba /opensuse/core/qt3/qt3.spec | |
parent | cd1f97695be1245ab19058d4fbc34e5697cc5383 (diff) | |
download | tde-packaging-281dce280d4677ee071e675ac4c42d6aac00dcb3.tar.gz tde-packaging-281dce280d4677ee071e675ac4c42d6aac00dcb3.zip |
qt3 update and service file, and eclipse integration
Diffstat (limited to 'opensuse/core/qt3/qt3.spec')
-rw-r--r-- | opensuse/core/qt3/qt3.spec | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/opensuse/core/qt3/qt3.spec b/opensuse/core/qt3/qt3.spec index 326d2c03f..3dc97953a 100644 --- a/opensuse/core/qt3/qt3.spec +++ b/opensuse/core/qt3/qt3.spec @@ -34,7 +34,7 @@ Obsoletes: qt3-64bit %endif # Summary: A library for developing applications with graphical user interfaces -Version: 3.3.8c +Version: 3.3.8d Release: 110 Provides: qt_library_%version Recommends: kdelibs3-default-style @@ -42,7 +42,7 @@ PreReq: /bin/grep # COMMON-BEGIN %define x11_free -x11-free- %define rversion 3.3.8b -Source0: qt%{x11_free}%rversion.tar.bz2 +Source0: http://mirror.its.uidaho.edu/pub/trinity/releases/3.5.13/dependencies/qt3-3.3.8.d.tar.gz Source1: build_script.sh Source2: qtconfig3.desktop Source3: qtrc @@ -117,9 +117,6 @@ Patch137: popen-leak-fix.diff Patch138: qt3-libpng14.diff Patch139: gcc46.diff -# TQt integration -Patch200: qt-3.3.8c.diff - BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -138,7 +135,7 @@ the current Qt library! %define build_sub_dirs src plugins/src tools/designer/uilib/ tools/designer/uic tools/qtconfig tools/assistant/lib tools/assistant tutorial %prep -%setup -q -n qt%{x11_free}%rversion +%setup -q -n qt3 %patch1 %patch2 %patch4 |