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