automatic version update by autodist [release 17.04.3-1mamba;Wed Aug 09 2017]
This commit is contained in:
parent
d1d317ec75
commit
6bbf8d8b8d
28
kmail.spec
28
kmail.spec
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kmail
|
||||
Version: 16.12.2
|
||||
Version: 17.04.3
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 mail client
|
||||
Group: Graphical Desktop/Applications/Internet
|
||||
@ -73,6 +73,7 @@ BuildRequires: libqt5-devel
|
||||
BuildRequires: libsolid-devel
|
||||
BuildRequires: libsonnet-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libsyntax-highlighting-devel
|
||||
BuildRequires: messagelib-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
@ -120,6 +121,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}"
|
||||
|
||||
@ -131,7 +134,7 @@ exit 0
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/xdg/*categories
|
||||
%{_bindir}/akonadi_*_agent
|
||||
@ -154,8 +157,8 @@ exit 0
|
||||
%{_datadir}/doc/HTML/en/akonadi_followupreminder_agent/*
|
||||
%dir %{_datadir}/doc/HTML/en/akonadi_sendlater_agent
|
||||
%{_datadir}/doc/HTML/en/akonadi_sendlater_agent/*
|
||||
%dir %{_datadir}/doc/HTML/en/kmail
|
||||
%{_datadir}/doc/HTML/en/kmail/*
|
||||
#%dir %{_datadir}/doc/HTML/en/kmail
|
||||
#%{_datadir}/doc/HTML/en/kmail/*
|
||||
%dir %{_datadir}/doc/HTML/en/ktnef
|
||||
%{_datadir}/doc/HTML/en/ktnef/*
|
||||
%{_datadir}/icons/hicolor/*/apps/kmail.png
|
||||
@ -165,6 +168,8 @@ exit 0
|
||||
%{_datadir}/icons/locolor/*/actions/ktnef_extract_all_to.png
|
||||
%{_datadir}/icons/locolor/*/actions/ktnef_extract_to.png
|
||||
%{_datadir}/icons/locolor/*/apps/ktnef.png
|
||||
%{_datadir}/icons/hicolor/*/emblems/*.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/kmail.svgz
|
||||
%{_datadir}/kconf_update/kmail-15.08-kickoff.sh
|
||||
%{_datadir}/kconf_update/kmail.upd
|
||||
%{_datadir}/kmail2/pics/pgp-keys.png
|
||||
@ -179,14 +184,27 @@ exit 0
|
||||
%{_datadir}/kxmlgui5/kontactsummary/kontactsummary_part.rc
|
||||
%{_datadir}/messageviewer/about/default/introduction_kmail.html
|
||||
%{_datadir}/metainfo/org.kde.kmail.appdata.xml
|
||||
%lang(ca) %{_datadir}/doc/HTML/ca
|
||||
%lang(de) %{_datadir}/doc/HTML/de
|
||||
%lang(en) %{_datadir}/doc/HTML/en
|
||||
%lang(es) %{_datadir}/doc/HTML/es
|
||||
%lang(et) %{_datadir}/doc/HTML/et
|
||||
%lang(it) %{_datadir}/doc/HTML/it
|
||||
%lang(nl) %{_datadir}/doc/HTML/nl
|
||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR
|
||||
%lang(sv) %{_datadir}/doc/HTML/sv
|
||||
%lang(uk) %{_datadir}/doc/HTML/uk
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libkmailprivate.so.*
|
||||
%{_libdir}/qt5/plugins/*.so
|
||||
%doc COPYING COPYING.DOC COPYING.LIB
|
||||
#%doc COPYING COPYING.DOC COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 04 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user