SPECS: netrexx.spec - correct line endings - add classpath so it a...

aredridel aredridel at pld-linux.org
Wed Apr 4 19:22:16 CEST 2007


Author: aredridel                    Date: Wed Apr  4 17:22:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- correct line endings
- add classpath so it actually runs

---- Files affected:
SPECS:
   netrexx.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/netrexx.spec
diff -u SPECS/netrexx.spec:1.4 SPECS/netrexx.spec:1.5
--- SPECS/netrexx.spec:1.4	Tue Feb 13 08:16:49 2007
+++ SPECS/netrexx.spec	Wed Apr  4 19:22:11 2007
@@ -8,6 +8,7 @@
 Group:		Development/Languages/Java
 Source0:	http://www-306.ibm.com/software/awdtools/netrexx/NetRexx.zip
 # Source0-md5:	07622f619758b83d593a127f4a2542f1
+Patch0:	%{name}-classpath.patch
 URL:		http://www2.hursley.ibm.com/netrexx/
 BuildRequires:	unzip
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,6 +28,10 @@
 
 %prep
 %setup -q -n NetRexx
+%patch0 -p1
+
+%build
+find '(' -name '*.sh' -o -name 'nrc' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +55,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/04/04 17:22:11  aredridel
+- correct line endings
+- add classpath so it actually runs
+
 Revision 1.4  2007/02/13 07:16:49  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/netrexx.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list