forked from pool/khangman
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
This commit is contained in:
parent
1cd697fe2c
commit
1f063b3549
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3870a05a8d17a407f8fe4b11b4965e3fe13a58a345d386d8c84b50b07b00c1f7
|
|
||||||
size 1154924
|
|
3
khangman-4.9.1.tar.xz
Normal file
3
khangman-4.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a09dc96714500e802c5778f2a92dda71e598757f01ef7aac02099c4632238075
|
||||||
|
size 3791560
|
@ -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
|
Mon Jul 30 16:56:08 UTC 2012 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ BuildRequires: libqalculate-devel
|
|||||||
BuildRequires: libspectre-devel
|
BuildRequires: libspectre-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Version: 4.8.5
|
Version: 4.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Hangman Game
|
Summary: Hangman Game
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -40,12 +40,33 @@ Requires: libkeduvocdocument4
|
|||||||
Provides: kde4-khangman = 4.3.0
|
Provides: kde4-khangman = 4.3.0
|
||||||
Obsoletes: kde4-khangman < 4.3.0
|
Obsoletes: kde4-khangman < 4.3.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Requires: libkhangmanengine4 >= %version
|
||||||
%kde4_runtime_requires
|
%kde4_runtime_requires
|
||||||
%py_requires
|
%py_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Classical hangman game for KDE
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -74,6 +95,8 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_kde4_iconsdir}/hicolor/80x80
|
||||||
|
%dir %{_kde4_iconsdir}/hicolor/80x80/apps
|
||||||
%{_kde4_applicationsdir}/khangman.desktop
|
%{_kde4_applicationsdir}/khangman.desktop
|
||||||
%{_kde4_appsdir}/khangman/
|
%{_kde4_appsdir}/khangman/
|
||||||
%{_kde4_bindir}/khangman
|
%{_kde4_bindir}/khangman
|
||||||
@ -81,6 +104,16 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
%config %{_kde4_configdir}/khangman.knsrc
|
%config %{_kde4_configdir}/khangman.knsrc
|
||||||
%doc %{_kde4_htmldir}/en/khangman/
|
%doc %{_kde4_htmldir}/en/khangman/
|
||||||
%{_kde4_iconsdir}/hicolor/*/apps/khangman.*
|
%{_kde4_iconsdir}/hicolor/*/apps/khangman.*
|
||||||
|
%{_kde4_iconsdir}/hicolor/*/apps/khangman-harmattan.*
|
||||||
%doc %{_kde4_mandir}/man6/khangman.6.gz
|
%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
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user