diff options
| author | Caolán McNamara <caolanm@redhat.com> | 2010-10-30 19:31:12 (GMT) |
|---|---|---|
| committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-30 19:31:12 (GMT) |
| commit | eded2f9f46e67cf0ff6bb5ecf5d4b2089aeeba09 (patch) | |
| tree | daa68f137a4720872835f35bb5f8c0b1216847b5 | |
| parent | a74574147e4fe5ac1b2d5d21df115db7f4ee2618 (diff) | |
| download | bibus-eded2f9f46e67cf0ff6bb5ecf5d4b2089aeeba09.zip bibus-eded2f9f46e67cf0ff6bb5ecf5d4b2089aeeba09.tar.gz bibus-eded2f9f46e67cf0ff6bb5ecf5d4b2089aeeba09.tar.bz2 | |
rebuild for LibreOffice
| -rw-r--r-- | bibus.spec | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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 <caolanm@redhat.com> - 1.5.1-4 +- rebuild against LibreOffice + * Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 1.5.1-3 - recompiling .py files against Python 2.7 (rhbz#623278) |
