forked from pool/libkeduvocdocument
Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/libkeduvocdocument?expand=0&rev=43
This commit is contained in:
parent
515931a222
commit
f823648996
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: libkeduvocdocument
|
||||
Version: 17.03.90
|
||||
@ -46,6 +47,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
This package contains the library which is required by the KDE education
|
||||
applications.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -55,6 +60,9 @@ applications.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%endif
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%package -n libKEduVocDocument5
|
||||
@ -90,4 +98,9 @@ develop KDE education applications.
|
||||
%{_kf5_libdir}/cmake/libkeduvocdocument/
|
||||
%{_kf5_libdir}/libKEduVocDocument.so
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user