Hrvoje Senjan 2014-06-01 19:41:27 +00:00 committed by Git OBS Bridge
parent 1d27cba8f2
commit 4e689d2f9c

View File

@ -59,6 +59,7 @@ description for example for integrating actions from plugins.
Summary: Framework for managing menu and toolbar actions
Group: System/GUI/KDE
Obsoletes: libKF5XmlGui4
Recommends: %lname-lang = %{version}
%description -n %lname
libkxmlgui provides a framework for managing menu and toolbar actions in an
@ -90,6 +91,7 @@ abstract way. The actions are configured through a XML description and hooks
in the application code. The framework supports merging of multiple
description for example for integrating actions from plugins. Development files.
%lang_package -n %lname
%prep
%setup -q
@ -97,6 +99,8 @@ description for example for integrating actions from plugins. Development files.
%cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
%make_jobs
%find_lang %{name}5
%install
%kf5_makeinstall -C build
%fdupes -s %{buildroot}
@ -105,6 +109,8 @@ description for example for integrating actions from plugins. Development files.
%postun -n %lname -p /sbin/ldconfig
%files -n %lname-lang -f %{name}5.lang
%files -n %lname
%defattr(-,root,root)
%doc COPYING* README*