mirror of
https://abf.rosa.ru/djam/khangman.git
synced 2025-02-24 02:02:58 +00:00
New subpackages libkhangmanengine and devel
This commit is contained in:
parent
29afc1626a
commit
8e85f9f688
1 changed files with 32 additions and 0 deletions
|
@ -27,6 +27,37 @@ is displayed.
|
|||
%{_kde_configdir}/%{name}.knsrc
|
||||
%{_kde_mandir}/man6/%{name}.6.*
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%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}
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
%prep
|
||||
|
@ -42,6 +73,7 @@ is displayed.
|
|||
%changelog
|
||||
* Thu Jul 05 2012 Andrey Bondrov <andrey.bondrov@rosalab.ru> 4.8.95-1
|
||||
- New version 4.8.95
|
||||
- New subpackages libkhangmanengine and devel
|
||||
|
||||
* Fri Jun 08 2012 Arkady L. Shane <arkady.shane@rosalab.ru> 4.8.4-1
|
||||
- update to 4.8.4
|
||||
|
|
Loading…
Add table
Reference in a new issue