File decibel.spec of Package decibel
#
# spec file for package decibel (Version 0.5.0)
#
# Copyright (c) 2008 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: decibel
BuildRequires: cmake kde4-filesystem libQtTapioca-devel
Url: http://decibel.kde.org
Version: 0.5.0
Release: 113
License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Daemons
Summary: Decibel Realtime Communication Framework
Source: %{name}-%{version}.tar.bz2
%description
Decibel is a realtime communications framework, meant to integrate
services like CTI (Computer Telephone Integration), VoIP (Voice over
IP) and text based chat. This integration makes it possible to
uniformly manage user settings across communication methods. Decibel
further enables developers to use these communications technologies
more easily, allowing for improved communications and - ultimately -
collaboration features in their applications.
Authors:
--------
Tobias Hunger <tobias.hunger@basyskom.de>
%package -n libdecibel-devel
License: LGPL v2.1 or later
Summary: Decibel Realtime Communication Framework
Group: Development/Libraries/KDE
Requires: libQtTapioca-devel
Requires: %name = %version
%description -n libdecibel-devel
Decibel is a realtime communications framework, meant to integrate
services like CTI (Computer Telephone Integration), VoIP (Voice over
IP) and text based chat. This integration makes it possible to
uniformly manage user settings across communication methods. Decibel
further enables developers to use these communications technologies
more easily, allowing for improved communications and - ultimately -
collaboration features in their applications.
Authors:
--------
Tobias Hunger <tobias.hunger@basyskom.de>
%prep
%setup -q
%build
%cmake_kde4 -d build -- -DDOC_INSTALL_DIR=/usr/share/doc/packages/decibel/
%make_jobs
%install
cd build
%makeinstall
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/decibel
install -m 644 $RPM_BUILD_DIR/%{name}-%{version}/ChangeLog $RPM_BUILD_ROOT/usr/share/doc/packages/decibel
install -m 644 $RPM_BUILD_DIR/%{name}-%{version}/COPYING $RPM_BUILD_ROOT/usr/share/doc/packages/decibel
install -m 644 $RPM_BUILD_DIR/%{name}-%{version}/README $RPM_BUILD_ROOT/usr/share/doc/packages/decibel
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%{_libdir}/libdecibel*.so.*
%{_bindir}/decibel*
%{_datadir}/dbus-1/services/de.basyskom.simpleclient.service
%{_datadir}/dbus-1/services/de.basyskom.decibel.log.service
%{_prefix}/share/Decibel
%{_libdir}/Decibel
%doc /usr/share/doc/packages/decibel
%files -n libdecibel-devel
%defattr(-,root,root)
%{_prefix}/include/Decibel
%{_libdir}/pkgconfig/Decibel.pc
%{_libdir}/libdecibel*.so
%changelog
* Mon Jul 21 2008 stbinner@suse.de
- fix documentation location (bnc#377943)
* Sat Aug 04 2007 dmueller@suse.de
- Initial package (0.5.0)