116 lines
3.7 KiB
RPMSpec
116 lines
3.7 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
Name: kmail-account-wizard
|
|
Version: 20.08.2
|
|
Release: 1mamba
|
|
Summary: KDE Frameworks 5 KMail account wizard
|
|
Group: Graphical Desktop/Applications/Internet
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.kde.org
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/kmail-account-wizard-%{version}.tar.xz
|
|
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: ldconfig
|
|
BuildRequires: libGL-devel
|
|
BuildRequires: libakonadi-devel
|
|
BuildRequires: libakonadi-mime-devel
|
|
BuildRequires: libassuan-devel
|
|
BuildRequires: libattica5-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libgpg-error-devel
|
|
BuildRequires: libgpgme-devel
|
|
BuildRequires: libkauth-devel
|
|
BuildRequires: libkcmutils-devel
|
|
BuildRequires: libkcodecs-devel
|
|
BuildRequires: libkconfig-devel
|
|
BuildRequires: libkconfigwidgets-devel
|
|
BuildRequires: libkcoreaddons-devel
|
|
BuildRequires: libkcrash-devel
|
|
BuildRequires: libkdbusaddons-devel
|
|
BuildRequires: libkdepim-devel
|
|
BuildRequires: libki18n-devel
|
|
BuildRequires: libkidentitymanagement-devel
|
|
BuildRequires: libkio-devel
|
|
BuildRequires: libkitemmodels-devel
|
|
BuildRequires: libkitemviews-devel
|
|
BuildRequires: libkldap-devel
|
|
BuildRequires: libkleo-devel
|
|
BuildRequires: libkmailtransport-devel
|
|
BuildRequires: libkmime-devel
|
|
BuildRequires: libknewstuff-devel
|
|
BuildRequires: libknotifications-devel
|
|
BuildRequires: libkpimtextedit-devel
|
|
BuildRequires: libkross-devel
|
|
BuildRequires: libkservice-devel
|
|
BuildRequires: libkwallet-devel
|
|
BuildRequires: libkwidgetsaddons-devel
|
|
BuildRequires: libkxmlgui-devel
|
|
BuildRequires: libpimcommon-devel
|
|
BuildRequires: libqt5-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: cmake
|
|
BuildRequires: rpm-macros-kde5
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
KDE Frameworks 5 KMail account wizard.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake_kde5 -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{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}"
|
|
|
|
%files -f %{name}5_qt.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/accountwizard
|
|
%{_bindir}/ispdb
|
|
%{_libdir}/qt5/plugins/accountwizard_plugin.so
|
|
%{_datadir}/akonadi/accountwizard/tine20/*
|
|
%{_datadir}/applications/org.kde.accountwizard.desktop
|
|
%{_datadir}/knsrcfiles/accountwizard.knsrc
|
|
%{_datadir}/mime/packages/accountwizard-mime.xml
|
|
%{_datadir}/qlogging-categories5/accountwizard.categories
|
|
%{_datadir}/qlogging-categories5/accountwizard.renamecategories
|
|
%doc COPYING COPYING.DOC COPYING.LIB
|
|
|
|
%changelog
|
|
* Sun Oct 11 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 20 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 15 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.04.0-1mamba
|
|
- package created using the webbuild interface
|