rpms/publican-fedora/devel .cvsignore, 1.14, 1.15 import.log, 1.7, 1.8 publican-fedora.spec, 1.17, 1.18 sources, 1.16, 1.17

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


Author: rlandmann

Update of /cvs/pkgs/rpms/publican-fedora/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20024/devel

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/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	4 May 2010 01:07:30 -0000	1.14
+++ .cvsignore	12 Jul 2010 02:18:33 -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/devel/import.log,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- import.log	4 May 2010 01:07:30 -0000	1.7
+++ import.log	12 Jul 2010 02:18:33 -0000	1.8
@@ -5,3 +5,4 @@ publican-fedora-1_0-0_fc11:HEAD:publican
 publican-fedora-1_0-0_fc11:HEAD:publican-fedora-1.0-0.fc11.src.rpm:1257192691
 publican-fedora-1_2-0_fc12:HEAD:publican-fedora-1.2-0.fc12.src.rpm:1258698037
 publican-fedora-1_5-0_fc12:HEAD:publican-fedora-1.5-0.fc12.src.rpm:1272935154
+publican-fedora-1_8-0_fc13:HEAD:publican-fedora-1.8-0.fc13.src.rpm:1278900995


Index: publican-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/publican-fedora/devel/publican-fedora.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- publican-fedora.spec	4 May 2010 01:07:30 -0000	1.17
+++ publican-fedora.spec	12 Jul 2010 02:18:33 -0000	1.18
@@ -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/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	4 May 2010 01:07:30 -0000	1.16
+++ sources	12 Jul 2010 02:18:33 -0000	1.17
@@ -1 +1 @@
-c01879ec6d23ae8bef38fa70afa69ec0  publican-fedora-1.5.tgz
+ddb592c89e49addddb3713195807e68f  publican-fedora-1.8.tgz



More information about the scm-commits mailing list