rpms/publican/EL-5 .cvsignore, 1.1, 1.2 publican.spec, 1.1, 1.2 sources, 1.2, 1.3

Jeff Fearn (jfearn) fedora-extras-commits at redhat.com
Tue Apr 8 01:27:18 UTC 2008


Author: jfearn

Update of /cvs/pkgs/rpms/publican/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17413

Modified Files:
	.cvsignore publican.spec sources 
Log Message:
latest version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/publican/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Feb 2008 02:36:25 -0000	1.1
+++ .cvsignore	8 Apr 2008 01:26:39 -0000	1.2
@@ -0,0 +1 @@
+publican-0.33.tgz


Index: publican.spec
===================================================================
RCS file: /cvs/pkgs/rpms/publican/EL-5/publican.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- publican.spec	13 Feb 2008 05:40:04 -0000	1.1
+++ publican.spec	8 Apr 2008 01:26:39 -0000	1.2
@@ -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.33
+Release:	0%{?dist}
 License:	GPLv2+ and GFDL
 # The following directories are licensed under the GFDL:
 #	content
@@ -12,12 +12,13 @@
 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
 Obsoletes:	documentation-devel  < 0.26-3
+Obsoletes:	perl-SGML-Translate <= 0.37-3
 
 %description
 Common files and scripts for publishing documentation.
@@ -49,7 +50,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 +78,47 @@
 
 %files doc
 %doc docs/*
-%{_datadir}/applications/%{pants_vendor}-%{name}.desktop
+%{_datadir}/applications/%{my_vendor}-%{name}.desktop
 %doc fdl.txt
 
 %changelog
+* Mon Apr 7 2008 Jeff Fearn <jfearn at redhat.com> 0.33-0
+- Remove release from package name in html desktop spec file
+- Removed --nonet from xsltproc call BZ #436342
+- Add Desktop css customisations
+
+* Thu Apr 3 2008 Jeff Fearn <jfearn at redhat.com> 0.32-0
+- Bump version
+
+* Tue Mar 18 2008 Jeff Fearn <jfearn at redhat.com> 0.31-0
+- Fixed Project-Id-Version not being set on PO creation BZ #435401
+- Fixed java slowing down every make run BZ #435407
+- cleanIds now sets format for imagedata
+- Fixed Desktop RPM build errors
+- Added param DOC_URL BZ #437705
+- Changed Default DOC_URL to publican web site
+- Fixed perl-SGML-Translate file conflict
+- Removed --nonet from xsltproc call BZ #436342
+- Removed extra files logic from spec and xsl files.
+
+* 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/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Feb 2008 05:40:04 -0000	1.2
+++ sources	8 Apr 2008 01:26:39 -0000	1.3
@@ -1 +1 @@
-b3b5841be863e033e4059afa01480b7f  publican-0.29.tgz
+8a8450730a6aa3fa6fa362d95465e46e  publican-0.33.tgz




More information about the fedora-extras-commits mailing list