libakonadi-devel: remove conflict with libakonadi4-devel [release 20.08.2-2mamba;Sat Oct 10 2020]
This commit is contained in:
parent
4aa14ee963
commit
463a0046e2
17
akonadi.spec
17
akonadi.spec
@ -1,7 +1,7 @@
|
|||||||
%define gccver %(gcc -dumpversion)
|
%define gccver %(gcc -dumpversion)
|
||||||
Name: akonadi
|
Name: akonadi
|
||||||
Version: 20.08.1
|
Version: 20.08.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: PIM Storage Service
|
Summary: PIM Storage Service
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -71,7 +71,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
#Requires: libstdc++6-devel == %{gccver}
|
#Requires: libstdc++6-devel == %{gccver}
|
||||||
Provides: libakonadi5-devel
|
Provides: libakonadi5-devel
|
||||||
Obsoletes: libakonadi5-devel
|
Obsoletes: libakonadi5-devel
|
||||||
Conflicts: libakonadi4-devel
|
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
PIM Storage Service.
|
PIM Storage Service.
|
||||||
@ -125,11 +124,13 @@ _EOF
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
update-mime-database -n %{_datadir}/mime &> /dev/null
|
||||||
|
:
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
update-mime-database -n %{_datadir}/mime &> /dev/null
|
||||||
|
:
|
||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -177,6 +178,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.08.2-2mamba
|
||||||
|
- libakonadi-devel: remove conflict with libakonadi4-devel
|
||||||
|
|
||||||
|
* Fri Oct 09 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user