SHA256
1
0
forked from pool/libkdegames

Accepting request 147161 from KDE:Distro:Factory

Updated build/runtime requirements (forwarded request 147160 from adra)

OBS-URL: https://build.opensuse.org/request/show/147161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkdegames?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2013-01-07 10:06:09 +00:00 committed by Git OBS Bridge
parent a2c52c8d37
commit 32853e3227
4 changed files with 47 additions and 40 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2e02551bc614e3b9bae57ad3e562430e6d4d5d1242f392aac3b87c6c3b8b4d7
size 5872668

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc371169463487e95085046132a7c5d7145a477a929558d2f7653dcf51dc95a9
size 5834544

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jan 4 21:24:05 UTC 2013 - asterios.dramis@gmail.com
- Removed unneeded build requirements ggz-client-libs-devel, libqca2-devel and
oxygen-icon-theme-large. Added fdupes to fix rpmlint warning
"files-duplicate".
- Removed unneeded runtime requirements for ggz-client-libs and
%kde4_runtime_requires from libkdegames6.
-------------------------------------------------------------------
Thu Jan 3 21:52:49 UTC 2013 - tittiatcoke@gmail.com
- Update to 4.9.97
* This is the second RC release for 4.10. Contains bugfixes
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 19 19:16:48 UTC 2012 - tittiatcoke@gmail.com Wed Dec 19 19:16:48 UTC 2012 - tittiatcoke@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libkdegames # spec file for package libkdegames
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,21 +17,19 @@
Name: libkdegames 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 Summary: General Data for KDE Games
License: GPL-2.0+ License: GPL-2.0+
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org Url: http://www.kde.org
Version: 4.9.95 Version: 4.9.97
Release: 0 Release: 0
Source0: libkdegames-%{version}.tar.xz Source0: libkdegames-%{version}.tar.xz
Patch1: libkdegames-bnc793185.patch Patch1: libkdegames-bnc793185.patch
BuildRequires: fdupes
BuildRequires: libkde4-devel
BuildRequires: libsndfile-devel
BuildRequires: openal-soft-devel
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -45,23 +43,26 @@ This package contains data which is required by the KDE games library.
rm -rf carddecks/svg-konqi-modern rm -rf carddecks/svg-konqi-modern
%build %build
%cmake_kde4 -d build -- -DINSTALL_KAJONGG=TRUE %cmake_kde4 -d build
%make_jobs %make_jobs
%install %install
cd build %kde4_makeinstall -C build
%kde4_makeinstall
%kde_post_install %kde_post_install
%fdupes -s %{buildroot}
%files
%defattr(-,root,root)
%doc COPYING COPYING.DOC README
%{_kde4_appsdir}/kconf_update/
%package -n libkdegames6 %package -n libkdegames6
Summary: Library for KDE Games Summary: Library for KDE Games
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/GUI/KDE Group: System/GUI/KDE
Requires: ggz-client-libs Requires: libkdegames = %{version}
Requires: libkdegames
Obsoletes: libkdegames4 < 4.9.80 Obsoletes: libkdegames4 < 4.9.80
Provides: libkdegames4 = %{version} Provides: libkdegames4 = %{version}
%kde4_runtime_requires
%description -n libkdegames6 %description -n libkdegames6
This package contains the KDE games library. This package contains the KDE games library.
@ -77,15 +78,10 @@ This package contains the KDE games library.
%{_kde4_libdir}/libkdegamesprivate.so.* %{_kde4_libdir}/libkdegamesprivate.so.*
%{_kde4_libdir}/libkdegames.so.* %{_kde4_libdir}/libkdegames.so.*
%files
%defattr(-,root,root)
%doc COPYING COPYING.DOC README
%{_kde4_appsdir}/kconf_update/
%package devel %package devel
Summary: Library for KDE Games: Build Environment Summary: Library for KDE Games: Build Environment
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/GUI/KDE Group: Development/Libraries/KDE
Requires: libkde4-devel Requires: libkde4-devel
Requires: libkdegames6 = %{version} Requires: libkdegames6 = %{version}
Obsoletes: libkdegames4-devel < %{version} Obsoletes: libkdegames4-devel < %{version}
@ -96,17 +92,13 @@ This package contains all necessary files and libraries needed to
develop KDE games. develop KDE games.
%post devel -p /sbin/ldconfig
%postun devel -p /sbin/ldconfig
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING COPYING.DOC README %doc COPYING COPYING.DOC README
/usr/include/KDE/ %{_kde4_includedir}/KDE/
/usr/include/highscore/ %{_kde4_includedir}/highscore/
/usr/include/libkdegamesprivate/ %{_kde4_includedir}/libkdegamesprivate/
/usr/include/*.h %{_kde4_includedir}/*.h
%{_libdir}/cmake/KDEGames/ %{_libdir}/cmake/KDEGames/
%{_kde4_libdir}/libkdegamesprivate.so %{_kde4_libdir}/libkdegamesprivate.so
%{_kde4_libdir}/libkdegames.so %{_kde4_libdir}/libkdegames.so
@ -116,7 +108,7 @@ Summary: Further Card Decks for KDE Games
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/GUI/KDE Group: System/GUI/KDE
BuildArch: noarch BuildArch: noarch
Requires: kdegames4-carddecks-default = %version Requires: kdegames4-carddecks-default = %{version}
%description -n kdegames4-carddecks-other %description -n kdegames4-carddecks-other
This package contains several further card deck set for KDE games. This package contains several further card deck set for KDE games.
@ -125,10 +117,10 @@ This package contains several further card deck set for KDE games.
%files -n kdegames4-carddecks-other %files -n kdegames4-carddecks-other
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING README %doc COPYING README
%exclude %_kde_share_dir/apps/carddecks/svg-standard %exclude %{_kde4_appsdir}/carddecks/svg-standard
%exclude %_kde_share_dir/apps/carddecks/svg-oxygen-white %exclude %{_kde4_appsdir}/carddecks/svg-oxygen-white
%exclude %_kde_share_dir/apps/carddecks/svg-ancient-egyptians %exclude %{_kde4_appsdir}/carddecks/svg-ancient-egyptians
%_kde_share_dir/apps/carddecks %{_kde4_appsdir}/carddecks
%package -n kdegames4-carddecks-default %package -n kdegames4-carddecks-default
Summary: Default Card Decks for KDE Games Summary: Default Card Decks for KDE Games
@ -143,8 +135,8 @@ This package contains the default card deck set for KDE games.
%files -n kdegames4-carddecks-default %files -n kdegames4-carddecks-default
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING README %doc COPYING README
%_kde_share_dir/apps/carddecks/svg-standard %{_kde4_appsdir}/carddecks/svg-standard
%_kde_share_dir/apps/carddecks/svg-oxygen-white %{_kde4_appsdir}/carddecks/svg-oxygen-white
%_kde_share_dir/apps/carddecks/svg-ancient-egyptians %{_kde4_appsdir}/carddecks/svg-ancient-egyptians
%changelog %changelog