[publican-redhat/f20] New upstream

Rüdiger Landmann rlandmann at fedoraproject.org
Thu May 22 23:59:19 UTC 2014


commit 237fbfe6fb67ec2ce9d8fda0bc8a6c3f25a1d30d
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Fri May 23 10:01:03 2014 +1000

    New upstream

 .gitignore              |    1 +
 publican-redhat-2.7.tgz |  Bin 135258 -> 0 bytes
 publican-redhat.spec    |  273 +++++++++++++++++++++++------------------------
 sources                 |    1 +
 4 files changed, 137 insertions(+), 138 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4e10645 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/publican-redhat-4.11.tgz
diff --git a/publican-redhat.spec b/publican-redhat.spec
index 3cfb0c8..bb779d8 100644
--- a/publican-redhat.spec
+++ b/publican-redhat.spec
@@ -1,33 +1,40 @@
 %define brand RedHat
-%define pub_name Publican
-%define RHEL6 %(test %{?dist} == .el6 && echo 1 || echo 0)
+%define wwwdir /var/www/html/site/documentation
 
 Name:		publican-redhat
 Summary:	Common documentation files for %{brand}
-Version:	2.7
-Release:	6%{?dist}
-License:	CC-BY-SA
+Version:	4.11
+Release:	0%{?dist}
+License:	CC-BY-SA	
 Group:		Applications/Text
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# Limited to these arches on RHEL 6 due to PDF + Java limitations
-%if %{RHEL6}
-ExclusiveArch:   i686 x86_64
-%else
-BuildArch:   noarch
-%endif
-Source:		https://fedorahosted.org/releases/p/u/publican/publican-redhat-%{version}.tgz
-BuildRequires:	publican >= 2.5
-Requires:	publican >= 2.5
+Buildarch:	noarch
+Source:	        https://fedorahosted.org/releases/p/u/publican/publican-redhat-%{version}.tgz	
+Requires:	publican-API = 4.1
+BuildRequires:	publican-API = 4.1
 URL:		https://fedorahosted.org/publican
-Provides:	documentation-devel-%{brand} = %{version}-%{release}
-Obsoletes:	Obsoletes: documentation-devel-%{brand} < %{version}-%{release}
+Provides:       documentation-devel-%{brand} = %{version}-%{release}
+Obsoletes:      documentation-devel-%{brand} < %{version}-%{release}
+Provides:       publican-jboss = %{version}-%{release}
+Obsoletes:      publican-jboss < %{version}-%{release}
+Provides:       publican-openshift = %{version}-%{release}
+Obsoletes:      publican-openshift < %{version}-%{release}
 
 %description
 This package provides common files and templates needed to build documentation
 for %{brand} with publican.
 
+%package web
+Summary:        Web styles for %{brand}
+Group:          Documentation
+Requires:       publican-common-web >= 4.0
+Requires:       %{name} = %{version}-%{release}
+
+%description web
+Web Site common files for the %{brand} brand.
+
 %prep
-%setup -q
+%setup -q 
 
 %build
 publican build --formats=xml --langs=all --publish
@@ -36,174 +43,164 @@ publican build --formats=xml --langs=all --publish
 rm -rf $RPM_BUILD_ROOT
 mkdir -p -m755 $RPM_BUILD_ROOT%{_datadir}/publican/Common_Content
 publican install_brand --path=$RPM_BUILD_ROOT%{_datadir}/publican/Common_Content
+mkdir -p -m755 $RPM_BUILD_ROOT/%{wwwdir}/%{brand}
+publican install_brand --web --path=$RPM_BUILD_ROOT/%{wwwdir}/%{brand}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README
 %doc COPYING
 %{_datadir}/publican/Common_Content/%{brand}
 
