- Fix package_brand including unwanted files. BZ #570715
- Fix empty lines breaking callouts. BZ #570046 - Detect verbatim content in translatable content. BZ #571633 - Fix missing IO::String requires properly. BZ #568950 - Add print style sheet to XHTML. RT #60327 - Force UTF8 on all files. BZ #570979 - Fix comments in callout breaking build. BZ #572047 - Fix table border display. BZ #572995
This commit is contained in:
parent
501509af3d
commit
a4d3f890dc
@ -1 +1 @@
|
|||||||
Publican-1.6.tar.gz
|
Publican-1.6.1.tar.gz
|
||||||
|
@ -5,3 +5,4 @@ publican-1_3-0_fc12:F-12:publican-1.3-0.fc12.src.rpm:1260234966
|
|||||||
publican-1_4-1_fc12:F-12:publican-1.4-1.fc12.src.rpm:1264727514
|
publican-1_4-1_fc12:F-12:publican-1.4-1.fc12.src.rpm:1264727514
|
||||||
publican-1_5-0_fc12:F-12:publican-1.5-0.fc12.src.rpm:1267159911
|
publican-1_5-0_fc12:F-12:publican-1.5-0.fc12.src.rpm:1267159911
|
||||||
publican-1_6-0_fc12:F-12:publican-1.6-0.fc12.src.rpm:1267414656
|
publican-1_6-0_fc12:F-12:publican-1.6-0.fc12.src.rpm:1267414656
|
||||||
|
publican-1_6_1-0_fc12:F-12:publican-1.6.1-0.fc12.src.rpm:1269388036
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
%define my_vendor %(test "%{RHEL5}" == "1" && echo "redhat" || echo "fedora")
|
%define my_vendor %(test "%{RHEL5}" == "1" && echo "redhat" || echo "fedora")
|
||||||
|
|
||||||
Name: publican
|
Name: publican
|
||||||
Version: 1.6
|
Version: 1.6.1
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: Common files and scripts for publishing with DocBook XML
|
Summary: Common files and scripts for publishing with DocBook XML
|
||||||
# For a breakdown of the licensing, refer to LICENSE
|
# For a breakdown of the licensing, refer to LICENSE
|
||||||
@ -54,6 +54,7 @@ BuildRequires: perl(Makefile::Parser)
|
|||||||
BuildRequires: perl(Syntax::Highlight::Engine::Kate)
|
BuildRequires: perl(Syntax::Highlight::Engine::Kate)
|
||||||
BuildRequires: perl(Term::ANSIColor)
|
BuildRequires: perl(Term::ANSIColor)
|
||||||
BuildRequires: perl(Text::Wrap)
|
BuildRequires: perl(Text::Wrap)
|
||||||
|
BuildRequires: perl(Test::Pod)
|
||||||
BuildRequires: perl(version)
|
BuildRequires: perl(version)
|
||||||
BuildRequires: perl(XML::LibXML) >= 1.67
|
BuildRequires: perl(XML::LibXML) >= 1.67
|
||||||
BuildRequires: perl(XML::LibXSLT) >= 1.67
|
BuildRequires: perl(XML::LibXSLT) >= 1.67
|
||||||
@ -163,7 +164,7 @@ sed -i -e 's|xdg-open|htmlview|' %{name}.desktop
|
|||||||
desktop-file-install --vendor="%{my_vendor}" --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{name}.desktop
|
desktop-file-install --vendor="%{my_vendor}" --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{name}.desktop
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#./Build test
|
./Build test
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -184,6 +185,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc fdl.txt
|
%doc fdl.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 22 2010 Jeff Fearn <jfearn@redhat.com> 1.6.1-0
|
||||||
|
- Fix package_brand including unwanted files. BZ #570715
|
||||||
|
- Fix empty lines breaking callouts. BZ #570046
|
||||||
|
- Detect verbatim content in translatable content. BZ #571633
|
||||||
|
- Fix missing IO::String requires properly. BZ #568950
|
||||||
|
- Add print style sheet to XHTML. RT #60327
|
||||||
|
- Force UTF8 on all files. BZ #570979
|
||||||
|
- Fix comments in callout breaking build. BZ #572047
|
||||||
|
- Fix table border display. BZ #572995
|
||||||
|
|
||||||
* Mon Mar 01 2010 Jeff Fearn <jfearn@redhat.com> 1.6-0
|
* Mon Mar 01 2010 Jeff Fearn <jfearn@redhat.com> 1.6-0
|
||||||
- Fix missing IO::String requires. BZ #568950
|
- Fix missing IO::String requires. BZ #568950
|
||||||
- Fix xml_lang error. BZ #569249
|
- Fix xml_lang error. BZ #569249
|
||||||
|
Loading…
Reference in New Issue
Block a user