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