rpms/oorexx/F-10 .cvsignore, 1.4, 1.5 oorexx-paths.patch, 1.1, 1.2 oorexx.spec, 1.10, 1.11 sources, 1.4, 1.5

Gérard Milmeister gemi at fedoraproject.org
Sat Aug 8 17:02:49 UTC 2009


Author: gemi

Update of /cvs/pkgs/rpms/oorexx/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2311

Modified Files:
	.cvsignore oorexx-paths.patch oorexx.spec sources 
Log Message:
new release 4.0.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/F-10/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	30 Nov 2007 23:57:46 -0000	1.4
+++ .cvsignore	8 Aug 2009 17:02:49 -0000	1.5
@@ -1,2 +1,2 @@
-ooRexx-3.2.0.tar.gz
-ooRexx-3.2.0-pdf.zip
+ooRexx-4.0.0-4801.source.tar.gz
+ooRexx-4.0.0-beta-pdf.zip

oorexx-paths.patch:
 Makefile.in |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Index: oorexx-paths.patch
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/F-10/oorexx-paths.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- oorexx-paths.patch	9 Oct 2006 20:33:13 -0000	1.1
+++ oorexx-paths.patch	8 Aug 2009 17:02:49 -0000	1.2
@@ -1,62 +1,42 @@
---- ooRexx-3.1.0/kernel/platform/unix/FileSystem.cpp.paths	2006-09-25 19:11:07.000000000 +0200
-+++ ooRexx-3.1.0/kernel/platform/unix/FileSystem.cpp	2006-09-25 19:12:09.000000000 +0200
-@@ -427,6 +427,9 @@
- //  fullname = (PSZ)string_data(imgpath);
+diff -up ooRexx-4.0.0.patched/Makefile.in.paths ooRexx-4.0.0.patched/Makefile.in
+--- ooRexx-4.0.0.patched/Makefile.in.paths	2009-08-08 18:06:40.000000000 +0200
++++ ooRexx-4.0.0.patched/Makefile.in	2009-08-08 18:09:39.000000000 +0200
+@@ -56,7 +56,7 @@
  
- //if ( imgpath && fullname )                         /* seg faultn          */
-+  if (fullname == 0) {
-+    fullname = SearchFileName((PCHAR)"/usr/share/ooRexx/" BASEIMAGE, 'P');
-+  }
-   if ( fullname != OREF_NULL )
-     image = fopen((PSZ)fullname, "rb");/* try to open the file              */
-   else
---- ooRexx-3.1.0/Makefile.in.paths	2006-09-25 19:12:21.000000000 +0200
-+++ ooRexx-3.1.0/Makefile.in	2006-09-25 19:14:15.000000000 +0200
-@@ -60,7 +60,7 @@
- top_srcdir = @top_srcdir@
  VPATH = @srcdir@
  pkgdatadir = $(datadir)/@PACKAGE@
 -pkglibdir = $(libdir)/@PACKAGE@
 +pkglibdir = $(libdir)
  pkgincludedir = $(includedir)/@PACKAGE@
- top_builddir = .
  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-@@ -415,7 +415,7 @@
- 			compile @REXXCAT@ rexx.img \
- 			stamp-h.in cscope.files cscope.out $(distdir).tar.gz
- 
--SUBDIRS = samples
-+SUBDIRS =
- DIST_SUBDIRS = samples
- 
- # This defines the current version of ooRexx
-@@ -462,7 +462,7 @@
- samples_dir = $(top_srcdir)/samples
- samples_windows_dir = $(top_srcdir)/samples/windows
- samples_unix_dir = $(top_srcdir)/samples/unix
+ install_sh_DATA = $(install_sh) -c -m 644
+@@ -631,7 +631,7 @@ build_extensions_rexutils_platform_dir =
+ build_api_platform_dir = $(api_ at ORX_PLATFORM@_dir)
+ build_os_platform_dir = $(platform_ at ORX_PLATFORM@_dir)
+ build_samples_platform_dir = $(samples_ at ORX_PLATFORM@_dir)
 -catdir = $(prefix)/bin
 +catdir = $(datadir)/ooRexx
  COMMON_CPPFLAGS = -DORX_VER=$(ORX_MAJOR) -DORX_REL=$(ORX_MINOR) -DORX_MOD=$(ORX_MOD_LVL) -DORX_FIX=0 \
                    -DORX_SYS_STR=\"@ORX_SYS_STR@\" \
                    -DORX_CATDIR=\"$(catdir)\" \
-@@ -3170,7 +3170,7 @@
+@@ -4062,16 +4062,16 @@ install-exec-local:
  	echo $(DESTDIR) is destdir
  	echo $(prefix) is prefix
  	echo $(install_sh_PROGRAM)
 -	$(install_sh_SCRIPT) rexx.img $(DESTDIR)$(prefix)/bin/rexx.img
-+	$(install_sh_SCRIPT) rexx.img $(DESTDIR)$(datadir)/ooRexx/rexx.img
++	$(install_sh_SCRIPT) rexx.img $(DESTDIR)$(catdir)/rexx.img
  	if test -z "$(GENCAT)"; then \
  		echo "No rexx.cat to install"; \
  	else \
-@@ -3181,9 +3181,9 @@
- 	$(install_sh_SCRIPT) $(rexutils_dir)/rxftp.cls $(DESTDIR)$(prefix)/bin/rxftp.cls
- 	for a in $(samples_dir)/*.rex; do \
- 		bn=`basename $$a`; \
--		$(install_sh_SCRIPT) $$a $(DESTDIR)$(prefix)/share/ooRexx/$$bn; \
-+		$(install_sh_SCRIPT) $$a $(DESTDIR)$(datadir)/ooRexx/$$bn; \
- 	done;
--	$(install_sh_SCRIPT) $(samples_dir)/readme $(DESTDIR)$(prefix)/share/ooRexx/readme
-+	$(install_sh_SCRIPT) $(samples_dir)/readme $(DESTDIR)$(datadir)/ooRexx/readme
- 
- package:
- 	./rexx $(top_srcdir)/platform/unix/makepkg.rex @PACKAGETYPE@ $(ORX_MAJOR).$(ORX_MINOR).$(ORX_MOD_LVL) $(target) $(prefix) $(DESTDIR)
+ 		$(install_sh_SCRIPT) rexx.cat $(DESTDIR)$(catdir)/rexx.cat; \
+ 	fi
+ 	$(install_sh_SCRIPT) $(build_os_platform_dir)/oorexx-config $(DESTDIR)$(prefix)/bin/oorexx-config
+-	$(install_sh_SCRIPT) $(build_extensions_rxregexp_dir)/rxregexp.cls $(DESTDIR)$(prefix)/bin/rxregexp.cls
+-	$(install_sh_SCRIPT) $(build_extensions_rxftp_dir)/rxftp.cls $(DESTDIR)$(prefix)/bin/rxftp.cls
+-	$(install_sh_SCRIPT) $(build_extensions_rxsock_dir)/socket.cls $(DESTDIR)$(prefix)/bin/socket.cls
++	$(install_sh_SCRIPT) $(build_extensions_rxregexp_dir)/rxregexp.cls $(DESTDIR)$(catdir)/rxregexp.cls
++	$(install_sh_SCRIPT) $(build_extensions_rxftp_dir)/rxftp.cls $(DESTDIR)$(catdir)/rxftp.cls
++	$(install_sh_SCRIPT) $(build_extensions_rxsock_dir)/socket.cls $(DESTDIR)$(catdir)/socket.cls
+ 	if test "$(ORX_SYS_STR)" != "AIX"; then \
+ 		$(install_sh_SCRIPT) $(rexxapi_server_unix_dir)/rxapid $(DESTDIR)$(prefix)/bin/rxapid; \
+ 	fi


Index: oorexx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/F-10/oorexx.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- oorexx.spec	23 Feb 2008 09:02:34 -0000	1.10
+++ oorexx.spec	8 Aug 2009 17:02:49 -0000	1.11
@@ -1,17 +1,16 @@
 Name:           oorexx
-Version:        3.2.0
-Release:        4%{?dist}
+Version:        4.0.0
+Release:        1.4801%{?dist}
 Summary:        Open Object Rexx
 
 Group:          Development/Languages
 License:        CPL
 URL:            http://www.oorexx.org
-Source0:        http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}.tar.gz
-Source1:        http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-pdf.zip
+Source0:        http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-4801.source.tar.gz
+Source1:        http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-beta-pdf.zip
 Patch0:         oorexx-paths.patch
-Patch1:         oorexx-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExcludeArch:    x86_64 ppc64
+#ExcludeArch:    x86_64 ppc64
 
 
 %description
@@ -55,7 +54,6 @@ Header files and libraries for ooRexx.
 %setup -q -n ooRexx-%{version}
 unzip -qo %{SOURCE1}
 %patch0 -p1 -b .paths
-%patch1 -p1 -b .paths
 
 
 %build
@@ -70,8 +68,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec 
 rm -fr samples/**/.deps
 rm -f $RPM_BUILD_ROOT%{_datadir}/ooRexx/rexx.csh
 rm -f $RPM_BUILD_ROOT%{_datadir}/ooRexx/rexx.sh
