Mailinglist Archive: opensuse-commit (1774 mails)
| < Previous | Next > |
commit libreoffice-templates-ru for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 04 Feb 2011 00:42:37 +0100
- Message-id: <20110203234237.7F7FE20259@hilbert.suse.de>
Hello community,
here is the log from the commit of package libreoffice-templates-ru for
openSUSE:Factory
checked in at Fri Feb 4 00:42:37 CET 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++
/mounts/work_src_done/STABLE/libreoffice-templates-ru/libreoffice-templates-ru.changes
2011-02-03 19:04:20.000000000 +0100
@@ -0,0 +1,31 @@
+-------------------------------------------------------------------
+Thu Feb 3 19:02:14 CET 2011 - pmladek@xxxxxxx
+
+- renamed from OpenOffice_org-templates-ru to libreoffice-templates-ru
+- added provides locale(libreoffice:ru) to make it installed
+ with libreoffice (bnc#668145)
+- installed files into /usr/share/templates/libreoffice
+- added compat symlinks into the older location /usr/share/templates/ooo
+
+-------------------------------------------------------------------
+Thu Aug 6 15:27:02 CEST 2009 - pmladek@xxxxxxx
+
+- updated to the version 3
+ * cleaned up the selection of templates
+ * updated license to LGPLv3
+
+-------------------------------------------------------------------
+Thu Jun 18 19:36:10 CEST 2009 - pmladek@xxxxxxx
+
+- removed the macros; they must be installed another way
+
+-------------------------------------------------------------------
+Fri May 22 20:59:12 CEST 2009 - pmladek@xxxxxxx
+
+- fixed installation to find the templates
+
+-------------------------------------------------------------------
+Fri May 22 20:33:19 CEST 2009 - pmladek@xxxxxxx
+
+- package created, version 1
+
calling whatdependson for head-i586
New:
----
libreoffice-templates-ru.changes
libreoffice-templates-ru.spec
ooo-templates-ru-3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libreoffice-templates-ru.spec ++++++
#
# spec file for package libreoffice-templates-ru
#
# Copyright (c) 2011 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/
#
# norootforbuild
Name: libreoffice-templates-ru
License: LGPLv3
Group: Productivity/Office/Suite
AutoReqProv: on
Provides: locale(libreoffice:ru) locale(OpenOffice_org:ru)
# compat stuff
Provides: OpenOffice_org-templates-ru = %version
Obsoletes: OpenOffice_org-templates-ru <= %version
Version: 3
Release: 1
Summary: Russian Templates for LibreOffice
Source0: ooo-templates-ru-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
A collection of Russian templates for LibreOffice.
Collected by EGD <egd dot free at gmail dot com>
%prep
%setup -q -n ooo-templates-ru-%version
%build
%install
install -m 755 -d $RPM_BUILD_ROOT/usr/share/templates/libreoffice/ru
cp -a templates/* $RPM_BUILD_ROOT/usr/share/templates/libreoffice/ru
# 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 README.txt lgpl-3.0.txt
/usr/share/templates/
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |