update spec to 0.38
This commit is contained in:
parent
f22abb8f62
commit
a81308e31a
@ -5,26 +5,27 @@
|
|||||||
|
|
||||||
Name: publican
|
Name: publican
|
||||||
Summary: Common files and scripts for publishing with DocBook XML
|
Summary: Common files and scripts for publishing with DocBook XML
|
||||||
Version: 0.37
|
Version: 0.38
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
# The following directories are licensed under the GFDL:
|
# The following directories are licensed under the GFDL:
|
||||||
# content
|
# content, Book_Template, Set_Template, Article_Template
|
||||||
# Book_Template
|
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Buildarch: noarch
|
Buildarch: noarch
|
||||||
Source: https://fedorahosted.org/releases/p/u/publican/%{name}-%{version}.tgz
|
Source: https://fedorahosted.org/releases/p/u/publican/%{name}-%{version}.tgz
|
||||||
# need kdesdk for po2xml & xml2pot
|
# need kdesdk for po2xml & xml2pot
|
||||||
Requires: gettext libxslt perl(XML::TreeBuilder) docbook-dtds docbook-style-xsl elinks aspell
|
Requires: gettext libxslt docbook-dtds docbook-style-xsl elinks aspell
|
||||||
Requires: %{_bindir}/xml2pot %{_bindir}/po2xml
|
Requires: %{_bindir}/xml2pot %{_bindir}/po2xml
|
||||||
Requires: perl-ParseLex perl-HTML-Template make
|
Requires: perl-ParseLex perl-HTML-Template make
|
||||||
Requires: fop batik saxon ImageMagick
|
Requires: fop batik saxon ImageMagick
|
||||||
Requires: xerces-j2 rpm-build
|
Requires: xerces-j2 rpm-build
|
||||||
|
Requires: perl-XML-TreeBuilder >= 3.09-11
|
||||||
|
|
||||||
BuildRequires: gettext libxslt perl(XML::TreeBuilder) docbook-dtds docbook-style-xsl aspell
|
BuildRequires: gettext libxslt docbook-dtds docbook-style-xsl aspell
|
||||||
BuildRequires: %{_bindir}/xml2pot %{_bindir}/po2xml
|
BuildRequires: %{_bindir}/xml2pot %{_bindir}/po2xml
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: perl-XML-TreeBuilder >= 3.09-11
|
||||||
# FOP is required to build the font metrics.
|
# FOP is required to build the font metrics.
|
||||||
BuildRequires: fop saxon ImageMagick
|
BuildRequires: fop saxon ImageMagick
|
||||||
#BuildRequires: xslthl
|
#BuildRequires: xslthl
|
||||||
@ -127,10 +128,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc fdl.txt
|
%doc fdl.txt
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_bindir}/create_book
|
%{_bindir}/create_book
|
||||||
%{_bindir}/entity2pot
|
|
||||||
%{_bindir}/mkxpot
|
%{_bindir}/mkxpot
|
||||||
%{_bindir}/msgxmerge
|
%{_bindir}/msgxmerge
|
||||||
%{_bindir}/po2entity
|
|
||||||
%{_bindir}/po2xlf
|
%{_bindir}/po2xlf
|
||||||
%{_bindir}/po2sgml
|
%{_bindir}/po2sgml
|
||||||
%{_bindir}/potmerge
|
%{_bindir}/potmerge
|
||||||
@ -147,6 +146,27 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc fdl.txt
|
%doc fdl.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 16 2008 Jeff Fearn <jfearn@redhat.com> 0.38
|
||||||
|
- Fix inline tags removing following new line in verbatim tags. BZ #461369
|
||||||
|
- Fix Numeration settings for HTML ordered lists. BZ #462601
|
||||||
|
- Fix PDF Example background color. BZ #463127
|
||||||
|
- Fix list item spacing. BZ #462673
|
||||||
|
- Fix translation report error on 2 charater langs, CSS, and layout. BZ #465201
|
||||||
|
- Added error for tgroup.cols not matching entry count. BZ #462205
|
||||||
|
- Fix TOC padding for appendix and glossary. BZ #462991
|
||||||
|
- Made comments in highlighted code more prominent. BZ #462552
|
||||||
|
- Added citerefentry, refentrytitle, and manvolnum to list of QA'd tags. BZ #464038
|
||||||
|
- Fixed '1' in ulink with no text. BZ #465411
|
||||||
|
- Change env path to be more portable. Patch by Artem Zolochevskiy . BZ #466194
|
||||||
|
- Added package meta to XHTML to allow content to be tracked to an RPM.
|
||||||
|
- Added catch for missing title and productname.
|
||||||
|
- Changed Formal Para Title to follow parent indent. BZ #466309
|
||||||
|
- Fix xmlClean not handling entity names with underscores or numbers. BZ #466994
|
||||||
|
- Fix clean_ids removing comments. BZ #467145
|
||||||
|
- Fix missing revhistory giving useless error. BZ #467147
|
||||||
|
- Stopped proecssing xml files in extras directory.
|
||||||
|
- Added conditional tagging to user Guide. By Don Domingo.
|
||||||
|
|
||||||
* Wed Sep 3 2008 Jeff Fearn <jfearn@redhat.com> 0.37
|
* Wed Sep 3 2008 Jeff Fearn <jfearn@redhat.com> 0.37
|
||||||
- Fix Bug in web rpm upgrade script.
|
- Fix Bug in web rpm upgrade script.
|
||||||
- Fix Article not building rpms.
|
- Fix Article not building rpms.
|
||||||
@ -166,6 +186,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Removed corpauthor from template. BZ #461222
|
- Removed corpauthor from template. BZ #461222
|
||||||
- Fixed create_book help text. BZ #460736
|
- Fixed create_book help text. BZ #460736
|
||||||
- Added menuchoice tag. BZ #459671
|
- Added menuchoice tag. BZ #459671
|
||||||
|
- Removed unused scripts entity2pot and po2entity
|
||||||
|
|
||||||
* Mon Sep 1 2008 Jeff Fearn <jfearn@redhat.com> 0.35-0
|
* Mon Sep 1 2008 Jeff Fearn <jfearn@redhat.com> 0.35-0
|
||||||
- Add missing xerces-j2 Requires. BZ #457497
|
- Add missing xerces-j2 Requires. BZ #457497
|
||||||
|
Loading…
Reference in New Issue
Block a user