2003-09-19 Tim Waugh <twaugh@redhat.com>

* src/Makefile.am: Fix build when builddir != srcdir.
        * gramps.spec.in: Ship grampslib.so.


svn: r2144
This commit is contained in:
Tim Waugh
2003-09-19 09:58:50 +00:00
parent 5938ab7e9b
commit cd6344c317
3 changed files with 8 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%{_datadir}/pixmaps/gramps.png
%{_libdir}/gramps
%{_datadir}/gramps/*
%{_datadir}/omf/gramps
@@ -88,6 +89,8 @@ if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
%changelog
* Fri Sep 19 2003 Tim Waugh <twaugh@redhat.com>
- Ship %%{_libdir}/gramps.
* Mon May 20 2003 Donald Peterson <dpeterson@sigmaxi.org>
- Override RPMs default of localstatedir to /var/lib..
This is done in accordance with GNOME and FHS compliance guidelines