+%files web
+%defattr(-,root,root,-)
+%{wwwdir}/%{brand}
+
 %changelog
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+* Fri May 23 2014 Rüdiger Landmann <rlandman at redhat.com> 4.11-0
+- merge JBoss and OpenShift brands
+
+* Wed Apr 23 2014 Jeff Fearn <jfearn at redhat.com> 4.10-0
+- Publican 4.1 fixes.
+- Fix draft watermark. BZ #1081363
+- Fix html-desktop styling. BZ #1051026
+
+* Wed Apr 23 2014 Rüdiger Landmann <rlandman at redhat.com> 4.9-0
+- remove obsolete products BZ #1088833
+
+* Tue Mar 25 2014 Jeff Fearn <jfearn at redhat.com> 4.8-0
+- Fix IE8 navigation issues. BZ #1078619
+
+* Mon Mar 24 2014 Gemma Sheldon <gsheldon at redhat.com> 4.7-1
+- Added OpenStack Platform Cerification heading.
+
+* Fri Feb 28 2014 Rüdiger Landmann <rlandman at redhat.com> 4.6-1
+- Clarify WFK 1.x as retired BZ#952358
+
+* Thu Feb 20 2014 Rüdiger Landmann <rlandman at redhat.com> 4.5-1
+- Move JBoss WFK to Retired BZ#952358
 
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+* Thu Feb 20 2014 Rüdiger Landmann <rlandman at redhat.com> 4.4-1
+- Create "Retired Products" category, move Red Hat HPC and JBoss JCP there BZ#952358
 
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Tue Feb 18 2014 Rüdiger Landmann <rlandman at redhat.com> 4.3-3
+- Modify output of citetitle and emphasis in ja-JP BZ#1063538
+- Add Red Hat JBoss AM-Q and Red Hat JBoss Fuse to homepage template BZ#1064746
+- Remove duplicate Red Hat Enterprise Linux OpenStack Platform listing from homepage template BZ#1049669
 
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Tue Feb 11 2014 Rüdiger Landmann <rlandman at redhat.com> 4.3-2
+- Back out broken epub.xsl
 
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Mon Feb 10 2014 Rüdiger Landmann <rlandman at redhat.com> 4.3-1
+- Remove reference to non-existent footer.html BZ#1056758
+- Change Japanese name order to first-last BZ#1063105
 
-* Wed Jan 19 2011 Rüdiger Landmann <r.landmann at redhat.com> 2.7-1
-- correct Requires: and BuildRequires:
+* Thu Jan 9 2014 Lee Newson <lnewson at redhat.com> 4.2-1
+- Fix standalone builds
 
-* Wed Jan 19 2011 Rüdiger Landmann <r.landmann at redhat.com> 2.7-0
-- rm max_image_width override per BZ#662584
+* Fri Dec 20 2013 Rüdiger Landmann <rlandman at redhat.com> 4.1-1
+- Update landing page
 
-* Wed Oct 27 2010 Rüdiger Landmann <r.landmann at redhat.com> 2.6-0
-- Change docs URL to docs.redhat.com per Mike Hideo-Smith <mhideo at redhat.com>
+* Wed Dec 18 2013 Rüdiger Landmann <rlandman at redhat.com> 4.0-1
+- Release for Publican 4.0
 
-* Fri Oct 15 2010 Jeff Fearn <jfearn at redhat.com> 2.5-0
-- Remove example override.
+* Fri Nov 22 2013 Lee Newson <lnewson at redhat.com> 3.99-31
+- Reinstate PDF styles
 
-* Tue Oct 12 2010 Rüdiger Landmann <r.landmann at redhat.com> 2.4-1
-- respin to catch English string not replaced in translated languages.
+* Wed Nov 6 2013 Matt Casperson <mcaspers at redhat.com> 3.99-30
+- Fix for books built from <refentry>s
 
-* Fri Oct 8 2010 Rüdiger Landmann <r.landmann at redhat.com> 2.4-0
-- Updated Italian translation Francesco Valente <fvalen at redhat.com>
-- rm fuzzies caused by BZ #628266 previously
+* Tue Nov 5 2013 Matt Casperson <mcaspers at redhat.com> 3.99-29
+- JS fix for IE
+- landing page updates from lnewson
 
-* Tue Aug 24 2010 Rüdiger Landmann <r.landmann at redhat.com> 2.3-0
-- Extend callout graphics to 40; adjust colour and font BZ #629804 <r.landmann at redhat.com>
-- Restrict CSS style for edition to title pages to avoid applying to bibliographies <r.landmann at redhat.com>
+* Mon Nov 4 2013 Lee Newson <lnewson at redhat.com> 3.99-28
+- Fix to make Support tab active
 
-* Tue Aug 24 2010 Rüdiger Landmann <r.landmann at redhat.com> 2.2-0
-- Note ownership of MySQL trademark per Pamela Chestek <pchestek at redhat.com>
+* Mon Nov 4 2013 Matt Casperson <mcaspers at redhat.com> 3.99-27
+- JS fix for IE
 
-* Fri Aug 6 2010 Rüdiger Landmann <r.landmann at redhat.com> 2.1-0
-- Update Feedback section to link to customer portal
+* Mon Nov 4 2013 Matt Casperson <mcaspers at redhat.com> 3.99-26
+- JS fix for IE
 
