Hello community,

here is the log from the commit of package libreoffice-testing for openSUSE:11.3
checked in at Thu Mar 31 01:48:08 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/11.3/libreoffice-testing/libreoffice-testing.changes  
2011-03-18 22:35:02.000000000 +0100
@@ -0,0 +1,70 @@
+-------------------------------------------------------------------
+Fri Mar 18 22:12:32 CET 2011 - [email protected]
+
+- maintenance update (bnc#667421, MaintenanceTracker-38738)
+
+-------------------------------------------------------------------
+Wed Feb 23 14:08:35 CET 2011 - [email protected]
+
+- libreoffice-3.3.1.2 == 3.3.1-rc2 == final
+
+-------------------------------------------------------------------
+Wed Feb 16 16:27:04 CET 2011 - [email protected]
+
+- updated to libreoffice-3.3.1.2 (3.3.1-rc2)
+
+-------------------------------------------------------------------
+Tue Feb  8 20:53:59 CET 2011 - [email protected]
+
+- updated to libreoffice-3.3.1.1 (3.3.1-rc1)
+
+-------------------------------------------------------------------
+Mon Jan 31 20:32:38 CET 2011 - [email protected]
+
+- libreoffice-build-3.3.0.4 == 3.3.0-rc4 == final
+
+-------------------------------------------------------------------
+Wed Jan 19 12:58:21 CET 2011 - [email protected]
+
+- updated to libreoffice-3.3.0.4 (3.3-rc4)
+
+-------------------------------------------------------------------
+Tue Jan 11 16:41:58 CET 2011 - [email protected]
+
+- updated to libreoffice-3.3.0.3 (3.3-rc3)
+
+-------------------------------------------------------------------
+Tue Dec 21 19:44:02 CET 2010 - [email protected]
+
+- updated to libreoffice-3.3.0.2 (3.3-rc2)
+
+-------------------------------------------------------------------
+Wed Dec  1 19:41:47 CET 2010 - [email protected]
+
+- updated to libreoffice-3.3.0.1 (3.3-rc1)
+- fixed URL, summary, and description for LibreOffice
+
+-------------------------------------------------------------------
+Fri Nov 12 12:24:42 CET 2010 - [email protected]
+
+- updated to libreoffice-3.2.99.3 (3.3-beta3)
+
+-------------------------------------------------------------------
+Thu Oct 14 19:12:31 CEST 2010 - [email protected]
+
+- switched to the LibreOffice code base, http://www.documentfoundation.org/
+- renamed packages from OpenOffice_org* to libreoffice*
+- updated to libreoffice-3.2.99.2 (3.3-beta2)
+
+-------------------------------------------------------------------
+Fri Sep 17 17:22:17 CEST 2010 - [email protected]
+
+- added gcc-c++ into BuildRequires
+- required libcppunit-devel only on openSUSE >= 11.0
+
+-------------------------------------------------------------------
+Wed Sep 15 21:44:24 CEST 2010 - [email protected]
+
+- new package, version 3.2.98.1 (3.3-alpha1)
+- needed for unit tests, ...
+

calling whatdependson for 11.3-i586


New:
----
  libreoffice-testing-3.3.1.2.tar.bz2
  libreoffice-testing.changes
  libreoffice-testing.spec

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

Other differences:
------------------
++++++ libreoffice-testing.spec ++++++
#
# spec file for package libreoffice-testing
#
# 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-testing
Version:        3.3.1.2
Release:        2.<RELEASE2>
%define         piece             testing
%define         ooo_build_version 3.3.1.2
%define         ooo_piece_version 3.3.1.2
%define         ooo_sourcedirname libreoffice-build-%ooo_piece_version
%define         ooo_prefix        %_libdir
%define         ooo_home          libreoffice
#!BuildIgnore:  libreoffice
BuildRequires:  libreoffice-ure-devel = %version
BuildRequires:  ImageMagick ant ant-apache-regexp bison boost-devel ccache 
cups-devel curl-devel flac-devel flex gcc-c++ gnome-vfs2-devel gperf gtk2-devel 
icu java-devel libexif mono-devel neon-devel pam-devel perl-Archive-Zip 
perl-Compress-Zlib python-devel recode unixODBC-devel unzip xml-commons-apis zip
############################
# cppunit stuff
%if 0%{?suse_version} >= 01100
BuildRequires:  libcppunit-devel
%endif
############################
# junit stuff
%if %suse_version > 1110
BuildRequires:  junit4
%endif
License:        LGPLv3
Group:          Productivity/Office/Suite
AutoReqProv:    on
Requires:       libreoffice-ure = %version
# compat stuff
Provides:       OpenOffice_org-testing = %version
Obsoletes:      OpenOffice_org-testing <= %version
Summary:        LibreOffice Testing Tools
Url:            http://www.documentfoundation.org/
Source0:        libreoffice-%piece-%ooo_piece_version.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
ExclusiveArch:  %ix86 x86_64 ppc

%description
This package provides tools for LibreOffice testing.


%prep
%setup -q -n libreoffice-%piece-%ooo_piece_version
# FIXME: testtools need to register components and it somehow fails
#        smoketestoo_native should be started when the whole application is 
installed
mkdir -p ooo-build/do-not-build
mv testtools ooo-build/do-not-build
mv smoketestoo_native ooo-build/do-not-build

%build
# setup env.
export OO_INSTDIR=%{_libdir}/%ooo_home
export OO_TOOLSDIR=$OO_INSTDIR/build/bin
export VERBOSE=1
export PIECE_BUILD_NCPUS_AUTO=1
export PIECE_USE_JOBS="%{?jobs:%jobs}"
# FIXME: hack to avoid dependecy problem
$OO_TOOLSDIR/piece/build-generic %piece %ooo_sourcedirname || 
$OO_TOOLSDIR/piece/build-generic %piece %ooo_sourcedirname || 
$OO_TOOLSDIR/piece/build-generic %piece %ooo_sourcedirname

%install
# setup env.
export OO_INSTDIR=%{_libdir}/%ooo_home
export OO_TOOLSDIR=$OO_INSTDIR/build/bin
export DESTDIR=$RPM_BUILD_ROOT
$OO_TOOLSDIR/piece/install-generic %piece %ooo_sourcedirname

%clean
rm -rf $RPM_BUILD_ROOT

%files -f files-%piece.txt
%defattr(-,root,root)
%dir %ooo_prefix/%ooo_home/solver
%ooo_prefix/%ooo_home/solver/*
%exclude %ooo_prefix/%ooo_home/solver/noarch

%changelog

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



Remember to have fun...

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

Reply via email to