restore XSL newlines patch

This commit is contained in:
Ruediger Landmann 2013-05-24 12:01:24 +10:00
parent 9c229c9cd4
commit 4c2ad32bf0
3 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ Publican-2.1.tar.gz
/Publican-2.8.tar.gz
/Publican-v3.0.0.tar.gz
/Publican-v3.1.5.tar.gz
/xsl-newlines-315.patch

View File

@ -22,7 +22,7 @@
Name: publican
Version: 3.1.5
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Common files and scripts for publishing with DocBook XML
# For a breakdown of the licensing, refer to LICENSE
License: (GPLv2+ or Artistic) and CC0
@ -144,6 +144,8 @@ BuildRequires: cjkuni-uming-fonts ipa-gothic-fonts ipa-pgothic-fonts
BuildRequires: lklug-fonts baekmuk-ttf-batang-fonts
%endif
Patch0: xsl-newlines-315.patch
%description
Publican is a DocBook publication system, not just a DocBook processing tool.
As well as ensuring your DocBook XML is valid, publican works to ensure
@ -171,6 +173,7 @@ Website style for common brand.
%prep
%setup -q -n Publican-v%{version}
%patch0 -p 1
%build
%{__perl} Build.PL installdirs=vendor --nocolours=1
@ -261,6 +264,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu May 23 2013 Rüdiger Landmann <rlandmann@redhat.com> 3.1.5-4
- restore patch of XSL newlines
* Thu May 16 2013 Rüdiger Landmann <rlandmann@redhat.com> 3.1.5-3
- require FOP, not wkhtmltopdf

View File

@ -1 +1,2 @@
34f6057dbc14db9aa05bf2d44d83fe9e Publican-v3.1.5.tar.gz
3f7211863391ba6d5982a7ad13117e8e xsl-newlines-315.patch