rpms/publican/F-10 publican.spec,1.19,1.20 sources,1.11,1.12

Jeff Fearn jfearn at fedoraproject.org
Wed Mar 18 23:20:06 UTC 2009


Author: jfearn

Update of /cvs/pkgs/rpms/publican/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26967

Modified Files:
	publican.spec sources 
Log Message:
update to version 0.44



Index: publican.spec
===================================================================
RCS file: /cvs/pkgs/rpms/publican/F-10/publican.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- publican.spec	16 Jan 2009 07:22:19 -0000	1.19
+++ publican.spec	18 Mar 2009 23:19:35 -0000	1.20
@@ -2,10 +2,12 @@
 %define	EMBED_DOCKBOOK45 0
 %define	HTMLVIEW 0
 %define PREMOLESTATION 0
+%define FC10 1
+%define FC11 0
 
 Name:		publican	
 Summary:	Common files and scripts for publishing with DocBook XML
-Version:	0.40
+Version:	0.44
 Release:	0%{?dist}
 License:	GPLv2+ and GFDL
 # The following directories are licensed under the GFDL:
@@ -14,7 +16,6 @@
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Buildarch:	noarch
 Source:		https://fedorahosted.org/releases/p/u/publican/%{name}-%{version}.tgz
-# need kdesdk for po2xml & xml2pot
 Requires:	gettext libxslt docbook-dtds docbook-style-xsl elinks aspell
 Requires:	%{_bindir}/xml2pot %{_bindir}/po2xml
 Requires:	perl-ParseLex perl-HTML-Template make
@@ -26,9 +27,7 @@
 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
-BuildRequires: ImageMagick saxon
+BuildRequires:	fop saxon ImageMagick
 #BuildRequires:	xslthl
 # *&%^*&^ decided to rename font packages and change font paths.
 # No actual real changes.
@@ -43,7 +42,8 @@
 BuildRequires:	fonts-hindi fonts-japanese fonts-kannada fonts-korean
 BuildRequires:	fonts-malayalam fonts-oriya fonts-punjabi fonts-sinhala
 BuildRequires:	fonts-tamil fonts-telugu liberation-fonts
-%else
+%endif
+%if %{FC10}
 Requires:	lohit-fonts-bengali cjkunifonts-uming lohit-fonts-gujarati
 Requires:	lohit-fonts-hindi sazanami-fonts-gothic sazanami-fonts-mincho lohit-fonts-kannada
 Requires:	lohit-fonts-malayalam lohit-fonts-oriya lohit-fonts-punjabi lklug-fonts
@@ -54,6 +54,19 @@
 BuildRequires:	lohit-fonts-malayalam lohit-fonts-oriya lohit-fonts-punjabi lklug-fonts
 BuildRequires:	lohit-fonts-tamil lohit-fonts-telugu liberation-fonts baekmuk-ttf-fonts-batang
 %endif
+%if %{FC11}
+Requires:	liberation-mono-fonts liberation-sans-fonts liberation-serif-fonts
+Requires:	lohit-fonts-bengali cjkuni-uming-fonts lohit-fonts-gujarati
+Requires:	lohit-fonts-hindi sazanami-gothic-fonts sazanami-mincho-fonts lohit-fonts-kannada
+Requires:	lohit-fonts-malayalam lohit-fonts-oriya lohit-fonts-punjabi lklug-fonts
+Requires:	lohit-fonts-tamil lohit-fonts-telugu baekmuk-ttf-batang-fonts
+
+BuildRequires:	liberation-mono-fonts liberation-sans-fonts liberation-serif-fonts
+BuildRequires:	lohit-fonts-bengali cjkuni-uming-fonts lohit-fonts-gujarati
+BuildRequires:	lohit-fonts-hindi sazanami-gothic-fonts sazanami-mincho-fonts lohit-fonts-kannada
+BuildRequires:	lohit-fonts-malayalam lohit-fonts-oriya lohit-fonts-punjabi lklug-fonts
+BuildRequires:	lohit-fonts-tamil lohit-fonts-telugu baekmuk-ttf-batang-fonts
+%endif
 
 URL:		https://fedorahosted.org/publican
 Obsoletes:	documentation-devel < 0.26-3
@@ -83,8 +96,7 @@
 %setup -q
 
 %build
-%{__make} docs
-#./fop-fonts --dist=%{?dist}
+%{__make} OS_VER=%{?dist} docs
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -146,6 +158,50 @@
 %doc fdl.txt
 
 %changelog
+* Wed Mar 11 2009  Jeff Fearn <jfearn at redhat.com> 0.44
+- Add 0-9 and '.' to DOCNAME regex. BZ #489626
+
+* Mon Mar 9 2009  Jeff Fearn <jfearn at redhat.com> 0.43
+- Fix many warnings about 'body-start() called from outside an fo:list-item' BZ #484628
+- Fix Initial build of new lang failing. BZ #485179
+- Add lang to final doc root node. BZ #486162
+- Add embed for stanky IE. BZ #486501
+- Add symlinks for langauges without country codes. BZ #487256
+- Add rudimentary Obsoletes logic. RT #36366
+- Rolled in following from fedora devel spec
+- - Mon Feb  9 2009 Jens Petersen <petersen at redhat.com> - 0.40-4
+- - update the sazanami-fonts subpackage names
+- - list liberation-fonts subpackages explicitly
+- - Fri Feb  6 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.40-3
+- - Fix broken font deps: liberation-fonts -> liberation-fonts-compat
+- - Sat Jan 24 2009 Caolán McNamara <caolanm at redhat.com> - 0.40-2
+- - cjkunifonts-uming -> cjkuni-uming-fonts
+- - Thu Jan 22 2009 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.40-1
+- - Font changes baekmuk-ttf-fonts-batang -> baekmuk-ttf-batang-fonts to
+-   fix broken deps in rawhide
+- Fri Mar 6 2009 Piotr DrÄ…g <piotrdrag at gmail.com>
+- Translate Document Conventions into Polish
+- Thu Mar 5 2009 Piotr DrÄ…g <piotrdrag at gmail.com>
+- Translate common Feedback section into Polish
+- Wed Mar 4 2009 Richard van der Luit <zuma at xs4all.nl>
+- Corrections to Document Conventions in Dutch
+- Mon Mar 2 2009 Richard van der Luit <zuma at xs4all.nl>
+- Translate Document Conventions into Dutch
+- Sat Feb 28 2009 Rui Gouveia <rui.gouveia at globaltek.pt>
+- Translate Document Conventions into European Portuguese
+
+
+
+* Thu Jan 29 2009 Jeff Fearn <jfearn at redhat.com> 0.42
+- Support chapterinfo, keywordset & keyword tags.
+- Add SRC_URL. BZ #482968
+- Fix web package removal when dep package has been removed.
+
+* Mon Jan 19 2009 Jeff Fearn <jfearn at redhat.com> 0.41
+- Fix Source tar name.
+- Fix brew srpm path
+- Added OS_VER to allow over ride of OS srpm is created for.
+
 * Mon Jan 5 2009 Jeff Fearn <jfearn at redhat.com> 0.40
 - Fix DRAFT mode in web docs.
 - Fix TOC CSS spacing.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/publican/F-10/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	16 Jan 2009 06:53:37 -0000	1.11
+++ sources	18 Mar 2009 23:19:36 -0000	1.12
@@ -1 +1 @@
-7f51def0740d27198220f0db3fb5f05e  publican-0.40.tgz
+720fcfd8903fe370a69107350e2afa22  publican-0.44.tgz




More information about the fedora-extras-commits mailing list