khangman/khangman.spec

115 lines
3.1 KiB
RPMSpec
Raw Normal View History

2012-07-05 22:45:14 +11:00
Name: khangman
Summary: Classical hangman game
Version: 4.8.95
Release: 1
Group: Graphical desktop/KDE
License: GPLv2 GFLD
URL: http://edu.kde.org/khangman
Source: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: kdelibs4-devel
BuildRequires: libkdeedu-devel >= %{version}
Requires: libkdeedu = %{version}
2012-02-01 17:24:14 +04:00
%description
KHangman is the classical hangman game. The child should guess a word
letter by letter. At each miss, the picture of a hangman appears. After
10 tries, if the word is not guessed, the game is over and the answer
is displayed.
%files
%doc COPYING COPYING.DOC README
2012-07-05 22:45:14 +11:00
%doc %{_kde_docdir}/HTML/en/%{name}
%{_kde_appsdir}/%{name}
%{_kde_bindir}/%{name}
2012-07-06 05:24:58 +11:00
%{_kde_iconsdir}/*/*/apps/%{name}*
2012-07-05 22:45:14 +11:00
%{_kde_applicationsdir}/%{name}.desktop
%{_kde_datadir}/config.kcfg/%{name}.kcfg
%{_kde_configdir}/%{name}.knsrc
%{_kde_mandir}/man6/%{name}.6.*
2012-02-01 17:24:14 +04:00
#----------------------------------------------------------------------------
%define khangmanengine_major 4
%define libkhangmanengine %mklibname khangmanengine %{khangmanengine_major}
%package -n %{libkhangmanengine}
Summary: Runtime library for KDE Education Application
Group: System/Libraries
%description -n %{libkhangmanengine}
Runtime library for KDE Education Application.
%files -n %{libkhangmanengine}
%{_kde_libdir}/libkhangmanengine.so.%{khangmanengine_major}*
#-----------------------------------------------------------------------------
%package devel
Summary: Devel stuff for %{name}
Group: Development/KDE and Qt
Requires: %{libkhangmanengine} = %{version}-%{release}
Requires: kdelibs4-devel
Requires: libkdeedu-devel
%description devel
Files needed to build applications based on %{name}.
%files devel
%{_kde_libdir}/libkhangmanengine.so
%{_includedir}/%{name}
2012-02-01 17:24:14 +04:00
#----------------------------------------------------------------------
%prep
2012-07-05 22:45:14 +11:00
%setup -q
2012-02-01 17:24:14 +04:00
%build
2012-07-05 22:45:14 +11:00
%cmake_kde4
2012-02-01 17:24:14 +04:00
%make
%install
%makeinstall_std -C build
%changelog
2012-07-05 22:45:14 +11:00
* Thu Jul 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.8.95-1
- New version 4.8.95
- New subpackages libkhangmanengine and devel
2012-07-06 05:24:58 +11:00
- Update file list
2012-07-05 22:45:14 +11:00
2012-06-18 16:49:58 +04:00
* Fri Jun 08 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 4.8.4-1
- update to 4.8.4
* Thu May 10 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 4.8.3-1
- update to 4.8.3
* Sun Mar 11 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 4.8.2-1
- update to 4.8.2
* Sun Mar 11 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 4.8.1-1
- update to 4.8.1
2012-02-01 17:24:14 +04:00
* Thu Jan 19 2012 Nicolas Lécureuil <nlecureuil@mandriva.com> 4.8.0-1
+ Revision: 762465
- New upstream tarball
* Fri Jan 06 2012 Nicolas Lécureuil <nlecureuil@mandriva.com> 4.7.97-1
+ Revision: 758058
- New upstream tarball
* Thu Dec 22 2011 Nicolas Lécureuil <nlecureuil@mandriva.com> 4.7.95-1
+ Revision: 744539
- New upstream tarball
* Fri Dec 09 2011 Nicolas Lécureuil <nlecureuil@mandriva.com> 4.7.90-1
+ Revision: 739296
- New upstream tarball $NEW_VERSION
* Sat Nov 19 2011 Nicolas Lécureuil <nlecureuil@mandriva.com> 4.7.80-1
+ Revision: 731870
- New upstream tarball 4.7.80
* Wed Nov 09 2011 Nicolas Lécureuil <nlecureuil@mandriva.com> 4.7.41-1
+ Revision: 729208
- Import package