forked from pool/libkdegames
Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/libkdegames?expand=0&rev=56
This commit is contained in:
parent
5401a23a51
commit
aa4fa899cd
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: libkdegames
|
Name: libkdegames
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
@ -71,6 +72,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
This package contains data which is required by the KDE games library.
|
This package contains data which is required by the KDE games library.
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
@ -84,6 +89,9 @@ rm -rf carddecks/svg-konqi-modern
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
%endif
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -177,4 +185,9 @@ This package contains the default card deck set for KDE games.
|
|||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{_kf5_sharedir}/carddecks/svg-oxygen-air
|
%{_kf5_sharedir}/carddecks/svg-oxygen-air
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user