Remove classes and tarballs from the tarball too

This commit is contained in:
gbenson 2005-06-21 12:43:05 +00:00
parent 3f4a20cc14
commit 81d39e4c12
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
%define name bsf
%define version 2.3.0
%define release 6jpp_1fc
%define release 6jpp_2fc
%define section free
Name: %{name}
@ -53,12 +53,13 @@ Group: Development/Documentation
Javadoc for %{name}.
%prep
rm -rf $RPM_BUILD_ROOT
%setup -q
%patch1 -p1
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
find . -name "*.zip" -exec rm -f {} \;
find . -name "*.class" -exec rm -f {} \;
find . -name "*.tar.gz" -exec rm -f {} \;
rmdir $RPM_BUILD_DIR/bsf
%build
@ -111,6 +112,9 @@ fi
%ghost %{_javadocdir}/%{name}
%changelog
* Tue Jun 21 2005 Gary Benson <gbenson@redhat.com> 0:2.3.0-6jpp_2fc
- Remove classes and tarballs from the tarball too.
* Wed Jun 15 2005 Gary Benson <gbenson@redhat.com> 0:2.3.0-6jpp_1fc
- Build into Fedora.

View File

@ -1 +1 @@
312b60dbc9b570f8c93ccfea49de8940 bsf-src-2.3.0-RHCLEAN.tar.bz2
2a752da431f76047aae887e587f62946 bsf-src-2.3.0-RHCLEAN.tar.bz2