new source and spec file

This commit is contained in:
Jeff Fearn 2008-02-28 05:33:25 +00:00
parent 420690c05b
commit 245ffaa6ea
3 changed files with 27 additions and 9 deletions

View File

@ -1 +1 @@
publican-0.29.tgz
publican-0.30.tgz

View File

@ -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 <jfearn@redhat.com> 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 <jfearn@redhat.com> 0.29-2
- replace tab in changelog with spaces

View File

@ -1 +1 @@
b3b5841be863e033e4059afa01480b7f publican-0.29.tgz
baf67eb30fafdb82056d76fd132baae3 publican-0.30.tgz