rpms/jacorb/devel .cvsignore, 1.5, 1.6 jacorb.spec, 1.16, 1.17 sources, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 15 22:00:45 UTC 2005


Author: jkeating

Update of /cvs/dist/rpms/jacorb/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2521

Modified Files:
	.cvsignore jacorb.spec sources 
Log Message:
patch to build w/ gcj


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/jacorb/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	27 Jun 2005 15:11:14 -0000	1.5
+++ .cvsignore	15 Dec 2005 22:00:42 -0000	1.6
@@ -2,3 +2,4 @@
 JacORB_2_2
 i386
 *.src.rpm
+jacorb-gcj41.patch


Index: jacorb.spec
===================================================================
RCS file: /cvs/dist/rpms/jacorb/devel/jacorb.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- jacorb.spec	9 Dec 2005 20:42:26 -0000	1.16
+++ jacorb.spec	15 Dec 2005 22:00:42 -0000	1.17
@@ -1,16 +1,17 @@
 %define name		jacorb
 %define version		2.2
-%define release 3jpp_3fc.1
+%define release 	3jpp_4fc
 %define section		devel
 
 Summary:	Free Java implementation of OMG's CORBA standard
 URL:		http://www.jacorb.org/
 Source0:	JacORB_2_2-full-RHCLEAN.tar.bz2
 Patch1:		%{name}-removeeditor.patch
+Patch2:		%{name}-gcj.patch
 
 Name:		%{name}
 Version:	%{version}
-Release: %{release}.1
+Release: 	%{release}
 Epoch:		0
 License:	LGPL
 Group:		Development/Java
@@ -93,6 +94,7 @@
 %prep
 %setup -q -n JacORB_2_2
 %patch1 -p1
+%patch2 -p2
 chmod -R go=u-w *
 find . -name "*.jar" -exec rm -f {} \;
 
@@ -191,8 +193,9 @@
 %{_datadir}/%{name}-%{version}/demo
 
 %changelog
-* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
+* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com> 0:2.2-3jpp_4fc
 - rebuilt
+- integrated Anthony Green's patch to build w/ gcj
 
 * Tue Jul 19 2005 Gary Benson <gbenson at redhat.com> 0:2.2-3jpp_3fc
 - Build on ia64, ppc64, s390 and s390x.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/jacorb/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 Jun 2005 16:41:36 -0000	1.3
+++ sources	15 Dec 2005 22:00:42 -0000	1.4
@@ -1 +1,2 @@
 653bc24ededec2c5c518e0555669ae59  JacORB_2_2-full-RHCLEAN.tar.bz2
+fdad912eda7e6c25caf86caeece63eb0  jacorb-gcj41.patch




More information about the fedora-cvs-commits mailing list