forked from pool/libkdegames
Accepting request 305223 from KDE:Applications
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/305223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkdegames?expand=0&rev=39
This commit is contained in:
parent
51af7b46dc
commit
28ae0756a0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:473c139c6a060c6965a2c406da3401eb720d6c19a5086e6b3a30f508ff4c4336
|
|
||||||
size 5791708
|
|
3
libkdegames-15.04.0.tar.xz
Normal file
3
libkdegames-15.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a894457adb38a6042d429196e6f3fa3d6fe1dd7f09af2a1cb870c8b6fc98be7
|
||||||
|
size 5807292
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 11 13:24:38 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 15.04.0
|
||||||
|
* KDE Applications 15.04.0
|
||||||
|
* https://www.kde.org/announcements/announce-applications-15.04.0.php
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 21 18:21:53 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 15.03.95
|
||||||
|
* KDE Applications 15.04 RC
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 12:50:54 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 15.03.80
|
||||||
|
* KDE Applications 15.04 Beta
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 3 10:45:06 UTC 2015 - tittiatcoke@gmail.com
|
Tue Mar 3 10:45:06 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
107
libkdegames.spec
107
libkdegames.spec
@ -21,15 +21,42 @@ 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: 14.12.3
|
Version: 15.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: libkdegames-%{version}.tar.xz
|
Source0: libkdegames-%{version}.tar.xz
|
||||||
Patch1: libkdegames-bnc793185.patch
|
Patch1: libkdegames-bnc793185.patch
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libkde4-devel
|
BuildRequires: frameworkintegration-devel
|
||||||
|
BuildRequires: karchive-devel
|
||||||
|
BuildRequires: kcodecs-devel
|
||||||
|
BuildRequires: kconfig-devel
|
||||||
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kglobalaccel-devel
|
||||||
|
BuildRequires: kcrash-devel
|
||||||
|
BuildRequires: kdbusaddons-devel
|
||||||
|
BuildRequires: kdeclarative-devel
|
||||||
|
BuildRequires: kdelibs4support-devel
|
||||||
|
BuildRequires: kdnssd-framework-devel
|
||||||
|
BuildRequires: kf5-filesystem
|
||||||
|
BuildRequires: ki18n-devel
|
||||||
|
BuildRequires: kitemmodels-devel
|
||||||
|
BuildRequires: knewstuff-devel
|
||||||
|
BuildRequires: knotifyconfig-devel
|
||||||
|
BuildRequires: kwidgetsaddons-devel
|
||||||
|
BuildRequires: kwindowsystem-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
BuildRequires: openal-soft-devel
|
BuildRequires: openal-soft-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
|
BuildRequires: pkgconfig(Qt5Qml)
|
||||||
|
BuildRequires: pkgconfig(Qt5Quick)
|
||||||
|
BuildRequires: pkgconfig(Qt5QuickWidgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
Obsoletes: %{name}-kf5 < %{version}
|
||||||
|
Provides: %{name}-kf5 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,55 +70,50 @@ 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
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kde4_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%kde_post_install
|
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC README
|
%doc COPYING COPYING.DOC README
|
||||||
%{_kde4_appsdir}/kconf_update/
|
%{_kf5_sharedir}/kconf_update/
|
||||||
|
|
||||||
%package -n libkdegames6
|
%package -n libkf5kdegames6
|
||||||
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: libkdegames = %{version}
|
Requires: libkdegames = %{version}
|
||||||
Obsoletes: libkdegames4 < 4.9.80
|
|
||||||
Provides: libkdegames4 = %{version}
|
|
||||||
|
|
||||||
%description -n libkdegames6
|
%description -n libkf5kdegames6
|
||||||
This package contains the KDE games library.
|
This package contains the KDE games library.
|
||||||
|
|
||||||
|
|
||||||
%post -n libkdegames6 -p /sbin/ldconfig
|
%post -n libkf5kdegames6 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libkdegames6 -p /sbin/ldconfig
|
%postun -n libkf5kdegames6 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libkdegames6
|
%files -n libkf5kdegames6
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC README
|
%doc COPYING COPYING.DOC README
|
||||||
%{_kde4_libdir}/libkdegamesprivate.so.*
|
%{_kf5_libdir}/libKF5KDEGamesPrivate.so.*
|
||||||
%{_kde4_libdir}/libkdegames.so.*
|
%{_kf5_libdir}/libKF5KDEGames.so.*
|
||||||
%dir %{_kde4_modulesdir}/imports
|
%dir %{_kf5_sharedir}/kconf_update
|
||||||
%dir %{_kde4_modulesdir}/imports/org
|
%{_kf5_qmldir}/
|
||||||
%dir %{_kde4_modulesdir}/imports/org/kde
|
|
||||||
%dir %{_kde4_modulesdir}/imports/org/kde/games
|
|
||||||
%dir %{_kde4_modulesdir}/imports/org/kde/games/core
|
|
||||||
%{_kde4_modulesdir}/imports/org/kde/games/core
|
|
||||||
|
|
||||||
%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: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: libkde4-devel
|
Requires: libkf5kdegames6 = %{version}
|
||||||
Requires: libkdegames6 = %{version}
|
Requires: libsndfile-devel
|
||||||
Obsoletes: libkdegames4-devel < %{version}
|
Requires: openal-soft-devel
|
||||||
Provides: libkdegames4-devel = %{version}
|
Obsoletes: %{name}-kf5-devel < %{version}
|
||||||
|
Provides: %{name}-kf5-devel = %{version}
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary files and libraries needed to
|
This package contains all necessary files and libraries needed to
|
||||||
@ -101,44 +123,45 @@ develop KDE games.
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC README
|
%doc COPYING COPYING.DOC README
|
||||||
%{_kde4_includedir}/KDE/
|
%{_kf5_includedir}/KF5KDEGames/
|
||||||
%{_kde4_includedir}/highscore/
|
%{_kf5_libdir}/cmake/KF5KDEGames/
|
||||||
%{_kde4_includedir}/libkdegamesprivate/
|
%{_kf5_libdir}/libKF5KDEGamesPrivate.so
|
||||||
%{_kde4_includedir}/*.h
|
%{_kf5_libdir}/libKF5KDEGames.so
|
||||||
%{_libdir}/cmake/KDEGames/
|
|
||||||
%{_kde4_libdir}/libkdegamesprivate.so
|
|
||||||
%{_kde4_libdir}/libkdegames.so
|
|
||||||
|
|
||||||
%package -n kdegames4-carddecks-other
|
%package -n kdegames-carddecks-other
|
||||||
Summary: Further Card Decks for KDE Games
|
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: kdegames-carddecks-default = %{version}
|
||||||
|
Obsoletes: kdegames4-carddecks-other < %{version}
|
||||||
|
Obsoletes: kdegames5-carddecks-other < %{version}
|
||||||
|
|
||||||
%description -n kdegames4-carddecks-other
|
%description -n kdegames-carddecks-other
|
||||||
This package contains several further card deck set for KDE games.
|
This package contains several further card deck set for KDE games.
|
||||||
|
|
||||||
|
|
||||||
%files -n kdegames4-carddecks-other
|
%files -n kdegames-carddecks-other
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%exclude %{_kde4_appsdir}/carddecks/svg-oxygen-air
|
%exclude %{_kf5_sharedir}/carddecks/svg-oxygen-air
|
||||||
%{_kde4_appsdir}/carddecks
|
%{_kf5_sharedir}/carddecks
|
||||||
|
|
||||||
%package -n kdegames4-carddecks-default
|
%package -n kdegames-carddecks-default
|
||||||
Summary: Default Card Decks for KDE Games
|
Summary: Default Card Decks for KDE Games
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
|
Obsoletes: kdegames4-carddecks-default < %{version}
|
||||||
|
Obsoletes: kdegames5-carddecks-default < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description -n kdegames4-carddecks-default
|
%description -n kdegames-carddecks-default
|
||||||
This package contains the default card deck set for KDE games.
|
This package contains the default card deck set for KDE games.
|
||||||
|
|
||||||
|
|
||||||
%files -n kdegames4-carddecks-default
|
%files -n kdegames-carddecks-default
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{_kde4_appsdir}/carddecks/svg-oxygen-air
|
%{_kf5_sharedir}/carddecks/svg-oxygen-air
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user