fix removing provides and obsoletes for *krita [release 3.1.0-3mamba;Fri Mar 22 2019]
This commit is contained in:
parent
de9b7cb747
commit
86329afc7e
@ -1,6 +1,6 @@
|
|||||||
Name: calligra
|
Name: calligra
|
||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: An integrated office suite built on the KDE platform (formerly known as koffice)
|
Summary: An integrated office suite built on the KDE platform (formerly known as koffice)
|
||||||
Group: Graphical Desktop/Applications/Office
|
Group: Graphical Desktop/Applications/Office
|
||||||
@ -108,8 +108,6 @@ Provides: calligra-karbon
|
|||||||
Obsoletes: calligra-karbon
|
Obsoletes: calligra-karbon
|
||||||
Provides: calligra-kexi
|
Provides: calligra-kexi
|
||||||
Obsoletes: calligra-kexi
|
Obsoletes: calligra-kexi
|
||||||
Provides: calligra-krita
|
|
||||||
Obsoletes: calligra-krita
|
|
||||||
Provides: calligra-plan
|
Provides: calligra-plan
|
||||||
Obsoletes: calligra-plan
|
Obsoletes: calligra-plan
|
||||||
Provides: calligra-sheets
|
Provides: calligra-sheets
|
||||||
@ -203,8 +201,6 @@ Provides: koffice-karbon
|
|||||||
Obsoletes: koffice-karbon
|
Obsoletes: koffice-karbon
|
||||||
Provides: karbon
|
Provides: karbon
|
||||||
Obsoletes: karbon
|
Obsoletes: karbon
|
||||||
Provides: koffice-krita
|
|
||||||
Obsoletes: koffice-krita
|
|
||||||
Provides: koffice-kplato
|
Provides: koffice-kplato
|
||||||
Obsoletes: koffice-kplato
|
Obsoletes: koffice-kplato
|
||||||
Provides: kplato
|
Provides: kplato
|
||||||
@ -238,8 +234,6 @@ Provides: libcalligra-karbon
|
|||||||
Obsoletes: libcalligra-karbon
|
Obsoletes: libcalligra-karbon
|
||||||
Provides: libcalligra-kexi
|
Provides: libcalligra-kexi
|
||||||
Obsoletes: libcalligra-kexi
|
Obsoletes: libcalligra-kexi
|
||||||
Provides: libcalligra-krita
|
|
||||||
Obsoletes: libcalligra-krita
|
|
||||||
Provides: libcalligra-plan
|
Provides: libcalligra-plan
|
||||||
Obsoletes: libcalligra-plan
|
Obsoletes: libcalligra-plan
|
||||||
Provides: libcalligra-sheets
|
Provides: libcalligra-sheets
|
||||||
@ -262,8 +256,6 @@ Provides: libkoffice-kexi
|
|||||||
Obsoletes: libkoffice-kexi
|
Obsoletes: libkoffice-kexi
|
||||||
Provides: libkoffice-karbon
|
Provides: libkoffice-karbon
|
||||||
Obsoletes: libkoffice-karbon
|
Obsoletes: libkoffice-karbon
|
||||||
Provides: libkoffice-krita
|
|
||||||
Obsoletes: libkoffice-krita
|
|
||||||
Provides: libkoffice-kplato
|
Provides: libkoffice-kplato
|
||||||
Obsoletes: libkoffice-kplato
|
Obsoletes: libkoffice-kplato
|
||||||
Provides: libkoffice-kchart
|
Provides: libkoffice-kchart
|
||||||
@ -276,17 +268,17 @@ This package provides the run-time library used by most of the Calligra componen
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -D -T
|
%setup -q
|
||||||
:<< _EOF
|
#-D -T
|
||||||
|
#:<< _EOF
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
:<< _EOF
|
#:<< _EOF
|
||||||
%cmake_kde5 -d build \
|
%cmake_kde5 -d build \
|
||||||
-DEIGEN3_INCLUDE_DIR=%{_includedir}/eigen32
|
-DEIGEN3_INCLUDE_DIR=%{_includedir}/eigen32
|
||||||
|
|
||||||
%make
|
%make
|
||||||
cd ..
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -446,6 +438,9 @@ cd ..
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-3mamba
|
||||||
|
- fix removing provides and obsoletes for *krita
|
||||||
|
|
||||||
* Wed Mar 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-2mamba
|
* Wed Mar 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-2mamba
|
||||||
- fix provides and obsoletes
|
- fix provides and obsoletes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user