SHA256
1
0
forked from pool/libkdegames
libkdegames/libkdegames.spec
2012-12-07 13:39:13 +00:00

151 lines
4.0 KiB
RPMSpec

#
# spec file for package libkdegames
#
# Copyright (c) 2012 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: libkdegames
BuildRequires: ggz-client-libs-devel
BuildRequires: libkde4-devel
BuildRequires: libqca2-devel
BuildRequires: libsndfile-devel
BuildRequires: openal-soft-devel
BuildRequires: oxygen-icon-theme-large
BuildRequires: xz
Summary: General Data for KDE Games
License: GPL-2.0+
Group: System/GUI/KDE
Url: http://www.kde.org
Version: 4.9.90
Release: 0
Source0: libkdegames-%{version}.tar.xz
Patch1: libkdegames-bnc793185.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains data which is required by the KDE games library.
%prep
%setup -q
%patch1 -p1
# bnc#793185
rm -rf carddecks/svg-konqi-modern
%build
%cmake_kde4 -d build -- -DINSTALL_KAJONGG=TRUE
%make_jobs
%install
cd build
%kde4_makeinstall
%kde_post_install
%package -n libkdegames6
Summary: Library for KDE Games
License: LGPL-2.1+
Group: System/GUI/KDE
Requires: ggz-client-libs
Requires: libkdegames
Obsoletes: libkdegames4 < 4.9.80
Provides: libkdegames4 = %{version}
%kde4_runtime_requires
%description -n libkdegames6
This package contains the KDE games library.
%post -n libkdegames6 -p /sbin/ldconfig
%postun -n libkdegames6 -p /sbin/ldconfig
%files -n libkdegames6
%defattr(-,root,root)
%doc COPYING COPYING.DOC README
%{_kde4_libdir}/libkdegamesprivate.so.*
%{_kde4_libdir}/libkdegames.so.*
%files
%defattr(-,root,root)
%doc COPYING COPYING.DOC README
%{_kde4_appsdir}/kconf_update/
%package devel
Summary: Library for KDE Games: Build Environment
License: LGPL-2.1+
Group: System/GUI/KDE
Requires: libkde4-devel
Requires: libkdegames6 = %{version}
Obsoletes: libkdegames4-devel < %{version}
Provides: libkdegames4-devel = %{version}
%description devel
This package contains all necessary files and libraries needed to
develop KDE games.
%post devel -p /sbin/ldconfig
%postun devel -p /sbin/ldconfig
%files devel
%defattr(-,root,root)
%doc COPYING COPYING.DOC README
/usr/include/KDE/
/usr/include/highscore/
/usr/include/libkdegamesprivate/
/usr/include/*.h
%{_libdir}/cmake/KDEGames/
%{_kde4_libdir}/libkdegamesprivate.so
%{_kde4_libdir}/libkdegames.so
%package -n kdegames4-carddecks-other
Summary: Further Card Decks for KDE Games
License: LGPL-2.1+
Group: System/GUI/KDE
BuildArch: noarch
Requires: kdegames4-carddecks-default = %version
%description -n kdegames4-carddecks-other
This package contains several further card deck set for KDE games.
%files -n kdegames4-carddecks-other
%defattr(-,root,root)
%doc COPYING README
%exclude %_kde_share_dir/apps/carddecks/svg-standard
%exclude %_kde_share_dir/apps/carddecks/svg-oxygen-white
%exclude %_kde_share_dir/apps/carddecks/svg-ancient-egyptians
%_kde_share_dir/apps/carddecks
%package -n kdegames4-carddecks-default
Summary: Default Card Decks for KDE Games
License: LGPL-2.1+
Group: System/GUI/KDE
BuildArch: noarch
%description -n kdegames4-carddecks-default
This package contains the default card deck set for KDE games.
%files -n kdegames4-carddecks-default
%defattr(-,root,root)
%doc COPYING README
%_kde_share_dir/apps/carddecks/svg-standard
%_kde_share_dir/apps/carddecks/svg-oxygen-white
%_kde_share_dir/apps/carddecks/svg-ancient-egyptians
%changelog