rpms/publican-fedora/F-12 .cvsignore, 1.14, 1.15 import.log, 1.5, 1.6 publican-fedora.spec, 1.16, 1.17 sources, 1.15, 1.16

Rüdiger Landmann rlandmann at fedoraproject.org
Mon Jul 12 02:21:44 UTC 2010


Author: rlandmann

Update of /cvs/pkgs/rpms/publican-fedora/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20804/F-12

Modified Files:
	.cvsignore import.log publican-fedora.spec sources 
Log Message:
* Mon Jul 12 2010 Rüdiger Landmann <r.landmann at redhat.com> 1.8-0
- Localizations for image_right.png

* Mon Jul 5 2010 Jeff Fearn <jfearn at redhat.com> 1.7
- Port to Publican 2

* Thu Jun 10 2010 Jeff Fearn <jfearn at redhat.com> 1.6
- Remove HTML term color. BZ #592822




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/publican-fedora/F-12/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	4 May 2010 01:10:41 -0000	1.14
+++ .cvsignore	12 Jul 2010 02:21:44 -0000	1.15
@@ -1 +1 @@
-publican-fedora-1.5.tgz
+publican-fedora-1.8.tgz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/publican-fedora/F-12/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- import.log	4 May 2010 01:10:41 -0000	1.5
+++ import.log	12 Jul 2010 02:21:44 -0000	1.6
@@ -3,3 +3,4 @@ publican-fedora-0_19-3_fc11:F-12:publica
 publican-fedora-1_0-0_fc11:F-12:publican-fedora-1.0-0.fc11.src.rpm:1257050147
 publican-fedora-1_2-0_fc12:F-12:publican-fedora-1.2-0.fc12.src.rpm:1258698379
 publican-fedora-1_5-0_fc12:F-12:publican-fedora-1.5-0.fc12.src.rpm:1272935376
+publican-fedora-1_8-0_fc13:F-12:publican-fedora-1.8-0.fc13.src.rpm:1278901265


Index: publican-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/publican-fedora/F-12/publican-fedora.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- publican-fedora.spec	4 May 2010 01:10:41 -0000	1.16
+++ publican-fedora.spec	12 Jul 2010 02:21:44 -0000	1.17
@@ -1,17 +1,23 @@
 %define brand fedora
+%define RHEL6 %(test "%{?dist}" == ".el6" && echo 1 || echo 0)
 
 Name:		publican-%{brand}
 Summary:	Publican documentation template files for %{brand}
-Version:	1.5
+Version:	1.8
 Release:	0%{?dist}
 License:	CC-BY-SA
 Group:		Development/Libraries
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Buildarch:	noarch
+# 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/publican/%{name}-%{version}.tgz
-Requires:	publican >= 1.0
-BuildRequires:	publican >= 1.0
-URL:		https://publican.fedorahosted.org/
+Requires:	publican >= 2.0
+BuildRequires:	publican >= 2.0
+URL:		https://publican.fedorahosted.org
 Obsoletes:	documentation-devel-Fedora
 
 %description
@@ -27,7 +33,7 @@ publican build --formats=xml --langs=all
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p -m755 $RPM_BUILD_ROOT%{_datadir}/publican/Common_Content
-publican installbrand --path=$RPM_BUILD_ROOT%{_datadir}/publican/Common_Content
+publican install_brand --path=$RPM_BUILD_ROOT%{_datadir}/publican/Common_Content
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -39,6 +45,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/publican/Common_Content/%{brand}
 
 %changelog
+* Mon Jul 12 2010 Rüdiger Landmann <r.landmann at redhat.com> 1.8-0
+- Localizations for image_right.png
+
+* Mon Jul 5 2010 Jeff Fearn <jfearn at redhat.com> 1.7
+- Port to Publican 2
+
+* Thu Jun 10 2010 Jeff Fearn <jfearn at redhat.com> 1.6
+- Remove HTML term color. BZ #592822
+
 * Tue May 04 2010 Rüdiger Landmann <r.landmann at redhat.com> 1.5-0
 - turn article ToCs back on for now
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/publican-fedora/F-12/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	4 May 2010 01:10:41 -0000	1.15
+++ sources	12 Jul 2010 02:21:44 -0000	1.16
@@ -1 +1 @@
-c01879ec6d23ae8bef38fa70afa69ec0  publican-fedora-1.5.tgz
+ddb592c89e49addddb3713195807e68f  publican-fedora-1.8.tgz



More information about the scm-commits mailing list