forked from pool/khangman
Accepting request 147034 from KDE:Distro:Factory
Update KDE to KDE 4.10 RC2 OBS-URL: https://build.opensuse.org/request/show/147034 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/khangman?expand=0&rev=23
This commit is contained in:
parent
97f1fa6657
commit
904ab7c57d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:422f59cfe572ef7977cce1739810f87e29c4f145531e7b4c8d5075c6e9ecd29c
|
||||
size 3922656
|
3
khangman-4.9.97.tar.xz
Normal file
3
khangman-4.9.97.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ae5633dab610354c13b04a83ce3f9ff89e2c808e01e522ec4d9c58492b5b154
|
||||
size 3926056
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 21:13:02 UTC 2013 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.9.97
|
||||
* This is the second RC release for 4.10. Contains bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 20:29:40 UTC 2013 - asterios.dramis@gmail.com
|
||||
|
||||
- Updated build requirements.
|
||||
- Removed unneeded runtime requirements for libkeduvocdocument4 and python.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 19 18:40:16 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package khangman
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,35 +17,24 @@
|
||||
|
||||
|
||||
Name: khangman
|
||||
BuildRequires: avogadro-devel
|
||||
BuildRequires: freeglut-devel
|
||||
BuildRequires: kdebase4-workspace-devel
|
||||
BuildRequires: libeigen2-devel
|
||||
BuildRequires: libgmm++-devel
|
||||
BuildRequires: libkdeedu4-devel
|
||||
BuildRequires: libopenbabel-devel
|
||||
BuildRequires: libqalculate-devel
|
||||
BuildRequires: libspectre-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: xz
|
||||
Version: 4.9.95
|
||||
Version: 4.9.97
|
||||
Release: 0
|
||||
Summary: Hangman Game
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Teaching/Language
|
||||
Url: http://edu.kde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
Requires: libkeduvocdocument4
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libkdeedu4-devel
|
||||
BuildRequires: xz
|
||||
Requires: libkhangmanengine4 >= %version
|
||||
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
|
||||
Classical hangman game for KDE.
|
||||
|
||||
%package devel
|
||||
Summary: Khangman engine library - Development Files
|
||||
@ -54,18 +43,14 @@ Requires: libkde4-devel
|
||||
Requires: libkhangmanengine4 = %version
|
||||
|
||||
%description devel
|
||||
This package contains a library for the KHangman game
|
||||
This package contains development files for the KHangman engine library.
|
||||
|
||||
%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
|
||||
This package contains a library for the Khangman game.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -78,28 +63,24 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%kde4_makeinstall
|
||||
%kde4_makeinstall -C build
|
||||
%suse_update_desktop_file %{name} Education Languages
|
||||
%kde_post_install
|
||||
%if 0%{?suse_version} > 1020
|
||||
%fdupes -s %{buildroot}
|
||||
%endif
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%post -n libkhangmanengine4 -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
%postun -n libkhangmanengine4 -p /sbin/ldconfig
|
||||
|
||||
%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
|
||||
%config %{_kde4_configkcfgdir}/khangman.kcfg
|
||||
%config %{_kde4_configdir}/khangman.knsrc
|
||||
%doc %{_kde4_htmldir}/en/khangman/
|
||||
%dir %{_kde4_iconsdir}/hicolor/80x80
|
||||
%dir %{_kde4_iconsdir}/hicolor/80x80/apps
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/khangman.*
|
||||
%{_kde4_iconsdir}/hicolor/*/apps/khangman-harmattan.*
|
||||
%doc %{_kde4_mandir}/man6/khangman.6.gz
|
||||
@ -107,7 +88,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_kde4_libdir/libkhangmanengine.so
|
||||
/usr/include/khangman/
|
||||
%_kde4_includedir/khangman/
|
||||
|
||||
%files -n libkhangmanengine4
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user