-* Mon Jul 5 2010 Jeff Fearn <jfearn at redhat.com> 2.0
-- Port to Publican 2
+* Thu Oct 31 2013 Matt Casperson <mcaspers at redhat.com> 3.99-25
+- JS fix for IE
 
-* Thu Jun 10 2010 Jeff Fearn <jfearn at redhat.com> 1.9
-- Remove HTML term color. BZ #592822
+* Wed Oct 30 2013 Matt Casperson <mcaspers at redhat.com> 3.99-24
+- Fix nav footer on single-page html
 
-* Thu May 6 2010 Rüdiger Landmann <r.landmann at redhat.com> 1.8
-- remove reference to OPL licence
-- add max_image_width for BZ#580774
-- add confidential_text for BZ#588980
+* Wed Oct 30 2013 Matt Casperson <mcaspers at redhat.com> 3.99-23
+- Fix nav footer on single-page html
 
-* Wed Apr 03 2010 Jeff Fearn <jfearn at redhat.com> 1.7
-- fix using FO template for xhmtl O_O
+* Mon Oct 28 2013 Matt Casperson <mcaspers at redhat.com> 3.99-22
+- JS fix for IE
 
-* Thu Mar 25 2010 Rüdiger Landmann <r.landmann at redhat.com> 1.6
-- add trademark notices for XFS and Java per Pamela Chestek <pchestek at redhat.com>
+* Thu Oct 24 2013 Matt Casperson <mcaspers at redhat.com> 3.99-21
+- JS fix for IE
 
-* Thu Mar 25 2010 Jeff Fearn <jfearn at redhat.com> 1.5
-- Add TOC to articles
-- Fix broken ml-IN translation
+* Tue Oct 22 2013 Matt Casperson <mcaspers at redhat.com> 3.99-20
+- JS and XSL fix
 
-* Fri Feb 26 2010 Timo Trinks <ttrinks at redhat.com> 1.4
-- ah the optionally empty tag O doom
+* Mon Oct 21 2013 Lee Newson <lewson at redhat.com> 3.99-19
+- Implement new breadcrumb mechanism
 
-* Fri Feb 26 2010 Timo Trinks <ttrinks at redhat.com> 1.3
-- updated Feedback.pot based on new en-US Feedback.xml
-- updated de-DE Feedback.po
+* Fri Oct 18 2013 Lee Newson <lewson at redhat.com> 3.99-18
+- Implement new breadcrumb mechanism
 
-* Thu Jan 21 2010 Rüdiger Landmann <r.landmann at redhat.com> 1.2
-- include section on getting help from GSS and other sources. BZ #492499
+* Tue Oct 15 2013 Lee Newson <lewson at redhat.com> 3.99-17
+- Update web head template
 
-* Fri Nov 27 2009 Jeff Fearn <jfearn at redhat.com> 1.1
-- update license to CC-BY-SA
+* Mon Oct 14 2013 Lee Newson <lewson at redhat.com> 3.99-16
+- Update web head template
 
-* Fri Oct 30 2009 Jeff Fearn <jfearn at redhat.com> 1.0
-- port to publican 1.0.
+* Mon Oct 14 2013 Lee Newson <lewson at redhat.com> 3.99-15
+- Back out JS changes
 
-* Wed Feb 25 2009  Jeff Fearn <jfearn at redhat.com> 0.19
-- Add symlinks for langauges without country codes. BZ #487256
+* Mon Oct 14 2013 Lee Newson <lewson at redhat.com> 3.99-14
+- More CSS, XSL, and JS changes for Publican 3.99
 
-* Fri Jan 16 2009 Jeff Fearn <jfearn at redhat.com> 0.18
-- Updated redhat brand license. BZ #478405
-- Add LICENSE override for RPMs. BZ #477720
-- Fix layout issue in Legal Notice. BZ #477573
+* Sat Oct 12 2013 Matt Casperson <mcaspers at redhat.com> 3.99-13
+- More CSS changes for Publican 3.99
 
-* Tue Dec 2 2008 Jeff Fearn <jfearn at redhat.com> 0.17
-- Fix remark colour
+* Fri Oct 11 2013 Matt Casperson <mcaspers at redhat.com> 3.99-12
+- More CSS changes for Publican 3.99
 
-* Mon Dec 1 2008 Mike Hideo <mhideo at redhat.com> 0.16
-- Removed GPG key from Legal_Notice.xml BZ#473350
-- Add override for PROD_URL
+* Thu Oct 10 2013 Matt Casperson <mcaspers at redhat.com> 3.99-11
+- Accommodate CSS changes in Publican 3.99
 
