File libreoffice-templates-en.spec of Package libreoffice-templates-en
#
# spec file for package libreoffice-templates-en
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libreoffice-templates-en
Provides: locale(OpenOffice_org:en)
Provides: locale(libreoffice:en)
# compat stuff
Provides: OpenOffice_org-templates-en = %version
Obsoletes: OpenOffice_org-templates-en <= %version
Version: 3.3
Release: 0
Summary: English Templates for LibreOffice
License: BSD-4-Clause and LGPL-2.1+
Group: Productivity/Office/Suite
Source0: ooo-templates-en-US-2.0.4.tar.bz2
# http://extensions.services.openoffice.org/project/TemplatePack_II
Source1: Sun_ODF_Template_Pack_en-US-non-layout.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
A collection of english templates for LibreOffice.
%prep
%setup -c -q -b1
# update the Sun templates dir
sun_name=Sun_ODF_Template_Pack
sun_dir=${sun_name}_en-US-non-layout
mv $sun_dir/template/groupuinames.xml $sun_dir
mv $sun_dir/LICENSE $sun_dir/LICENSE.$sun_name
# generate README about Sun templates
cat >$sun_dir/README.$sun_name <<EOF
The following list of templates comes from the Sun_ODF_Template_Pack_en-US.oxt
that is originaly available at
http://extensions.services.openoffice.org/project/TemplatePack_II
See LICENSE.$sun_name for more details.
EOF
echo >>$sun_dir/README.$sun_name
find $sun_dir/template -type f | sed "s|$sun_dir/template/||" >>$sun_dir/README.$sun_name
%build
%install
install -m 755 -d $RPM_BUILD_ROOT/usr/share/templates/libreoffice/
cp -a ooo-templates-en-US-*/en-US $RPM_BUILD_ROOT/usr/share/templates/libreoffice/
cp -a Sun_ODF_Template_Pack_en-US-non-layout/template/* $RPM_BUILD_ROOT/usr/share/templates/libreoffice/en-US
# compat stuff
install -m 755 -d $RPM_BUILD_ROOT/usr/share/templates/ooo/
for dir in `find $RPM_BUILD_ROOT/usr/share/templates/libreoffice/ -type d -printf "%%P \n"` ; do
echo "~$RPM_BUILD_ROOT/usr/share/templates/ooo/$dir~"
mkdir -p $RPM_BUILD_ROOT/usr/share/templates/ooo/$dir
done
for file in `find $RPM_BUILD_ROOT/usr/share/templates/libreoffice/ -type f -printf "%%P "` ; do
ln -sf /usr/share/templates/libreoffice/$file $RPM_BUILD_ROOT/usr/share/templates/ooo/$file
done
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc ooo-templates-en-US-*/README.txt Sun*/{README.*,LICENSE.*}
/usr/share/templates/
%changelog