From 1f063b3549989d543682fcdc3adffa13831d997ba9cfe8a8a3b112f26c4a33d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 12 Sep 2012 22:03:17 +0000 Subject: [PATCH] Accepting request 133583 from KDE:Distro:Factory - update to 4.9.1 * see http://kde.org/announcements/4.9.1/ for details - split off khangman-devel/libkhangmanengine4 OBS-URL: https://build.opensuse.org/request/show/133583 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/khangman?expand=0&rev=18 --- khangman-4.8.5.tar.xz | 3 --- khangman-4.9.1.tar.xz | 3 +++ khangman.changes | 7 +++++++ khangman.spec | 35 ++++++++++++++++++++++++++++++++++- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 khangman-4.8.5.tar.xz create mode 100644 khangman-4.9.1.tar.xz diff --git a/khangman-4.8.5.tar.xz b/khangman-4.8.5.tar.xz deleted file mode 100644 index 23403a2..0000000 --- a/khangman-4.8.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3870a05a8d17a407f8fe4b11b4965e3fe13a58a345d386d8c84b50b07b00c1f7 -size 1154924 diff --git a/khangman-4.9.1.tar.xz b/khangman-4.9.1.tar.xz new file mode 100644 index 0000000..2afbe9d --- /dev/null +++ b/khangman-4.9.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09dc96714500e802c5778f2a92dda71e598757f01ef7aac02099c4632238075 +size 3791560 diff --git a/khangman.changes b/khangman.changes index becc37b..4da6035 100644 --- a/khangman.changes +++ b/khangman.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 5 12:04:28 UTC 2012 - dmueller@suse.com + +- update to 4.9.1 + * see http://kde.org/announcements/4.9.1/ for details +- split off khangman-devel/libkhangmanengine4 + ------------------------------------------------------------------- Mon Jul 30 16:56:08 UTC 2012 - dmueller@suse.com diff --git a/khangman.spec b/khangman.spec index 51d7aea..989fc03 100644 --- a/khangman.spec +++ b/khangman.spec @@ -28,7 +28,7 @@ BuildRequires: libqalculate-devel BuildRequires: libspectre-devel BuildRequires: readline-devel BuildRequires: xz -Version: 4.8.5 +Version: 4.9.1 Release: 0 Summary: Hangman Game License: GPL-2.0+ @@ -40,12 +40,33 @@ Requires: libkeduvocdocument4 Provides: kde4-khangman = 4.3.0 Obsoletes: kde4-khangman < 4.3.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: libkhangmanengine4 >= %version %kde4_runtime_requires %py_requires %description Classical hangman game for KDE +%package devel +Summary: Khangman engine library - Development Files +Group: Development/Libraries/KDE +Requires: libkde4-devel +Requires: libkhangmanengine4 = %version + +%description devel +This package contains a library for the KHangman game + +%package -n libkhangmanengine4 +Summary: Khangman Engine library +Group: Productivity/Graphics/Other + +%description -n libkhangmanengine4 +This package contains a library for the Khangman game + +%post -n libkhangmanengine4 -p /sbin/ldconfig + +%postun -n libkhangmanengine4 -p /sbin/ldconfig + %prep %setup -q @@ -74,6 +95,8 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %files %defattr(-,root,root) +%dir %{_kde4_iconsdir}/hicolor/80x80 +%dir %{_kde4_iconsdir}/hicolor/80x80/apps %{_kde4_applicationsdir}/khangman.desktop %{_kde4_appsdir}/khangman/ %{_kde4_bindir}/khangman @@ -81,6 +104,16 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %config %{_kde4_configdir}/khangman.knsrc %doc %{_kde4_htmldir}/en/khangman/ %{_kde4_iconsdir}/hicolor/*/apps/khangman.* +%{_kde4_iconsdir}/hicolor/*/apps/khangman-harmattan.* %doc %{_kde4_mandir}/man6/khangman.6.gz +%files devel +%defattr(-,root,root) +%_kde4_libdir/libkhangmanengine.so +/usr/include/khangman/ + +%files -n libkhangmanengine4 +%defattr(-,root,root) +%_kde4_libdir/libkhangmanengine.so.* + %changelog