forked from pool/libkmahjongg
Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/libkmahjongg?expand=0&rev=46
This commit is contained in:
parent
47448e4e9c
commit
2509b50c48
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: libkmahjongg
|
||||
Version: 17.03.90
|
||||
@ -68,6 +69,10 @@ Provides: %{name}-kf5-devel = %{version}
|
||||
This package contains all necessary files and libraries needed to
|
||||
develop games that uses Mahjongg tiles.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -77,6 +82,9 @@ develop games that uses Mahjongg tiles.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%endif
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -n libKF5KMahjongglib5 -p /sbin/ldconfig
|
||||
@ -99,4 +107,9 @@ develop games that uses Mahjongg tiles.
|
||||
%{_kf5_libdir}/libKF5KMahjongglib.so
|
||||
%{_kf5_libdir}/cmake/KF5KMahjongglib
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user