-* Tue Sep 9 2008 Jeff Fearn <jfearn at redhat.com> 0.15
-- Removed corpauthor from template. BZ #461222
+* Wed Oct 09 2013 Rüdiger Landmann <rlandman at redhat.com> 3.99-10
+- Rebuild against Publican 3.99
 
-* Mon Sep 1 2008 Jeff Fearn <jfearn at redhat.com> 0.14-0
-- Fix styles for publican 0.35 mods
-- Switch from html-single to html-desktop. BZ #458743
-- Removed common entity files as they break translation
-- Remove ID's from common files. BZ #460770
+* Tue Oct 01 2013 Matt Casperson <mcaspers at redhat.com> 3.99-9
+- Update to accommodate latest portal code
 
-* Mon Apr 14 2008 Jeff Fearn <jfearn at redhat.com> 0.13-0
-- Fix missing list image in html-single articles
-- QANDA set css fix BZ #442674
-- Removed entities requiring mandatory override
-- Override PDF Theme
-- Added package tag BZ #444908
-- Added Article and Set Templates
-- Added code highlighting to CSS
-- Modify CSS to use new easier maintenance system.
+* Fri Sep 13 2013 Katie Miller <kamiller at redhat.com> 3.99-8
+- Fix issues found in triage
 
-* Mon Apr 7 2008 Jeff Fearn <jfearn at redhat.com> 0.12-0
-- Add Desktop css customisations
+* Wed Sep 11 2013 Katie Miller <kamiller at redhat.com> 3.99-7
+- Fix issues found in triage
 
-* Thu Apr 3 2008 Andy Fitzsimon <afitzsim at redhat.com> 0.11-0
-- optimised default stylesheet colours
-- author group improvements
-- formatting for revision history 
-- merged tocnav and documentation.css to defauly.css
-- updated icons
-- Fix doc URL
+* Mon Sep 2 2013 Katie Miller <kamiller at redhat.com> 3.99-6
+- Update menu.js
 
-* Tue Mar 18 2008 Jeff Fearn <jfearn at redhat.com> 0.10-0
-- Fix doc URL
-- Fix Desktop build
+* Mon Sep 2 2013 Katie Miller <kamiller at redhat.com> 3.99-5
+- Fix for CSS changes in portal
 
-* Thu Feb 28 2008 Jeff Fearn <jfearn at redhat.com> 0.9-0
-- Added PRODUCT entity with default msg. BZ #431171
-- Added BOOKID entity with default msg. BZ #431171
-- Fix keycap hard to read in admon BZ #369161
-- Added Brand Makefile
-- Added DocBook 4.5 DTD and 1.72.0 xsl
+* Thu Aug 29 2013 Katie Miller <kamiller at redhat.com> 3.99-4
+- Fix for CSS issue caused by Common brand menu.css
 
-* Tue Feb 12 2008 Jeff Fearn <jfearn at redhat.com> 0.8-0
-- Setup per Brand Book_Templates
-- Fix soure and URL paths
-- Use release in source path
-- add OPL text as COPYING
+* Tue Aug 27 2013 Rüdiger Landmann <rlandmann at redhat.com> 3.99-3
+- Update prod_url
 
-* Mon Feb 11 2008 Jeff Fearn <jfearn at redhat.com> 0.7-0
-- Updated YEAR entity with better message.
+* Thu Mar 14 2013 Katie Miller <kamiller at redhat.com> 3.99-2
+- Add menu.js 
 
-* Fri Feb 01 2008 Jeff Fearn <jfearn at redhat.com> 0.6-0
-- Switch from documentation-devil to publican
-
-* Thu Jan 17 2008 Jeff Fearn <jfearn at redhat.com> 0.5-0
-- Switch from documentation-devel to documentation-devil
-
-* Wed Jan 02 2008 Jeff Fearn <jfearn at redhat.com> 0.4-0
-- Default YEAR and HOLDER. BZ #426040
+* Thu Mar 14 2013 Katie Miller <kamiller at redhat.com> 3.99-1
+- Add menu.js 
 
-* Fri Jul 20 2007 Jeff Fearn <jfearn at redhat.com> 0.3-0
-- Update
+* Thu Mar 14 2013 Katie Miller <kamiller at redhat.com> 3.99-0
+- Added Portal chroming to brand. 
 
-* Fri Jul 13 2007 Jeff Fearn <jfearn at redhat.com> 0.1-0
-- Initial creation
diff --git a/sources b/sources
index e69de29..c3aedf4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+71cdc0546317fcfff1e308c07aa603e7  publican-redhat-4.11.tgz


More information about the scm-commits mailing list