Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmail-account-wizard?expand=0&rev=17
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:28 +00:00 committed by Git OBS Bridge
parent 282050b859
commit 5cf47f37b6

View File

@ -16,6 +16,8 @@
#
%bcond_without lang
Name: kmail-account-wizard
Version: 17.03.90
Release: 0
@ -68,6 +70,10 @@ ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%description
An application which assists you with the configuration of accounts in KMail.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -77,6 +83,9 @@ An application which assists you with the configuration of accounts in KMail.
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%endif
%files
%defattr(-,root,root)
@ -91,4 +100,9 @@ An application which assists you with the configuration of accounts in KMail.
%{_kf5_applicationsdir}/org.kde.accountwizard.desktop
%{_datadir}/mime/packages/accountwizard-mime.xml
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog