summaryrefslogtreecommitdiffstats
path: root/groff.spec
diff options
context:
space:
mode:
authorJan Vcelak <jvcelak@redhat.com>2010-11-26 12:08:40 +0100
committerJan Vcelak <jvcelak@redhat.com>2010-11-26 12:08:40 +0100
commit59e4ee92703a8a243a3737a9ced81276203babe9 (patch)
tree93bc0b36af84296c6a870f6b2b0599b4aa0f95fc /groff.spec
parentb37670d16e616a92f19183b70972036737fc634f (diff)
downloadgroff-59e4ee92703a8a243a3737a9ced81276203babe9.tar.gz
groff-59e4ee92703a8a243a3737a9ced81276203babe9.tar.xz
groff-59e4ee92703a8a243a3737a9ced81276203babe9.zip
experimental Japanese support
thanks to Daiki Ueno (dueno@redhat.com) Resolves: #596900
Diffstat (limited to 'groff.spec')
-rw-r--r--groff.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/groff.spec b/groff.spec
index 7674941..9024b55 100644
--- a/groff.spec
+++ b/groff.spec
@@ -3,7 +3,7 @@
Summary: A document formatting system
Name: groff
Version: 1.20.1
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv3+ and GFDL and BSD and MIT
Group: Applications/Publishing
URL: http://groff.ffii.org
@@ -11,6 +11,8 @@ URL: http://groff.ffii.org
Source0: ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
Patch1: groff-info-missing-x11.patch
+Patch2: groff-japanese-charclass.patch
+Patch3: groff-japanese-wcwidth.patch
Requires: mktemp
Requires: /sbin/install-info
@@ -76,6 +78,8 @@ language and documentation for creating PDF files.
%prep
%setup -q
%patch1 -p1 -b .info-missing-x11
+%patch2 -p1 -b .japanese-charclass
+%patch3 -p1 -b .japanese-wcwidth
for file in NEWS src/devices/grolbp/grolbp.man doc/{groff.info*,webpage.ms} \
contrib/mm/*.man contrib/mom/examples/{README.txt,*.mom} ; do
@@ -198,6 +202,10 @@ fi
%doc %{_docdir}/%{name}-%{version}/pdf/
%changelog
+* Fri Nov 26 2010 Jan Vcelak <jvcelak@redhat.com> 1.20.1-3
+- experimental support of Japanese (charclass and wcwidth patches)
+ thanks to Daiki Ueno (dueno@redhat.com)
+
* Fri Jul 30 2010 Jan Vcelak <jvcelak@redhat.com> 1.20.1-2
- Resolves: #477394 - Please convert to new font packaging guidelines