rpms/libformula/devel libformula.spec,1.4,1.5

Caolan McNamara caolanm at fedoraproject.org
Fri Jul 24 09:25:34 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/libformula/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29050

Modified Files:
	libformula.spec 
Log Message:
make javadoc no-arch when building as arch-dependant aot


Index: libformula.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libformula/devel/libformula.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- libformula.spec	16 Mar 2009 11:20:28 -0000	1.4
+++ libformula.spec	24 Jul 2009 09:25:34 -0000	1.5
@@ -3,7 +3,7 @@
 
 Name: libformula
 Version: 0.2.0
-Release: 2.OOo31%{?dist}
+Release: 3.OOo31%{?dist}
 Summary: Formula Parser
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -30,6 +30,9 @@ Summary: Javadoc for %{name}
 Group: Development/Documentation
 Requires: %{name} = %{version}-%{release}
 Requires: jpackage-utils
+%if %{with_gcj}
+BuildArch: noarch
+%endif
 
 %description javadoc
 Javadoc for %{name}.
@@ -87,6 +90,9 @@ fi
 %{_javadocdir}/%{name}
 
 %changelog
+* Fri Jul 24 2009 Caolan McNamara <caolanm at redhat.com> 0.2.0-3.OOo31
+- make javadoc no-arch when building as arch-dependant aot
+
 * Mon Mar 16 2009 Caolan McNamara <caolanm at redhat.com> 0.2.0-2.OOo31
 - post-release tuned for OpenOffice.org report-designer
 




More information about the fedora-extras-commits mailing list