-mv $RPM_BUILD_ROOT%{_bindir}/rxftp.cls $RPM_BUILD_ROOT%{_datadir}/ooRexx
-mv $RPM_BUILD_ROOT%{_bindir}/rxregexp.cls $RPM_BUILD_ROOT%{_datadir}/ooRexx
 chmod 0644 $RPM_BUILD_ROOT%{_datadir}/ooRexx/*
 
 # remove cruft
@@ -92,11 +88,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc CPLv1.0.txt readme.pdf
+%doc CPLv1.0.txt readme.pdf CHANGES
 %{_bindir}/rexx
 %{_bindir}/rexxc
-%{_bindir}/rxdelipc
-%{_bindir}/rxmigrate
+%{_bindir}/rexximage
+%{_bindir}/rxapi
+%{_bindir}/rxapid
 %{_bindir}/rxqueue
 %{_bindir}/rxsubcom
 %{_datadir}/ooRexx
@@ -106,12 +103,12 @@ rm -rf $RPM_BUILD_ROOT
 %files docs
 %defattr(-,root,root,-)
 %doc rexxpg.pdf rexxref.pdf rxftp.pdf rxmath.pdf rxsock.pdf
-%doc samples README.txt
+%doc samples ReleaseNotes
 
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/rexx.h
+%{_includedir}/*
 %{_libdir}/lib*.so
 %{_bindir}/oorexx-config
 
@@ -123,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug  8 2009 Gerard Milmeister <gemi at bluewin.ch> - 4.0.0-1.4801
+- new release 4.0.0
+
 * Sat Feb 23 2008 Gerard Milmeister <gemi at bluewin.ch> - 3.2.0-4
 - fix for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	30 Nov 2007 23:57:46 -0000	1.4
+++ sources	8 Aug 2009 17:02:49 -0000	1.5
@@ -1,2 +1,2 @@
-4a3220466acd13028311e3498efb306a  ooRexx-3.2.0.tar.gz
-3b02f3df1cd1d65a30b0139cf137908c  ooRexx-3.2.0-pdf.zip
+ddf8bcdf09b47511b598329a5da4184a  ooRexx-4.0.0-4801.source.tar.gz
+b5029eca42a75676cca05a544dc8a55f  ooRexx-4.0.0-beta-pdf.zip




More information about the fedora-extras-commits mailing list