Don't convert pdftohtml.1 to UTF-8
This commit is contained in:
parent
dcc9f877f7
commit
2dfff4a1eb
@ -1,7 +1,7 @@
|
|||||||
Summary: PDF rendering library
|
Summary: PDF rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.24.1
|
Version: 0.24.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
|
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://poppler.freedesktop.org/
|
URL: http://poppler.freedesktop.org/
|
||||||
@ -141,9 +141,6 @@ Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
iconv -f iso-8859-1 -t utf-8 < "utils/pdftohtml.1" > "utils/pdftohtml.1.utf8"
|
|
||||||
mv "utils/pdftohtml.1.utf8" "utils/pdftohtml.1"
|
|
||||||
|
|
||||||
# hammer to nuke rpaths, recheck on new releases
|
# hammer to nuke rpaths, recheck on new releases
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
|
|
||||||
@ -275,6 +272,9 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 30 2013 Marek Kasik <mkasik@redhat.com> - 0.24.1-2
|
||||||
|
- Don't convert pdftohtml.1 to UTF-8, it is already UTF-8
|
||||||
|
|
||||||
* Tue Aug 27 2013 Marek Kasik <mkasik@redhat.com> - 0.24.1-1
|
* Tue Aug 27 2013 Marek Kasik <mkasik@redhat.com> - 0.24.1-1
|
||||||
- Update to 0.24.1
|
- Update to 0.24.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user