Accepting request 18753 from Java:packages
Copy from Java:packages/bsf based on submit request 18753 from user mlschroe OBS-URL: https://build.opensuse.org/request/show/18753 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bsf?expand=0&rev=5
This commit is contained in:
parent
643b5023b5
commit
1247267ee2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
||||||
|
|
||||||
|
- make patch0 usage consistent
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 4 06:35:09 UTC 2009 - mvyskocil@suse.cz
|
Tue Aug 4 06:35:09 UTC 2009 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
4
bsf.spec
4
bsf.spec
@ -31,7 +31,7 @@ BuildRequires: servletapi4
|
|||||||
BuildRequires: xalan-j2
|
BuildRequires: xalan-j2
|
||||||
BuildRequires: xml-commons-apis
|
BuildRequires: xml-commons-apis
|
||||||
Version: 2.3.0
|
Version: 2.3.0
|
||||||
Release: 322
|
Release: 323
|
||||||
Summary: Bean Scripting Framework
|
Summary: Bean Scripting Framework
|
||||||
License: Apache Software License ..
|
License: Apache Software License ..
|
||||||
Url: http://jakarta.apache.org/bsf/
|
Url: http://jakarta.apache.org/bsf/
|
||||||
@ -101,7 +101,7 @@ find . -name "*.jar" -exec %{__rm} -f {} \;
|
|||||||
%{__rm} -fr bsf
|
%{__rm} -fr bsf
|
||||||
tag=`echo %{name}-%{version}-%{release} | sed 's|\.|_|g'`
|
tag=`echo %{name}-%{version}-%{release} | sed 's|\.|_|g'`
|
||||||
sed -i "s/@TAG@/$tag/g" %{SOURCE1}
|
sed -i "s/@TAG@/$tag/g" %{SOURCE1}
|
||||||
%patch0 -b .disable-rhino
|
%patch -b .disable-rhino
|
||||||
|
|
||||||
%build
|
%build
|
||||||
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
|
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
|
||||||
|
Loading…
Reference in New Issue
Block a user