1
0

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:
Luca Beltrame 2017-04-15 13:28:56 +00:00 committed by Git OBS Bridge
parent 515931a222
commit f823648996

View File

@ -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: libkeduvocdocument Name: libkeduvocdocument
Version: 17.03.90 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 This package contains the library which is required by the KDE education
applications. applications.
%if %{with lang}
%lang_package
%endif
%prep %prep
%setup -q %setup -q
@ -55,6 +60,9 @@ applications.
%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}
%package -n libKEduVocDocument5 %package -n libKEduVocDocument5
@ -90,4 +98,9 @@ develop KDE education applications.
%{_kf5_libdir}/cmake/libkeduvocdocument/ %{_kf5_libdir}/cmake/libkeduvocdocument/
%{_kf5_libdir}/libKEduVocDocument.so %{_kf5_libdir}/libKEduVocDocument.so
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog %changelog