- Don't own the %{_datadir}/ghostscript or %{_datadir}/ghostscript/conf.d
directories as the filesystem package already does (bug #569442).
This commit is contained in:
parent
b41625a6c8
commit
32b0bc8f49
@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
|
|||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Version: %{gs_ver}
|
Version: %{gs_ver}
|
||||||
|
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
|
|
||||||
# Included CMap data is Redistributable, no modification permitted,
|
# Included CMap data is Redistributable, no modification permitted,
|
||||||
# see http://bugzilla.redhat.com/487510
|
# see http://bugzilla.redhat.com/487510
|
||||||
@ -261,7 +261,6 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/ijs_{client,server}_example
|
|||||||
# Don't ship URW fonts; we already have them.
|
# Don't ship URW fonts; we already have them.
|
||||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Font
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Font
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/conf.d
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ghostscript/%{gs_dot_ver}
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ghostscript/%{gs_dot_ver}
|
||||||
touch $RPM_BUILD_ROOT%{_sysconfdir}/ghostscript/%{gs_dot_ver}/Fontmap.local
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/ghostscript/%{gs_dot_ver}/Fontmap.local
|
||||||
touch $RPM_BUILD_ROOT%{_sysconfdir}/ghostscript/%{gs_dot_ver}/cidfmap.local
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/ghostscript/%{gs_dot_ver}/cidfmap.local
|
||||||
@ -292,8 +291,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc doc/COPYING
|
%doc doc/COPYING
|
||||||
%dir %{_sysconfdir}/ghostscript
|
%dir %{_sysconfdir}/ghostscript
|
||||||
%dir %{_sysconfdir}/ghostscript/%{gs_dot_ver}
|
%dir %{_sysconfdir}/ghostscript/%{gs_dot_ver}
|
||||||
%dir %{_datadir}/ghostscript
|
|
||||||
%dir %{_datadir}/ghostscript/conf.d
|
|
||||||
%dir %{_datadir}/ghostscript/%{gs_dot_ver}
|
%dir %{_datadir}/ghostscript/%{gs_dot_ver}
|
||||||
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource
|
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource
|
||||||
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init
|
%dir %{_datadir}/ghostscript/%{gs_dot_ver}/Resource/Init
|
||||||
@ -336,6 +333,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libgs.so
|
%{_libdir}/libgs.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 5 2010 Tim Waugh <twaugh@redhat.com> 8.71-7
|
||||||
|
- Don't own the %%{_datadir}/ghostscript or
|
||||||
|
%%{_datadir}/ghostscript/conf.d directories as the filesystem
|
||||||
|
package already does (bug #569442).
|
||||||
|
|
||||||
* Wed Mar 3 2010 Tim Waugh <twaugh@redhat.com> 8.71-6
|
* Wed Mar 3 2010 Tim Waugh <twaugh@redhat.com> 8.71-6
|
||||||
- Fixed summary.
|
- Fixed summary.
|
||||||
- Fixed macros in changelog.
|
- Fixed macros in changelog.
|
||||||
|
Loading…
Reference in New Issue
Block a user