|
@@ -1,6 +1,6 @@
|
|
%define name docbook-utils
|
|
%define name docbook-utils
|
|
%define ver 0.6.14
|
|
%define ver 0.6.14
|
|
-%define rel 3%{?_dist_release}
|
|
+%define rel 4%{?_dist_release}
|
|
|
|
|
|
Summary: Shell scripts for managing DocBook documents.
|
|
Summary: Shell scripts for managing DocBook documents.
|
|
Summary(ja): DocBook ドキュメントを操作するためのスクリプト集
|
|
Summary(ja): DocBook ドキュメントを操作するためのスクリプト集
|
|
@@ -34,6 +34,8 @@ Source3: gdp-both.dsl.vine
|
|
# for using w3m priority
|
|
# for using w3m priority
|
|
Patch100: docbook-utils-w3m.patch
|
|
Patch100: docbook-utils-w3m.patch
|
|
|
|
|
|
|
|
+# for grep-2.7 character class syntax
|
|
|
|
+Patch110: docbook-utils-0.6.14-grep27.patch
|
|
|
|
|
|
%description
|
|
%description
|
|
This package contains scripts are for easy conversion from DocBook
|
|
This package contains scripts are for easy conversion from DocBook
|
|
@@ -64,6 +66,7 @@ DocBook ドキュメントを PDF 形式に変換するためのスクリプト
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch100 -p1 -b .w3m
|
|
%patch100 -p1 -b .w3m
|
|
|
|
+%patch110 -p1 -b .grep27
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
|
|
@@ -134,6 +137,9 @@ rm -r $RPM_BUILD_ROOT/usr/doc
|
|
%{_mandir}/*/docbook2pdf.*
|
|
%{_mandir}/*/docbook2pdf.*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Mar 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.14-4
|
|
|
|
+- add patch110 to use grep-2.7 (char class syntax was changed)
|
|
|
|
+
|
|
* Sun Aug 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-3
|
|
* Sun Aug 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-3
|
|
- change BuildRequires: texlive instead of jadetex
|
|
- change BuildRequires: texlive instead of jadetex
|
|
|
|
|