|
|
Author: fitzsim
Update of /cvs/dist/rpms/java-1.4.2-gcj-compat/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8349
Modified Files:
java-1.4.2-gcj-compat.spec
Log Message:
- Only include BC library directory on non-boostrap architectures.
Index: java-1.4.2-gcj-compat.spec
===================================================================
RCS file:
/cvs/dist/rpms/java-1.4.2-gcj-compat/devel/java-1.4.2-gcj-compat.spec,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- java-1.4.2-gcj-compat.spec 2 Mar 2006 01:15:35 -0000 1.142
+++ java-1.4.2-gcj-compat.spec 2 Mar 2006 01:24:38 -0000 1.143
@@ -600,7 +600,9 @@
%ifarch x86_64
%{_jvmdir}/%{jredir}/lib/amd64
%endif
+%if ! %{bootstrap}
%attr(-,root,root) %{_libdir}/gcj/%{name}
+%endif
%files devel -f %{name}-%{version}-sdk-bin.files
%defattr(-,root,root)
@@ -639,6 +641,7 @@
- Natively compile BouncyCastle.
- Move bcprov in the build section so that it is found by bootstrap
architectures in the install section.
+- Only include BC library directory on non-boostrap architectures.
* Fri Feb 10 2006 Jesse Keating <jkeating@xxxxxxxxxx> - 0:1.4.2.0-40jpp_80rh
- bump again for double-long bug on ppc(64)
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|