- Added /etc/ghostscript to search path and to file manifest (bug #98974).

This commit is contained in:
Tim Waugh 2004-12-03 12:11:57 +00:00
parent 55552e4126
commit aa4475c8c7
1 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@ BuildRequires: patchutils >= 0.2.13
# Set this to '1' for fontconfig support.
%define use_fontconfig 0
Release: 34
Release: 35
License: GPL
URL: http://www.ghostscript.com/doc/gnu/
@ -564,6 +564,8 @@ install -m0644 src/gdevdsp.h $RPM_BUILD_ROOT%{_includedir}/ghostscript
# Don't ship ijs_client_example.
rm -f $RPM_BUILD_ROOT%{_bindir}/ijs_client_example
mkdir -p $RPM_BUILD_ROOT/etc/ghostscript
# The man/de/man1 symlinks are broken (bug #66238).
find $RPM_BUILD_ROOT%{_mandir}/de/man1 -type l | xargs rm -f
@ -579,6 +581,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f rpm.sharelist
%defattr(-,root,root)
%dir /etc/ghostscript
%dir %{_datadir}/ghostscript
%dir %{_datadir}/ghostscript/%{gs_ver}
%dir %{_datadir}/ghostscript/%{gs_ver}/lib
@ -611,6 +614,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Fri Dec 3 2004 Tim Waugh <twaugh@redhat.com> 7.07-35
- Added /etc/ghostscript to search path and to file manifest (bug #98974).
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 7.07-34
- Convert man pages to UTF-8