rpms/publican/devel .cvsignore, 1.2, 1.3 publican.spec, 1.3, 1.4 sources, 1.2, 1.3

Jeff Fearn (jfearn) fedora-extras-commits at redhat.com
Thu Feb 28 05:33:58 UTC 2008


Author: jfearn

Update of /cvs/pkgs/rpms/publican/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15060

Modified Files:
	.cvsignore publican.spec sources 
Log Message:
new source and spec file



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/publican/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Feb 2008 03:42:40 -0000	1.2
+++ .cvsignore	28 Feb 2008 05:33:25 -0000	1.3
@@ -1 +1 @@
-publican-0.29.tgz
+publican-0.30.tgz


Index: publican.spec
===================================================================
RCS file: /cvs/pkgs/rpms/publican/devel/publican.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- publican.spec	13 Feb 2008 05:17:05 -0000	1.3
+++ publican.spec	28 Feb 2008 05:33:25 -0000	1.4
@@ -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 @@
 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 @@
 
 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 @@
 
 %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 at 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 at redhat.com> 0.29-2
 - replace tab in changelog with spaces
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/publican/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Feb 2008 03:42:40 -0000	1.2
+++ sources	28 Feb 2008 05:33:25 -0000	1.3
@@ -1 +1 @@
-b3b5841be863e033e4059afa01480b7f  publican-0.29.tgz
+baf67eb30fafdb82056d76fd132baae3  publican-0.30.tgz




More information about the fedora-extras-commits mailing list