rpms/bsf/devel bsf.spec,1.5,1.6 sources,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 21 12:43:07 UTC 2005


Author: gbenson

Update of /cvs/dist/rpms/bsf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6632

Modified Files:
	bsf.spec sources 
Log Message:
Remove classes and tarballs from the tarball too


Index: bsf.spec
===================================================================
RCS file: /cvs/dist/rpms/bsf/devel/bsf.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bsf.spec	15 Jun 2005 11:29:58 -0000	1.5
+++ bsf.spec	21 Jun 2005 12:43:05 -0000	1.6
@@ -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 @@
 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 @@
 %ghost %{_javadocdir}/%{name}
 
 %changelog
+* Tue Jun 21 2005 Gary Benson <gbenson at redhat.com> 0:2.3.0-6jpp_2fc
+- Remove classes and tarballs from the tarball too.
+
 * Wed Jun 15 2005 Gary Benson <gbenson at redhat.com> 0:2.3.0-6jpp_1fc
 - Build into Fedora.
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/bsf/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Jun 2005 17:00:36 -0000	1.3
+++ sources	21 Jun 2005 12:43:05 -0000	1.4
@@ -1 +1 @@
-312b60dbc9b570f8c93ccfea49de8940  bsf-src-2.3.0-RHCLEAN.tar.bz2
+2a752da431f76047aae887e587f62946  bsf-src-2.3.0-RHCLEAN.tar.bz2




More information about the fedora-cvs-commits mailing list