Accepting request 303582 from KDE:Applications
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/303582 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkmahjongg?expand=0&rev=38
This commit is contained in:
committed by
Git OBS Bridge
parent
6e3a2da6fb
commit
8eb034df79
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e0afb0ba2f8c4cdb51209d0ce1a23e22abc89e7bae039e9ea1c15db436e3f4e
|
||||
size 1674408
|
3
libkmahjongg-15.04.0.tar.xz
Normal file
3
libkmahjongg-15.04.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de3387196bfe25242cdc2e22c8d7f50a68f91f71560dd08ba7302349609a22a4
|
||||
size 1675816
|
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 13:25:58 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:23:20 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.03.95
|
||||
* KDE Applications 15.04 RC
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 8 12:51:33 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 15.03.80
|
||||
* KDE Applications 15.04 Beta
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 10:45:39 UTC 2015 - tittiatcoke@gmail.com
|
||||
|
||||
|
@@ -21,33 +21,45 @@ Summary: General Data for KDE Games
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Version: 14.12.3
|
||||
Version: 15.04.0
|
||||
Release: 0
|
||||
Source0: libkmahjongg-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libkdegames-devel
|
||||
BuildRequires: xz
|
||||
Requires: libkmahjongglib4 = %{version}
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kcompletion-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kconfigwidgets-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
Obsoletes: %{name}-kf5 < %{version}
|
||||
Provides: %{name}-kf5 = %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package contains data which is required by KDE games.
|
||||
|
||||
%package -n libkmahjongglib4
|
||||
%package -n libKF5KMahjongglib5
|
||||
Summary: Library for Mahjongg tiles
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/KDE
|
||||
Requires: libkmahjongg
|
||||
|
||||
%description -n libkmahjongglib4
|
||||
%description -n libKF5KMahjongglib5
|
||||
This package contains the library for Mahjongg tiles.
|
||||
|
||||
%package devel
|
||||
Summary: Library for Mahjongg tiles: Build Environment
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: libkmahjongglib4 = %{version}
|
||||
Requires: libKF5KMahjongglib5 = %{version}
|
||||
Obsoletes: %{name}-kf5-devel < %{version}
|
||||
Provides: %{name}-kf5-devel = %{version}
|
||||
|
||||
|
||||
%description devel
|
||||
This package contains all necessary files and libraries needed to
|
||||
@@ -57,32 +69,32 @@ develop games that uses Mahjongg tiles.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kde4_makeinstall -C build
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -n libkmahjongglib4 -p /sbin/ldconfig
|
||||
%post -n libKF5KMahjongglib5 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libkmahjongglib4 -p /sbin/ldconfig
|
||||
%postun -n libKF5KMahjongglib5 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC README
|
||||
%{_kde4_appsdir}/kmahjongglib/
|
||||
%{_kf5_sharedir}/kmahjongglib/
|
||||
|
||||
%files -n libkmahjongglib4
|
||||
%files -n libKF5KMahjongglib5
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC README
|
||||
%{_kde4_libdir}/libkmahjongglib.so.*
|
||||
%{_kf5_libdir}/libKF5KMahjongglib.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.DOC README
|
||||
%{_kde4_includedir}/*.h
|
||||
%{_kde4_libdir}/libkmahjongglib.so
|
||||
%{_kf5_includedir}/KF5KMahjongg/
|
||||
%{_kf5_libdir}/libKF5KMahjongglib.so
|
||||
%{_kf5_libdir}/cmake/KF5KMahjongglib
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user