new version
This commit is contained in:
parent
c5f171869e
commit
fc7d294cea
@ -1 +1 @@
|
||||
publican-0.39.tgz
|
||||
publican-0.40.tgz
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
Name: publican
|
||||
Summary: Common files and scripts for publishing with DocBook XML
|
||||
Version: 0.39
|
||||
Version: 0.40
|
||||
Release: 0%{?dist}
|
||||
License: GPLv2+ and GFDL
|
||||
# The following directories are licensed under the GFDL:
|
||||
@ -27,7 +27,8 @@ 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: fop saxon
|
||||
BuildRequires: ImageMagick saxon
|
||||
#BuildRequires: xslthl
|
||||
# *&%^*&^ decided to rename font packages and change font paths.
|
||||
# No actual real changes.
|
||||
@ -83,7 +84,7 @@ solely on using the publican tools.
|
||||
|
||||
%build
|
||||
%{__make} docs
|
||||
./fop-fonts --dist=%{?dist}
|
||||
#./fop-fonts --dist=%{?dist}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -139,13 +140,28 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/xlf2pot
|
||||
%{_bindir}/xmlClean
|
||||
|
||||
|
||||
%files doc
|
||||
%doc docs/*
|
||||
%{_datadir}/applications/%{my_vendor}-%{name}.desktop
|
||||
%doc fdl.txt
|
||||
|
||||
%changelog
|
||||
* Mon Jan 5 2009 Jeff Fearn <jfearn@redhat.com> 0.40
|
||||
- Fix DRAFT mode in web docs.
|
||||
- Fix TOC CSS spacing.
|
||||
- Fix missing syntax highlighting templates. BZ #474077
|
||||
- Added appendix to user guide for Makefile parameters. BZ #476913
|
||||
- Fix multiple authors in revhistory. Patch by: Paul W. Frields. BZ #478552
|
||||
- Add LICENSE override for RPMs. BZ #477720
|
||||
- Fix empty change log. BZ #477728
|
||||
- Fix spec file location. BZ #477704
|
||||
- Added newline after country. BZ #477573
|
||||
- Fix minimum font size breaking TOC. BZ #476884
|
||||
- Fix missing font-metric files. BZ #479592
|
||||
- Updated redhat brand license. BZ #478405
|
||||
- Update jboss brand license. BZ #478416
|
||||
- Ship PDF with Indic web packages.
|
||||
|
||||
* Mon Dec 1 2008 Jeff Fearn <jfearn@redhat.com> 0.39
|
||||
- Disable make.graphic.viewport. BZ #467368
|
||||
- Add missing XEP namespace. BZ #467256
|
||||
|
Loading…
Reference in New Issue
Block a user