Encoding fix.
This commit is contained in:
parent
a7538063e5
commit
a317f6b732
@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
|
|||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Version: %{gs_ver}
|
Version: %{gs_ver}
|
||||||
|
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
@ -140,6 +140,9 @@ from8859_1() {
|
|||||||
}
|
}
|
||||||
for i in man/de/*.1; do from8859_1 "$i"; done
|
for i in man/de/*.1; do from8859_1 "$i"; done
|
||||||
|
|
||||||
|
# Convert ps files to UTF-8
|
||||||
|
for i in examples/cjk/gsc*.ps; do from8859_1 "$i"; done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Compile without strict aliasing opts due to these files:
|
# Compile without strict aliasing opts due to these files:
|
||||||
# gdevescv.c gdevl4v.c gdevopvp.c gdevbbox.c gdevdbit.c gdevddrw.c
|
# gdevescv.c gdevl4v.c gdevopvp.c gdevbbox.c gdevdbit.c gdevddrw.c
|
||||||
@ -320,7 +323,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libgs.so
|
%{_libdir}/libgs.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 9 2012 Tim Waugh <twaugh@redhat.com>
|
* Thu Apr 26 2012 Jon Ciesla <limburgher@gmail.com> - 9.05-2
|
||||||
|
- Fixed encodings and changelog version for merge review BZ 225795.
|
||||||
|
|
||||||
|
* Thu Feb 9 2012 Tim Waugh <twaugh@redhat.com> 9.05-1.1
|
||||||
- Avoid mixed tabs and spaces in spec file.
|
- Avoid mixed tabs and spaces in spec file.
|
||||||
|
|
||||||
* Thu Feb 9 2012 Tim Waugh <twaugh@redhat.com> 9.05-1
|
* Thu Feb 9 2012 Tim Waugh <twaugh@redhat.com> 9.05-1
|
||||||
|
Loading…
Reference in New Issue
Block a user