File libQtTelepathy0.spec of Package libQtTelepathy0
#
# spec file for package libQtTelepathy0 (Version 0.14.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.opensuse.org/
#
Name: libQtTelepathy0
BuildRequires: cmake kde4-filesystem libqt4-devel
Url: http://tapioca-voip.sourceforge.net
Version: 0.14.1
Release: 146
License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/GUI/KDE
Summary: QtTelepathy - Qt Bindings for Telepathy
Source: telepathy-qt-%{version}.tar.bz2
Patch: telepathy-qt-0.14.1+svn2032.diff
%description
This package contains the Qt bindings for Telepathy
Authors:
--------
Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>
Tobias Hunger <tobias.hunger@basyskom.de>
%package -n libQtTelepathy-devel
License: LGPL v2.1 or later
Group: System/GUI/KDE
Summary: QtTelepathy - Qt Bindings for Telepathy
Requires: %name = %{version}
Requires: libqt4-devel >= 4.3.0
%description -n libQtTelepathy-devel
This package contains the Qt bindings for Telepathy
Authors:
--------
Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>
Tobias Hunger <tobias.hunger@basyskom.de>
%prep
%setup -q -n telepathy-qt-%{version}
%patch -p1
%build
%cmake_kde4 -d build
%make_jobs
%install
cd build
%makeinstall
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%{_libdir}/libQtTelepathy*.so.*
%files -n libQtTelepathy-devel
%defattr(-,root,root)
%{_libdir}/libQtTelepathy*.so
%{_libdir}/pkgconfig/QtTelepathy*.pc
%{_prefix}/include/QtTelepathy
%changelog
* Sat Aug 04 2007 dmueller@suse.de
- Initial package (0.14.1)