OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Mar-2005 19:03:06
Branch: HEAD Handle: 2005030818030600
Modified files:
openpkg-src/j2se14 j2se14.spec
Log:
one more case where we have to check for Solaris 10
Summary:
Revision Changes Path
1.39 +2 -2 openpkg-src/j2se14/j2se14.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/j2se14/j2se14.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 j2se14.spec
--- openpkg-src/j2se14/j2se14.spec 25 Feb 2005 10:57:43 -0000 1.38
+++ openpkg-src/j2se14/j2se14.spec 8 Mar 2005 18:03:06 -0000 1.39
@@ -40,7 +40,7 @@
Group: Language
License: Commercial
Version: %{V_openpkg}
-Release: 20050225
+Release: 20050308
# package options
%option with_demo no
@@ -145,7 +145,7 @@
echo "yes" | sh $suppfile \
>$RPM_BUILD_ROOT%{l_prefix}/share/j2se14/COPYING.64
;;
- i?86-sunos5.[6-9]* )
+ i?86-sunos5.[6-9]* | sun4u-sunos5.10 )
echo "yes" | sh $pkgfile \
>$RPM_BUILD_ROOT%{l_prefix}/share/j2se14/COPYING.32
;;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]