From eded2f9f46e67cf0ff6bb5ecf5d4b2089aeeba09 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Oct 30 2010 19:31:12 +0000 Subject: rebuild for LibreOffice --- diff --git a/bibus.spec b/bibus.spec index 3e1f3a9..6c75e47 100644 --- a/bibus.spec +++ b/bibus.spec @@ -2,7 +2,7 @@ Name: bibus Version: 1.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Bibliographic and reference management software Group: Applications/Publishing @@ -25,14 +25,14 @@ BuildRequires: gettext Requires: wxPython > 2.6 Requires: MySQL-python Requires: python-sqlite2 -Requires: openoffice.org-writer -Requires: openoffice.org-pyuno +Requires: libreoffice-writer +Requires: libreoffice-pyuno %description Bibus is a bibliographic database. It uses a MySQL or SQLite database to store references. It can directly insert references in -OpenOffice.org and MS Word and generate the bibliographic index. +LibreOffice and MS Word and generate the bibliographic index. %prep @@ -66,8 +66,8 @@ rm -r locale/zh_cn %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT/%{_prefix} sysconfdir=$RPM_BUILD_ROOT/etc \ - oopath=%{_libdir}/openoffice.org3/program/ ooure=%{_libdir}/openoffice.org/basis3.0/ure-link/lib \ - oobasis=%{_libdir}/openoffice.org/basis3.0/program install + oopath=%{_libdir}/libreoffice/program/ ooure=%{_libdir}/libreoffice/ure/lib \ + oobasis=%{_libdir}/libreoffice/basis-link/program install ## fix symlink rm $RPM_BUILD_ROOT%{_bindir}/bibus @@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 30 2010 Caolán McNamara - 1.5.1-4 +- rebuild against LibreOffice + * Wed Aug 11 2010 David Malcolm - 1.5.1-3 - recompiling .py files against Python 2.7 (rhbz#623278)