rpms/oro/devel .cvsignore,1.3,1.4 oro.spec,1.6,1.7 sources,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 28 08:57:51 UTC 2005


Author: gbenson

Update of /cvs/dist/rpms/oro/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31481

Modified Files:
	.cvsignore oro.spec sources 
Log Message:
Remove classes and jarfiles from the tarball


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/oro/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	7 Oct 2004 13:55:30 -0000	1.3
+++ .cvsignore	28 Jun 2005 08:57:49 -0000	1.4
@@ -1,4 +1,4 @@
-jakarta-oro-2.0.8.tar.gz
+jakarta-oro-2.0.8-RHCLEAN.tar.bz2
 jakarta-oro-2.0.8
 noarch
 *.src.rpm


Index: oro.spec
===================================================================
RCS file: /cvs/dist/rpms/oro/devel/oro.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- oro.spec	4 Nov 2004 17:54:34 -0000	1.6
+++ oro.spec	28 Jun 2005 08:57:49 -0000	1.7
@@ -1,7 +1,7 @@
 %define name		oro
 %define full_name	jakarta-%{name}
 %define version		2.0.8
-%define release		1jpp_2fc
+%define release		1jpp_3fc
 %define section		free
 
 Name:           %{name}
@@ -11,13 +11,11 @@
 Summary:        Full regular expressions API
 License:        Apache License
 Group:          Development/Java
-Source0:        %{full_name}-%{version}.tar.gz
+Source0:        %{full_name}-%{version}-RHCLEAN.tar.bz2
 URL:            http://jakarta.apache.org/%{name}
 BuildRequires:  ant, jpackage-utils > 1.4
 Buildarch:      noarch
 Buildroot:      %{_tmppath}/%{name}-%{version}-buildroot
-#Vendor:         JPackage Project
-#Distribution:   JPackage
 
 %description
 The Jakarta-ORO Java classes are a set of text-processing Java classes
@@ -42,6 +40,7 @@
 %setup -q -n %{full_name}-%{version}
 # remove all binary libs
 find . -name "*.jar" -exec rm -f {} \;
+find . -name "*.class" -exec rm -f {} \;
 # remove all CVS files
 for dir in `find . -type d -name CVS`; do rm -rf $dir; done
 for file in `find . -type f -name .cvsignore`; do rm -rf $file; done
@@ -72,6 +71,9 @@
 %{_javadocdir}/%{name}-%{version}
 
 %changelog
+* Tue Jun 28 2005 Gary Benson <gbenson at redhat.com> 2.0.8-1jpp_3fc
+- Remove classes and jarfiles from the tarball.
+
 * Thu Nov  4 2004 Gary Benson <gbenson at redhat.com> 2.0.8-1jpp_2fc
 - Build into Fedora.
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/oro/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Sep 2004 09:44:28 -0000	1.2
+++ sources	28 Jun 2005 08:57:49 -0000	1.3
@@ -1 +1 @@
-6f7690c6ba9750e3cbb8ebd10078a79a  jakarta-oro-2.0.8.tar.gz
+f8a0d82929a2bd053ba309b01c17ba27  jakarta-oro-2.0.8-RHCLEAN.tar.bz2




More information about the fedora-cvs-commits mailing list