File libdbusmenu-qt.spec of Package libdbusmenu-qt
#
# spec file for package libdbusmenu-qt
#
# Copyright (c) 2011 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/
#
# norootforbuild
Name: libdbusmenu-qt
Version: 0.9.0
Release: 1
License: LGPL-2.0+
Url: https://launchpad.net/libdbusmenu-qt/
Summary: A Qt implementation of the DBusMenu protocol
Group: System/Libraries
Source0: http://launchpad.net/libdbusmenu-qt/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: libqjson-devel
BuildRequires: libqt4-devel
BuildRequires: pkg-config
Provides: dbusmenu-qt = 0.3.3
Obsoletes: dbusmenu-qt < 0.3.3
%description
This library provides a Qt implementation of the DBusMenu protocol.
The DBusMenu protocol makes it possible for applications to export and import
their menus over DBus.
%package devel
License: LGPL-2.0+
Summary: Development package for libdbusmenu-qt
Group: Development/Libraries/Other
Requires: libdbusmenu-qt2 = %{version}
Provides: dbusmenu-qt-devel = 0.3.3
Obsoletes: dbusmenu-qt-devel < 0.3.3
%description devel
This package contains development files for libdbusmenu-qt.
%package -n libdbusmenu-qt2
License: LGPL-2.0+
Summary: Development package for dbusmenu-qt
Group: System/Libraries
%requires_ge libqt4-x11
%description -n libdbusmenu-qt2
This library provides a Qt implementation of the DBusMenu protocol.
The DBusMenu protocol makes it possible for applications to export and import
their menus over DBus.
%prep
%setup -q
%build
mkdir build
cd build
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
export LDFLAGS="-Wl,-Bsymbolic-functions $LDFLAGS"
_libsuffix=$(echo %{_lib} | cut -b4-)
cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
-DLIB_SUFFIX="$_libsuffix" \
-DCMAKE_BUILD_TYPE=release ..
make %{?_smp_mflags} VERBOSE=1
cd ..
%install
cd build
%makeinstall
cd ..
rm -rf %{buildroot}%{_datadir}/doc/dbusmenu-qt/
%post -n libdbusmenu-qt2 -p /sbin/ldconfig
%postun -n libdbusmenu-qt2 -p /sbin/ldconfig
%clean
rm -rf %{buildroot}
%files -n libdbusmenu-qt2
%defattr(-,root,root,-)
%{_libdir}/libdbusmenu-qt.so.2*
%files devel
%defattr(-,root,root,-)
%doc COPYING NEWS README
%{_libdir}/libdbusmenu-qt.so
%{_includedir}/dbusmenu-qt/
%{_libdir}/pkgconfig/dbusmenu-qt.pc
%changelog