update spec to 0.38

This commit is contained in:
Jeff Fearn 2008-10-16 04:39:17 +00:00
parent f22abb8f62
commit a81308e31a

View File

@ -5,26 +5,27 @@
Name: publican
Summary: Common files and scripts for publishing with DocBook XML
Version: 0.37
Version: 0.38
Release: 0%{?dist}
License: GPLv2+ and GFDL
# The following directories are licensed under the GFDL:
# content
# Book_Template
# content, Book_Template, Set_Template, Article_Template
Group: Applications/Text
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Buildarch: noarch
Source: https://fedorahosted.org/releases/p/u/publican/%{name}-%{version}.tgz
# 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: perl-ParseLex perl-HTML-Template make
Requires: fop batik saxon ImageMagick
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: desktop-file-utils
BuildRequires: perl-XML-TreeBuilder >= 3.09-11
# FOP is required to build the font metrics.
BuildRequires: fop saxon ImageMagick
#BuildRequires: xslthl
@ -127,10 +128,8 @@ rm -rf $RPM_BUILD_ROOT
%doc fdl.txt
%{_datadir}/%{name}
%{_bindir}/create_book
%{_bindir}/entity2pot
%{_bindir}/mkxpot
%{_bindir}/msgxmerge
%{_bindir}/po2entity
%{_bindir}/po2xlf
%{_bindir}/po2sgml
%{_bindir}/potmerge
@ -147,6 +146,27 @@ rm -rf $RPM_BUILD_ROOT
%doc fdl.txt
%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
- Fix Bug in web rpm upgrade script.
- Fix Article not building rpms.
@ -166,6 +186,7 @@ rm -rf $RPM_BUILD_ROOT
- Removed corpauthor from template. BZ #461222
- Fixed create_book help text. BZ #460736
- Added menuchoice tag. BZ #459671
- Removed unused scripts entity2pot and po2entity
* Mon Sep 1 2008 Jeff Fearn <jfearn@redhat.com> 0.35-0
- Add missing xerces-j2 Requires. BZ #457497