Remove jarfiles and zipfiles from the tarball
This commit is contained in:
parent
b7d15928c6
commit
591948a087
@ -1,4 +1,4 @@
|
||||
bsf-src-2.3.0.tar.gz
|
||||
bsf-src-2.3.0-RHCLEAN.tar.bz2
|
||||
bsf-2.3.0
|
||||
noarch
|
||||
*.src.rpm
|
||||
|
6
bsf.spec
6
bsf.spec
@ -11,7 +11,7 @@ Summary: Bean Scripting Framework
|
||||
License: Apache License
|
||||
Url: http://jakarta.apache.org/bsf/
|
||||
Group: Development/Libraries/Java
|
||||
Source0: http://jakarta.apache.org/builds/jakarta-%{name}/dev/v%{version}/src/%{name}-src-%{version}.tar.gz
|
||||
Source0: %{name}-src-%{version}-RHCLEAN.tar.bz2
|
||||
Patch1: bsf-javac.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: servletapi5
|
||||
@ -58,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%patch1 -p1
|
||||
# remove all binary libs
|
||||
find . -name "*.jar" -exec rm -f {} \;
|
||||
find . -name "*.zip" -exec rm -f {} \;
|
||||
rmdir $RPM_BUILD_DIR/bsf
|
||||
|
||||
%build
|
||||
@ -110,6 +111,9 @@ fi
|
||||
%ghost %{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Jun 8 2005 Gary Benson <gbenson@redhat.com>
|
||||
- Remove jarfiles and zipfiles from the tarball.
|
||||
|
||||
* Thu Jun 2 2005 Gary Benson <gbenson@redhat.com>
|
||||
- Build without Jython or Rhino for now.
|
||||
- Build with servletapi5.
|
||||
|
Loading…
Reference in New Issue
Block a user