[gatein-commits] gatein SVN: r8798 - in epp/docs/branches/5.2: API_Documentation/en-US and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jul 25 00:49:41 EDT 2012


Author: jaredmorgs
Date: 2012-07-25 00:49:40 -0400 (Wed, 25 Jul 2012)
New Revision: 8798

Removed:
   epp/docs/branches/5.2/spec.in
Modified:
   epp/docs/branches/5.2/API_Documentation/en-US/Article_Info.xml
   epp/docs/branches/5.2/Makefile
Log:
files from the API docs push

Modified: epp/docs/branches/5.2/API_Documentation/en-US/Article_Info.xml
===================================================================
(Binary files differ)

Modified: epp/docs/branches/5.2/Makefile
===================================================================
--- epp/docs/branches/5.2/Makefile	2012-07-25 04:43:08 UTC (rev 8797)
+++ epp/docs/branches/5.2/Makefile	2012-07-25 04:49:40 UTC (rev 8798)
@@ -1,10 +1,10 @@
 ### START CHANGES ###
-PRODUCT		= JBoss_Enterprise_Portal_Platform-API_Documentation
+PRODUCT		= JBoss_Enterprise_Portal_Platform
 PROD_VERSION	= 5.2
 LANG		= en-US
-BOOKS		= API_Documentation
+BOOKS		= API
 VERSION		= 5.2.2
-RELEASE		= 6
+RELEASE		= 8
 
 #### END CHANGES ###
 

Deleted: epp/docs/branches/5.2/spec.in
===================================================================
--- epp/docs/branches/5.2/spec.in	2012-07-25 04:43:08 UTC (rev 8797)
+++ epp/docs/branches/5.2/spec.in	2012-07-25 04:49:40 UTC (rev 8798)
@@ -1,54 +0,0 @@
-#Documentation Specfile
-%define doc_product @PRODUCT@
-%define doc_version @PROD_VERSION@
-%define doc_lang @LANG@
-%define doc_books @BOOKS@
-
-Name:		%{doc_product}-%{doc_version}-web-%{doc_lang}
-Version:	@VERSION@
-Release:	@RELEASE@%{?dist}
-Summary:	API Documentation for %{doc_product} %{doc_version}
-Group:		Documentation
-License:	GFDL
-URL:		http://docs.redhat.com/docs
-BuildArch:	noarch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Source0:	%{name}-%{version}.tgz
-
-
-Requires:       publican >= 2.6
-Prefix:		/var/www/html/docs
-
-%description
-This package contains API documentation for %{doc_product} %{doc_version}.
-
-%prep
-%setup -q -c %{doc_product}-%{doc_version}-web-%{doc_lang}
-
-%build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/%{prefix}/%{doc_lang}/%{doc_product}/%{doc_version}/html/
-cp -rf * $RPM_BUILD_ROOT/%{prefix}/%{doc_lang}/%{doc_product}/%{doc_version}/html/.
-
-
-%preun -n %{doc_product}-%{doc_version}-web-%{doc_lang}
-if [ "$1" = "0" ] ; then # last uninstall
-%{__perl} -e 'foreach my $book (@books) { system(q|publican update_db --del --lang="%{doc_lang}" --formats=html --product="%{doc_product}" --version="%{doc_version}" --name="$book"|);}'
-fi
-
-%post -n %{doc_product}-%{doc_version}-web-%{doc_lang}
-%{__perl} -e 'foreach my $book (@books) { system(q|publican update_db --add --lang="%{doc_lang}" --formats="html" --product="%{doc_product}" --version="%{doc_version}" --name="$book" --subtitle="%{doc_product} %{doc_version} documentation" --abstract="Unported %{doc_product} %{doc_version} HTML documentation."|);}'
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root,-)
-%{prefix}/en-US
-
-%changelog
-* Wed Jul 18 2012 Jared Morgan jmorgan at redhat.com 5.2.2-7
-- Draft content with API Docs embedded.
-



More information about the gatein-commits mailing list