- Added /etc/ghostscript to search path and to file manifest (bug #98974).
This commit is contained in:
parent
f0e20cc4d2
commit
aa352e7228
@ -8,7 +8,7 @@ BuildRequires: patchutils >= 0.2.13
|
|||||||
# Set this to '1' for fontconfig support.
|
# Set this to '1' for fontconfig support.
|
||||||
%define use_fontconfig 0
|
%define use_fontconfig 0
|
||||||
|
|
||||||
Release: 34
|
Release: 35
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.ghostscript.com/doc/gnu/
|
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.
|
# Don't ship ijs_client_example.
|
||||||
rm -f $RPM_BUILD_ROOT%{_bindir}/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).
|
# The man/de/man1 symlinks are broken (bug #66238).
|
||||||
find $RPM_BUILD_ROOT%{_mandir}/de/man1 -type l | xargs rm -f
|
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
|
%files -f rpm.sharelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir /etc/ghostscript
|
||||||
%dir %{_datadir}/ghostscript
|
%dir %{_datadir}/ghostscript
|
||||||
%dir %{_datadir}/ghostscript/%{gs_ver}
|
%dir %{_datadir}/ghostscript/%{gs_ver}
|
||||||
%dir %{_datadir}/ghostscript/%{gs_ver}/lib
|
%dir %{_datadir}/ghostscript/%{gs_ver}/lib
|
||||||
@ -611,6 +614,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 7.07-34
|
||||||
- Convert man pages to UTF-8
|
- Convert man pages to UTF-8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user