summaryrefslogtreecommitdiffstats
path: root/opensuse/dbus-1-tqt/dbus-1-tqt.spec
diff options
context:
space:
mode:
authorRobert Xu <robxu9@gmail.com>2011-08-24 17:26:04 -0400
committerRobert Xu <robxu9@gmail.com>2011-08-24 17:26:04 -0400
commit93c66bf8bb8ac0124ae1800cbaaeb814742bfac5 (patch)
tree2551422a7981b35684110fae090223b7a1b6d73f /opensuse/dbus-1-tqt/dbus-1-tqt.spec
parent425774d7d1d663e08bb06050924f2eeca9147bba (diff)
downloadtde-packaging-93c66bf8bb8ac0124ae1800cbaaeb814742bfac5.tar.gz
tde-packaging-93c66bf8bb8ac0124ae1800cbaaeb814742bfac5.zip
dbus-1-tqt -> libdbus-tqt-1-0 AND tdelibs import (unchanged)
Diffstat (limited to 'opensuse/dbus-1-tqt/dbus-1-tqt.spec')
-rw-r--r--opensuse/dbus-1-tqt/dbus-1-tqt.spec143
1 files changed, 0 insertions, 143 deletions
diff --git a/opensuse/dbus-1-tqt/dbus-1-tqt.spec b/opensuse/dbus-1-tqt/dbus-1-tqt.spec
deleted file mode 100644
index 1ab86c544..000000000
--- a/opensuse/dbus-1-tqt/dbus-1-tqt.spec
+++ /dev/null
@@ -1,143 +0,0 @@
-#
-# spec file for package dbus-1-tqt
-#
-# Copyright (c) 2011 the Trinity Project (opensuse).
-#
-# All modifications and additions to the file contributed by third parties
-# remain the property of their copyright owners, unless otherwise agreed
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
-# Please submit bugfixes or comments via http://bugs.trinitydesktop.org/
-#
-
-# norootforbuild
-
-
-Name: dbus-1-tqt
-BuildRequires: dbus-1 dbus-1-devel libtqt4-devel cmake
-URL: http://dbus.freedesktop.org/
-License: GPLv2+
-Group: Development/Libraries/TDE
-Version: 0.62
-Release: 1
-AutoReqProv: on
-Summary: TQt/KDE bindings for D-Bus
-Source0: dbus-tqt-%{version}.tar.bz2
-Source1: baselibs.conf
-Patch0: dbus-qt3-compile-fix-thoenig-01.patch
-Patch1: dbus-qt3-do-not-close-shared-connection-thoenig-01.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Requires: dbus-1 >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' dbus-1`)
-
-%package devel
-License: Other uncritical OpenSource License
-Summary: Developer package for TQt/KDE bindings for D-Bus
-Requires: dbus-1 >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' dbus-1`)
-Requires: dbus-1-devel >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' dbus-1-devel`)
-Requires: dbus-1-tqt = %{version}
-AutoReqProv: on
-Group: Development/Libraries/TDE
-
-%description
-TQt/KDE bindings for D-Bus.
-
-
-
-Authors:
---------
- Olivier Andrieu <oliv__a@users.sourceforge.net>
- Philip Blundell <pb@nexus.co.uk>
- Anders Carlsson <andersca@gnome.org>
- Kristian Hogsberg <krh@redhat.com>
- Alex Larsson <alexl@redhat.com>
- Michael Meeks <michael@ximian.com>
- Seth Nickell <seth@gnome.org>
- Havoc Pennington <hp@redhat.com>
- Harri Porten <porten@kde.org>
- Matthew Rickard <mjricka@epoch.ncsc.mil>
- Zack Rusin <zack@kde.org>
- Joe Shaw <joe@assbarn.com>
- Colin Walters <walters@gnu.org>
- David Zeuthen <david@fubar.dk>
-
-%description devel
-Developer package for TQt/KDE bindings for D-Bus.
-
-
-
-Authors:
---------
- Olivier Andrieu <oliv__a@users.sourceforge.net>
- Philip Blundell <pb@nexus.co.uk>
- Anders Carlsson <andersca@gnome.org>
- Kristian Hogsberg <krh@redhat.com>
- Alex Larsson <alexl@redhat.com>
- Michael Meeks <michael@ximian.com>
- Seth Nickell <seth@gnome.org>
- Havoc Pennington <hp@redhat.com>
- Harri Porten <porten@kde.org>
- Matthew Rickard <mjricka@epoch.ncsc.mil>
- Zack Rusin <zack@kde.org>
- Joe Shaw <joe@assbarn.com>
- Colin Walters <walters@gnu.org>
- David Zeuthen <david@fubar.dk>
-
-%prep
-%setup -n dbus-tqt-%{version} -q
-%patch0 -p0
-%patch1 -p0
-
-%build
-RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -fstack-protector -fno-strict-aliasing -fPIC"
-export CFLAGS="${RPM_OPT_FLAGS}"
-export CXXFLAGS="${RPM_OPT_FLAGS}"
-mkdir build
-cd build
- cmake -DCMAKE_SKIP_RPATH=ON \\\
- -DCMAKE_INSTALL_PREFIX=%{_prefix} \\\
- -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \\\
-      -DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \\\
- -DLIB_INSTALL_DIR:PATH=%{_libdir} \\\
- -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir} \\\
- -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \\\
- -DCMAKE_VERBOSE_MAKEFILE=ON \\\
-      -DQT_LIBRARY_DIRS=/usr/lib/qt3/%{_lib} \\\
-      -DQT_INCLUDE_DIRS=/usr/lib/qt3/include \\\
- -DPKGCONFIG_INSTALL_DIR=%{_libdir}/pkgconfig \\\
- -DMAN_INSTALL_DIR=%{_mandir} \
- ../
-make
-
-%install
-make DESTDIR=%{buildroot} install
-
-%post
-%{run_ldconfig}
-
-%postun
-%{run_ldconfig}
-
-%clean
-%{__rm} -rf %{buildroot}
-
-%files
-%defattr(-, root, root)
-%{_libdir}/libdbus-tqt-1.so.1*
-
-%files devel
-%defattr(-, root, root)
-%dir %{_includedir}/dbus-1.0
-%dir %{_includedir}/dbus-1.0/dbus
-%{_includedir}/dbus-1.0/dbus/connection.h
-%{_includedir}/dbus-1.0/dbus/dbus-qt.h
-%{_includedir}/dbus-1.0/dbus/message.h
-%{_includedir}/dbus-1.0/dbus/server.h
-%{_libdir}/libdbus-tqt-1.la
-%{_libdir}/libdbus-tqt-1.so
-
-%changelog