[perl-OpenOffice-UNO] Drop requirement for libreoffice-sdk < 4; builds OK with LibreOffice 4

Paul Howarth pghmcfc at fedoraproject.org
Sun Feb 3 22:30:11 UTC 2013


commit 3acd539ef8d8a22b87800f37fe3d397c84d7c938
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Feb 3 22:29:30 2013 +0000

    Drop requirement for libreoffice-sdk < 4; builds OK with LibreOffice 4

 perl-OpenOffice-UNO.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/perl-OpenOffice-UNO.spec b/perl-OpenOffice-UNO.spec
index 02ebc4e..13e905d 100644
--- a/perl-OpenOffice-UNO.spec
+++ b/perl-OpenOffice-UNO.spec
@@ -1,6 +1,6 @@
 Name:           perl-OpenOffice-UNO
 Version:        0.07
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Interface to OpenOffice's UNO run-time
 License:        LGPLv2+ and SISSL
 Group:          Development/Libraries
@@ -17,7 +17,6 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Path)
 BuildRequires:  /usr/bin/ooffice
 BuildRequires:  libreoffice-sdk >= 1:3
-BuildRequires:  libreoffice-sdk < 1:4
 BuildRequires:  libreoffice-writer
 BuildRequires:  libreoffice-calc
 BuildRequires:  libreoffice-headless
@@ -64,7 +63,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 setsid ooffice --headless --accept='socket,host=localhost,port=8100;urp;StarOffice.ServiceManager' &
 trap "kill -- -$! ||:" EXIT
-sleep 10 # In fact, OpenOffice is known to start almost instanteously
+sleep 10 # In fact, OpenOffice is known to start almost instantaneously
 make test
 
 
@@ -81,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Feb  3 2013 Paul Howarth <paul at city-fan.org> - 0.07-7
+- Drop requirement for libreoffice-sdk < 4; builds OK with LibreOffice 4
+
 * Fri Nov  9 2012 Paul Howarth <paul at city-fan.org> - 0.07-6
 - Tweak Makefile.PL so we don't end up finding libsal_textenc when we're
   looking for libuno_sal


More information about the scm-commits mailing list