commit 3acd539ef8d8a22b87800f37fe3d397c84d7c938 Author: Paul Howarth <paul@xxxxxxxxxxxx> 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@xxxxxxxxxxxx> - 0.07-7 +- Drop requirement for libreoffice-sdk < 4; builds OK with LibreOffice 4 + * Fri Nov 9 2012 Paul Howarth <paul@xxxxxxxxxxxx> - 0.07-6 - Tweak Makefile.PL so we don't end up finding libsal_textenc when we're looking for libuno_sal -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel