diff --git a/.cvsignore b/.cvsignore index fed8510..5f054eb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/bsf.spec b/bsf.spec index 7d0ee2d..6f4a60e 100644 --- a/bsf.spec +++ b/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 +- Remove jarfiles and zipfiles from the tarball. + * Thu Jun 2 2005 Gary Benson - Build without Jython or Rhino for now. - Build with servletapi5. diff --git a/sources b/sources index 0d69bb8..46f5b5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78bae3747ca5734bb7554eed6868b7da bsf-src-2.3.0.tar.gz +312b60dbc9b570f8c93ccfea49de8940 bsf-src-2.3.0-RHCLEAN.tar.bz2