Hello community,

here is the log from the commit of package libreoffice-voikko for 
openSUSE:Factory checked in at 2014-03-06 11:59:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice-voikko (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice-voikko.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice-voikko"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libreoffice-voikko/libreoffice-voikko.changes    
2013-08-24 10:14:46.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.libreoffice-voikko.new/libreoffice-voikko.changes   
    2014-03-06 11:59:30.000000000 +0100
@@ -1,0 +2,26 @@
+Thu Feb 27 10:53:07 UTC 2014 - [email protected]
+
+- set exclusivearch to x86/x86_64
+
+-------------------------------------------------------------------
+Thu Feb 27 09:40:06 UTC 2014 - [email protected]
+
+- Fix the install phase.
+
+-------------------------------------------------------------------
+Tue Feb 11 10:22:36 UTC 2014 - [email protected]
+
+- Fix license tag to GPL-3.0+ or MIT and package COPYING and
+  README (which states both licenses can apply).
+
+-------------------------------------------------------------------
+Sun Jan 26 10:22:23 UTC 2014 - [email protected]
+
+- Version bump to 3.7:
+  * Needed to build with lo-4.2 and later
+  * Also compatible with new libvoikko
+- Cleanup with spec-cleaner and remove useless defines.
+- Drop no longer needed patch:
+  * libreoffice-voikko-rel-3.4.1-lo-4.1-cppumaker.diff
+
+-------------------------------------------------------------------

Old:
----
  libreoffice-voikko-rel-3.4.1-lo-4.1-cppumaker.diff
  libreoffice-voikko-rel-3.4.1.tar.bz2

New:
----
  libreoffice-voikko-4.0.tar.gz

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

Other differences:
------------------
++++++ libreoffice-voikko.spec ++++++
--- /var/tmp/diff_new_pack.eXi3aZ/_old  2014-03-06 11:59:31.000000000 +0100
+++ /var/tmp/diff_new_pack.eXi3aZ/_new  2014-03-06 11:59:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libreoffice-voikko
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,13 +17,13 @@
 
 
 Name:           libreoffice-voikko
-Version:        3.4.1
+Version:        4.0
 Release:        0
 Summary:        LibreOffice spellchecker/hyphenator for finnish language
-License:        GPL-3.0+
+License:        MPL-2.0 or GPL-3.0+
 Group:          Productivity/Text/Spell
-%define         ooo_prefix         %{_libdir}
-%define         ooo_home           libreoffice
+Url:            http://voikko.puimula.org/
+Source:         
http://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  java-devel
 BuildRequires:  libreoffice >= 4.1
@@ -31,54 +31,37 @@
 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(post): libreoffice >= 4.1
 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:         %{name}-rel-%{version}.tar.bz2
-# -BUCR is gone in cppumaker upstream, see 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=02a8e8acd1f0cbb512868fd9849363f9d069db95.
-# Fix like upstream for javamaker (which had the same change) in 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=5f8015045cb59ff9574230530d371b6659697881
-Patch0:         libreoffice-voikko-rel-3.4.1-lo-4.1-cppumaker.diff
-Provides:       locale(OpenOffice_org:fi)
+Requires(postun): libreoffice >= 4.1
 Provides:       locale(libreoffice:fi)
-# compat stuff
-Provides:       OpenOffice_org-voikko = %{version}
-Obsoletes:      OpenOffice_org-voikko <= %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+ExclusiveArch:  %ix86 x86_64
 
 %description
 LibreOffice spellchecker/hyphenator for finnish language, which uses
 libvoikko as backend.
 
 %prep
-%setup -q -n %{name}-rel-%{version}
-%patch0 -p1
+%setup -q
 
 %build
-. %ooo_prefix/%ooo_home/sdk/setsdkenv_unix.sh
-make oxt
+. %{_libdir}/libreoffice/sdk/setsdkenv_unix.sh
+make oxt %{?_smp_mflags}
 
 %install
 
-cd build
-voikkoPackage=$(pwd)/voikko.oxt
-mkdir -p %{buildroot}%ooo_prefix/%ooo_home/share/extensions/voikko
-cd %{buildroot}%ooo_prefix/%ooo_home/share/extensions/voikko
-unzip "$voikkoPackage"
+voikko_pkg=$(pwd)/build/voikko.oxt
+mkdir -p %{buildroot}%{_libdir}/libreoffice/share/extensions/voikko
+cd %{buildroot}%{_libdir}/libreoffice/share/extensions/voikko
+unzip $voikko_pkg
 
 %files
 %defattr(-,root,root,0755)
-%ooo_prefix/%ooo_home/share/extensions/voikko
+%doc COPYING README
+%{_libdir}/libreoffice/share/extensions/voikko
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to