Hello community,

here is the log from the commit of package libreoffice-voikko for 
openSUSE:Factory checked in at 2012-04-17 07:46:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice-voikko (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice-voikko.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice-voikko", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libreoffice-voikko/libreoffice-voikko.changes    
2011-09-23 02:10:37.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libreoffice-voikko.new/libreoffice-voikko.changes   
    2012-04-17 07:46:16.000000000 +0200
@@ -1,0 +2,23 @@
+Thu Apr 12 12:33:04 UTC 2012 - pmla...@suse.com
+
+- set license tag correctly to GPL-3.0+ (bnc#741551)
+
+-------------------------------------------------------------------
+Mon Apr  2 13:07:21 UTC 2012 - pmla...@suse.com
+
+- fix build with LibreOffice-3.5; basis directory does not longer exist
+- call unopkg-sync-bundled in %posttrans and %post to update extensions
+  cache and make it actually working
+- spec file clean up
+
+-------------------------------------------------------------------
+Thu Jan 12 11:30:45 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+-------------------------------------------------------------------
+Thu Mar  3 17:41:34 CET 2011 - pmla...@suse.cz
+
+- removed unused update-alternatives from BuildRequires
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libreoffice-voikko.spec ++++++
--- /var/tmp/diff_new_pack.t7892Q/_old  2012-04-17 07:46:17.000000000 +0200
+++ /var/tmp/diff_new_pack.t7892Q/_new  2012-04-17 07:46:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libreoffice-voikko
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,45 +16,69 @@
 #
 
 
-
 Name:           libreoffice-voikko
-%define         ooo_prefix         %_libdir
-%define         ooo_home           libreoffice
-BuildRequires:  gcc-c++ java-devel libreoffice libreoffice-sdk libvoikko-devel 
unzip update-alternatives zip
-Summary:        LibreOffice spellchecker/hyphenator for finnish language
 Version:        3.1.2
-Release:        1
-License:        GPL
+Release:        0
+Summary:        LibreOffice spellchecker/hyphenator for finnish language
+License:        GPL-3.0+
 Group:          Productivity/Text/Spell
-PreReq:         libreoffice coreutils grep zip
-Provides:       locale(libreoffice:fi) locale(OpenOffice_org:fi)
-# compat stuff
-Provides:       OpenOffice_org-voikko = %version
-Obsoletes:      OpenOffice_org-voikko <= %version
+%define         ooo_prefix         %{_libdir}
+%define         ooo_home           libreoffice
+BuildRequires:  gcc-c++
+BuildRequires:  java-devel
+BuildRequires:  libreoffice >= 3.5
+BuildRequires:  libreoffice-sdk >= 3.5
+BuildRequires:  libvoikko-devel
+BuildRequires:  unzip
+BuildRequires:  zip
+# post install scripts
+%if 0%{?suse_version} > 01120
+Requires(post):   coreutils
+Requires(post):   grep
+Requires(post):   libreoffice >= 3.5
+Requires(postun): coreutils
+Requires(postun): grep
+Requires(postun): libreoffice >= 3.5
+%endif
+%if 0%{?suse_version} && 0%{?suse_version} <= 01120
+PreReq:         coreutils
+PreReq:         grep
+PreReq:         libreoffice
+%endif
 Url:            http://voikko.sourceforge.net
 Source:         openoffice.org-voikko-%{version}.tar.bz2
+Provides:       locale(OpenOffice_org:fi)
+Provides:       locale(libreoffice:fi)
+# compat stuff
+Provides:       OpenOffice_org-voikko = %{version}
+Obsoletes:      OpenOffice_org-voikko <= %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 LibreOffice spellchecker/hyphenator for finnish language, which uses
 libvoikko as backend.
 
-
 %prep
 %setup -q -n openoffice.org-voikko-%{version}
 
 %build
-. %ooo_prefix/%ooo_home/basis-link/sdk/setsdkenv_unix.sh
+. %ooo_prefix/%ooo_home/sdk/setsdkenv_unix.sh
 make oxt
 
 %install
 
 cd build
 voikkoPackage=$(pwd)/voikko.oxt
-mkdir -p $RPM_BUILD_ROOT%ooo_prefix/%ooo_home/share/extensions/voikko
-cd $RPM_BUILD_ROOT%ooo_prefix/%ooo_home/share/extensions/voikko
+mkdir -p %{buildroot}%ooo_prefix/%ooo_home/share/extensions/voikko
+cd %{buildroot}%ooo_prefix/%ooo_home/share/extensions/voikko
 unzip "$voikkoPackage"
 
+%posttrans
+%{_sbindir}/unopkg-sync-bundled || true
+
+%postun
+%{_sbindir}/unopkg-sync-bundled || true
+
 %files
 %defattr(-,root,root,0755)
 %ooo_prefix/%ooo_home/share/extensions/voikko

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to