automatic version update by autodist [release 21.12.0-1mamba;Mon Dec 13 2021]
This commit is contained in:
parent
9204d95650
commit
50be1b39ea
23
kontact.spec
23
kontact.spec
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kontact
|
||||
Version: 21.08.3
|
||||
Version: 21.12.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 Integrated PIM application
|
||||
Group: Graphical Desktop/Applications/Internet
|
||||
@ -10,7 +10,6 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/kontact-%{version}.tar.xz
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -59,7 +58,7 @@ Requires: korganizer
|
||||
Requires: kalarm
|
||||
Requires: libkontact = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: kontact4
|
||||
Obsoletes: kontact4
|
||||
Obsoletes: kontact4 < 21.12.0
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -99,13 +98,8 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name}
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%postun -n lib%{name}
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
@ -115,8 +109,8 @@ exit 0
|
||||
%{_datadir}/dbus-1/services/org.kde.kontact.service
|
||||
%{_datadir}/icons/hicolor/*/apps/kontact.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/kontact.svg
|
||||
%{_datadir}/kconf_update/kontact-15.08-kickoff.sh
|
||||
%{_datadir}/kconf_update/kontact.upd
|
||||
#%{_datadir}/kconf_update/kontact-15.08-kickoff.sh
|
||||
#%{_datadir}/kconf_update/kontact.upd
|
||||
%{_datadir}/kservices5/kontactconfig.desktop
|
||||
%{_datadir}/messageviewer/about/default/*
|
||||
%{_datadir}/metainfo/org.kde.kontact.appdata.xml
|
||||
@ -126,10 +120,13 @@ exit 0
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libkontactprivate.so.*
|
||||
%{_libdir}/qt5/plugins/kcm_kontact.so
|
||||
%{_libdir}/qt5/plugins/pim/kcms/kontact/kcm_kontact.so
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Mon Dec 13 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 10 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user