summaryrefslogtreecommitdiffstats
path: root/opensuse/core/libtqt4
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/core/libtqt4')
-rw-r--r--opensuse/core/libtqt4/.project12
-rw-r--r--opensuse/core/libtqt4/libtqt4.changes6
-rw-r--r--opensuse/core/libtqt4/libtqt4.spec16
3 files changed, 14 insertions, 20 deletions
diff --git a/opensuse/core/libtqt4/.project b/opensuse/core/libtqt4/.project
deleted file mode 100644
index fcebb9b05..000000000
--- a/opensuse/core/libtqt4/.project
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>libtqt4</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- </buildSpec>
- <natures>
- <nature>org.eclipse.linuxtools.rpm.core.rpmnature</nature>
- </natures>
-</projectDescription>
diff --git a/opensuse/core/libtqt4/libtqt4.changes b/opensuse/core/libtqt4/libtqt4.changes
index f27210b31..e8752682e 100644
--- a/opensuse/core/libtqt4/libtqt4.changes
+++ b/opensuse/core/libtqt4/libtqt4.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Feb 2 03:06:14 UTC 2012 - robxu9@gmail.com
+
+- Update to version R13.99 with Qt3 3.4.0 compat
+- Fix group of libtqt4-devel
+
+-------------------------------------------------------------------
Sat Aug 20 22:47:41 UTC 2011 - rxu@lincomlinux.org
- remove the tqtinterface subpackage: it belongs in -devel
diff --git a/opensuse/core/libtqt4/libtqt4.spec b/opensuse/core/libtqt4/libtqt4.spec
index 9108235bc..c3972cbae 100644
--- a/opensuse/core/libtqt4/libtqt4.spec
+++ b/opensuse/core/libtqt4/libtqt4.spec
@@ -21,7 +21,7 @@ Name: libtqt4
License: GPLv2+
Group: Graphical Desktop/TDE
Summary: Interface and abstraction library for Qt and Trinity
-Version: 3.5.12.99
+Version: R13.99
Release: 1
Source0: tqtinterface-%{version}.tar.bz2
URL: http://www.trinitydesktop.org/
@@ -32,13 +32,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define with_qt4 0
%if %{with_qt3}
-BuildRequires: qt3-devel >= 3.3.8c
-Requires: qt3 >= 3.3.8c
+BuildRequires: qt3-devel >= 3.4.0
+Requires: qt3 >= 3.4.0
%endif
%if %{with_qt4}
-BuildRequires: libqt4-devel >= 4.7.0
-Requires: libqt4-x11 >= 4.7.0
+BuildRequires: libqt4-devel >= 4.8.0
+Requires: libqt4-x11 >= 4.8.0
%endif
BuildRequires: cmake
@@ -66,13 +66,13 @@ Authors:
%package devel
Summary: TQtinterface header files
-Group: Graphical Desktop/TDE
+Group: Development/Libraries/TDE
Requires: libtqt4 = %{version}
%if %{with_qt3}
-Requires: qt3-devel >= 3.3.8c
+Requires: qt3-devel >= 3.4.0
%endif
%if %{with_qt4}
-Requires: libqt4-devel >= 4.7.0
+Requires: libqt4-devel >= 4.8.0
%endif
%description devel
This package contains Trinity specific window options and commands.