Accepting request 490509 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490509 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libkmahjongg?expand=0&rev=60
This commit is contained in:
commit
1ea2d6c3e6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd4cd709668cd675365cc51adfa47b8ac7bd09c684f1e8596472334eae3c1f3a
|
||||
size 1677916
|
3
libkmahjongg-17.04.0.tar.xz
Normal file
3
libkmahjongg-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3f006eacc4817056df87ee32e985694a171cfc08799ea4e1c10c3a45409d660
|
||||
size 1702892
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:45:18 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:26:04 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:50 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:43:25 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -15,12 +15,13 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: libkmahjongg
|
||||
Version: 16.12.3
|
||||
Version: 17.04.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: General Data for KDE Games
|
||||
License: GPL-2.0+
|
||||
@ -42,6 +43,7 @@ BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Test)
|
||||
Obsoletes: %{name}-kf5 < %{version}
|
||||
Provides: %{name}-kf5 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -68,6 +70,10 @@ Provides: %{name}-kf5-devel = %{version}
|
||||
This package contains all necessary files and libraries needed to
|
||||
develop games that uses Mahjongg tiles.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -77,6 +83,9 @@ develop games that uses Mahjongg tiles.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%endif
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -n libKF5KMahjongglib5 -p /sbin/ldconfig
|
||||
@ -99,4 +108,9 @@ develop games that uses Mahjongg tiles.
|
||||
%{_kf5_libdir}/libKF5KMahjongglib.so
|
||||
%{_kf5_libdir}/cmake/KF5KMahjongglib
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user