diff options
| author | alexlan <alexlan@fedoraproject.org> | 2009-01-13 05:54:08 (GMT) |
|---|---|---|
| committer | alexlan <alexlan@fedoraproject.org> | 2009-01-13 05:54:08 (GMT) |
| commit | 0f638baaa95e12419b44589658de4fde6744a82d (patch) | |
| tree | 9fd907a19c131131bbbdc2e1b0e32e762226c6e2 | |
| parent | e08f2cc77451b5997100306e63913878c8073b49 (diff) | |
| download | bibus-0f638baaa95e12419b44589658de4fde6744a82d.zip bibus-0f638baaa95e12419b44589658de4fde6744a82d.tar.gz bibus-0f638baaa95e12419b44589658de4fde6744a82d.tar.bz2 | |
- Fix paths to openoffice (#479099)bibus-1_4_3_1-2_fc11
| -rw-r--r-- | bibus.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,6 @@ Name: bibus Version: 1.4.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bibliographic and reference management software Group: Applications/Publishing @@ -63,7 +63,9 @@ 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.org/program/ install +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 ## fix symlink rm $RPM_BUILD_ROOT%{_bindir}/bibus @@ -108,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 12 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.4.3.1-2 +- Fix paths to openoffice (#479099) + * Mon Dec 1 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.4.3.1-1 - Updating to new upstream (1.4.3.1) - Adds support for OpenOffice 3.x |
