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:
committed by
Git OBS Bridge
parent
1cd697fe2c
commit
1f063b3549
@@ -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
|
||||
|
Reference in New Issue
Block a user