diff --git a/mailcommon.spec b/mailcommon.spec index b1635d9..147d979 100644 --- a/mailcommon.spec +++ b/mailcommon.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: mailcommon -Version: 16.12.3 +Version: 17.04.3 Release: 1mamba Summary: KDE Frameworks 5 common mail library Group: System/Libraries @@ -94,6 +94,8 @@ This package contains libraries and header files for developing applications tha [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build +%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -106,7 +108,7 @@ exit 0 exit 0 -%files -n lib%{name} +%files -n lib%{name} -f %{name}5_qt.lang %defattr(-,root,root) %{_kde5_libdir}/libKF5MailCommon.so.* @@ -124,6 +126,9 @@ exit 0 %{_libdir}/qt5/plugins/designer/mailcommonwidgets.so %changelog +* Wed Aug 09 2017 Automatic Build System 17.04.3-1mamba +- automatic version update by autodist + * Sun Mar 26 2017 Automatic Build System 16.12.3-1mamba - automatic version update by autodist