rebuilt by autoport with build requirements: libwps-devel>=0.4.0-1mamba [release 2.9.6-2mamba;Thu Jul 23 2015]
This commit is contained in:
parent
44d07b1a88
commit
73fef72957
@ -1,6 +1,6 @@
|
||||
Name: calligra
|
||||
Version: 2.9.6
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Epoch: 1
|
||||
Summary: An integrated office suite built on the KDE platform (formerly known as koffice)
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
@ -74,6 +74,7 @@ BuildRequires: libwps-devel
|
||||
BuildRequires: libxbase-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libwps-devel >= 0.4.0-1mamba
|
||||
BuildRequires: libxbase-devel >= 2.1.1
|
||||
BuildRequires: cmake
|
||||
BuildRequires: pstoedit
|
||||
@ -139,6 +140,16 @@ Obsoletes: libkoffice-devel
|
||||
It utilizes free and open standards like OpenDocument for its document formats, component communication and component embedding.
|
||||
This package contains development files for Calligra.
|
||||
|
||||
%package active
|
||||
Summary: Calligra plasma active components
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
Requires: %{name}-core = %{epoch}:%{version}-%{release}
|
||||
Requires: libcalligra = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description active
|
||||
Calligra plasma active components
|
||||
This package is part of the Calligra Office Suite.
|
||||
|
||||
%package words
|
||||
Summary: Word processor for Calligra
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
@ -412,8 +423,9 @@ A Calligra tool to assist creating an eBook from concept to publication.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -D -T
|
||||
:<< _EOF
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
mkdir langpacks
|
||||
cd langpacks
|
||||
tar xf %{SOURCE2}
|
||||
@ -424,7 +436,7 @@ rm -f *.tar.xz
|
||||
cd ..
|
||||
|
||||
%build
|
||||
:<< _EOF
|
||||
#:<< _EOF
|
||||
# -DCREATERESOURCES_INCLUDE_DIR:PATH=%{_datadir}/create
|
||||
%cmake_kde4 -d build
|
||||
%make
|
||||
@ -489,17 +501,12 @@ cd ..
|
||||
%files core
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_bindir}/calligra
|
||||
%{_kde4_bindir}/calligraactive
|
||||
%{_kde4_bindir}/calligraconverter
|
||||
%{_kde4_bindir}/cstester
|
||||
%{_kde4_bindir}/cstrunner
|
||||
%{_kde4_bindir}/gmicparser
|
||||
%{_kde4_bindir}/visualimagecompare
|
||||
%{_kde4_xdgappsdir}/calligra.desktop
|
||||
#%{_kde4_xdgappsdir}/calligraactive.desktop
|
||||
#%dir %{_kde4_sharedir}/calligraactive
|
||||
#%dir %{_kde4_sharedir}/calligraactive/qml
|
||||
#%{_kde4_sharedir}/calligraactive/qml/*
|
||||
%dir %{_kde4_datadir}/musicshape
|
||||
%{_kde4_datadir}/musicshape/*
|
||||
%dir %{_kde4_datadir}/calligra
|
||||
@ -572,7 +579,6 @@ cd ..
|
||||
%{_kde4_templatesdir}/Presentation.desktop
|
||||
%{_kde4_templatesdir}/SpreadSheet.desktop
|
||||
%{_kde4_templatesdir}/TextDocument.desktop
|
||||
%{_kde4_xdgappsdir}/calligraactive.desktop
|
||||
%{_kde4_xdgappsdir}/okularApplication_*.desktop
|
||||
%{_kde4_xdgmimedir}/calligra_svm.xml
|
||||
%{_kde4_xdgmimedir}/calligra_planner_mpp.xml
|
||||
@ -580,9 +586,6 @@ cd ..
|
||||
%{_kde4_xdgmimedir}/wiki-format.xml
|
||||
%{_kde4_xdgmimedir}/x-iwork-keynote-sffkey.xml
|
||||
%{_kde4_sharedir}/mime/packages/msooxml-all.xml
|
||||
%dir %{_kde4_sharedir}/calligraactive
|
||||
%dir %{_kde4_sharedir}/calligraactive/qml
|
||||
%{_kde4_sharedir}/calligraactive/qml/*.qml
|
||||
%{_kde4_icondir}/hicolor/22x22/actions/stateshape.png
|
||||
%{_kde4_icondir}/hicolor/22x22/actions/statetool.png
|
||||
%{_kde4_icondir}/hicolor/22x22/actions/tool_pagelayout.png
|
||||
@ -1124,6 +1127,13 @@ cd ..
|
||||
%{_kde4_icondir}/hicolor/*/apps/calligrawords.png
|
||||
%{_kde4_icondir}/hicolor/scalable/apps/calligrawords.svgz
|
||||
|
||||
%files active
|
||||
%{_kde4_bindir}/calligraactive
|
||||
%{_kde4_xdgappsdir}/calligraactive.desktop
|
||||
%dir %{_kde4_sharedir}/calligraactive
|
||||
%dir %{_kde4_sharedir}/calligraactive/qml
|
||||
%{_kde4_sharedir}/calligraactive/qml/*.qml
|
||||
|
||||
%files -n libcalligra-words
|
||||
%defattr(-,root,root)
|
||||
#%{_kde4_libdir}/libkformulalib.so.*
|
||||
@ -2105,6 +2115,9 @@ Chinese language support for Calligra.
|
||||
##########################################
|
||||
|
||||
%changelog
|
||||
* Thu Jul 23 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.6-2mamba
|
||||
- rebuilt by autoport with build requirements: libwps-devel>=0.4.0-1mamba
|
||||
|
||||
* Sun Jul 12 2015 Automatic Build System <autodist@mambasoft.it> 2.9.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user