File libQtTapioca0.spec of Package libQtTapioca0
#
# spec file for package libQtTapioca0 (Version 0.14.1+svn2032)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libQtTapioca0
BuildRequires: cmake kde4-filesystem libQtTelepathy-devel libqt4-devel
URL: http://tapioca-voip.sourceforge.net/
Version: 0.14.1+svn2032
Release: 1
License: LGPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/GUI/KDE
Summary: Qt bindings for Tapioca
Requires: libqt4 > 4.2
%define tar_version %version
Source: tapioca-qt-%{tar_version}.tar.bz2
Patch: tapioca_dtmf.diff
%description
This package contains the Qt bindings for Tapioca
Authors:
--------
Abner Jose de Faria Silva <abner.silva@indt.org.br>
Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>
Tobias Hunger <tobias.hunger@basyskom.de>
%package -n libQtTapioca-devel
Group: System/GUI/KDE
Summary: Qt bindings for Tapioca - development files
Requires: %name = %{version}
Requires: libQtTelepathy-devel
%description -n libQtTapioca-devel
This package contains the Qt bindings for Tapioca
Authors:
--------
Abner Jose de Faria Silva <abner.silva@indt.org.br>
Andre Moreira Magalhaes <andre.magalhaes@indt.org.br>
Tobias Hunger <tobias.hunger@basyskom.de>
%prep
%setup -q -n tapioca-qt-%{tar_version}
%patch
%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}/libQtTapioca*.so.*
%files -n libQtTapioca-devel
%defattr(-,root,root)
%{_libdir}/libQtTapioca*.so
%{_libdir}/pkgconfig/QtTapioca*.pc
%{_prefix}/include/QtTapioca
%changelog
* Sat Aug 04 2007 - dmueller@suse.de
- Initial package (0.11.4)