From 245ffaa6ea5fc0c6c64dd969ac8e0d92a7b6fc3b Mon Sep 17 00:00:00 2001 From: Jeff Fearn Date: Feb 28 2008 05:33:25 +0000 Subject: new source and spec file --- diff --git a/.cvsignore b/.cvsignore index dcc3c35..146cd08 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -publican-0.29.tgz +publican-0.30.tgz diff --git a/publican.spec b/publican.spec index 2abcb44..5dfa32b 100644 --- a/publican.spec +++ b/publican.spec @@ -1,9 +1,9 @@ -%define pants_vendor fedora +%define my_vendor fedora Name: publican Summary: Common files and scripts for publishing Documentation -Version: 0.29 -Release: 2%{?dist} +Version: 0.30 +Release: 0%{?dist} License: GPLv2+ and GFDL # The following directories are licensed under the GFDL: # content @@ -12,8 +12,8 @@ Group: Applications/Text Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildarch: noarch Source: http://svn.fedorahosted.org/svn/publican/trunk/Files/%{name}-%{version}.tgz -# need kdesdk for po2xml -Requires: gettext libxslt kdesdk dejavu-lgc-fonts docbook-style-xsl +# need kdesdk for po2xml & xml2pot +Requires: gettext libxslt kdesdk perl(XML::TreeBuilder) docbook-style-xsl dejavu-lgc-fonts elinks BuildRequires: gettext libxslt kdesdk perl(XML::TreeBuilder) docbook-style-xsl BuildRequires: desktop-file-utils URL: https://fedorahosted.org/publican @@ -49,7 +49,7 @@ cp -rf Book_Template $RPM_BUILD_ROOT%{_datadir}/%{name}/Templates/common-Book_Te sed -i -e 's|@@FILE@@|%{_docdir}/%{name}-doc-%{version}/en-US/index.html|' %{name}.desktop sed -i -e 's|@@ICON@@|%{_docdir}/%{name}-doc-%{version}/en-US/images/icon.svg|' %{name}.desktop -desktop-file-install --vendor="%{pants_vendor}" --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{name}.desktop +desktop-file-install --vendor="%{my_vendor}" --dir=$RPM_BUILD_ROOT%{_datadir}/applications %{name}.desktop %clean rm -rf $RPM_BUILD_ROOT @@ -77,10 +77,28 @@ rm -rf $RPM_BUILD_ROOT %files doc %doc docs/* -%{_datadir}/applications/%{pants_vendor}-%{name}.desktop +%{_datadir}/applications/%{my_vendor}-%{name}.desktop %doc fdl.txt %changelog +* Thu Feb 24 2008 Jeff Fearn 0.30-0 +- Added missing Requires perl(XML::TreeBuilder) +- Fix xref to listitem breaking BZ #432574 +- Die with a decent warning when an invalid Brand is chosen. BZ #429236 +- Modified title page of PDF. BZ #429977 +- Fix PDF list white space issue BZ #429237 +- Fix PDF ulinks too big for tables BZ #430623 +- Allowed rev history to be in any file BZ #297411 +- Fix keycap hard to read in admon BZ #369161 +- Added per Brand Makefile +- Add per Brand xsl files +- Added Requires elinks (used for formatted text output) +- Handle different FOP versions +- Fix PDF issue with nested images +- Added id_node to clean_ids to use none title nodes for id's BZ #434726 +- Fix footnotes being duplicated in wrong chunks BZ #431388 +- fixed bold text CSS bug for BZ #430617 + * Wed Feb 13 2008 Jeff Fearn 0.29-2 - replace tab in changelog with spaces diff --git a/sources b/sources index 2f801c1..c0ef821 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3b5841be863e033e4059afa01480b7f publican-0.29.tgz +baf67eb30fafdb82056d76fd132baae3 publican-0.30.tgz