rpms/jakarta-commons-lang/devel .cvsignore, 1.4, 1.5 jakarta-commons-lang.spec, 1.8, 1.9 sources, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 13 22:25:02 UTC 2005


Author: jkeating

Update of /cvs/dist/rpms/jakarta-commons-lang/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24258

Modified Files:
	.cvsignore jakarta-commons-lang.spec sources 
Log Message:
patch to not use target=


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/jakarta-commons-lang/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	21 Jun 2005 14:13:42 -0000	1.4
+++ .cvsignore	13 Dec 2005 22:24:59 -0000	1.5
@@ -2,3 +2,4 @@
 commons-lang-2.0-src
 noarch
 *.src.rpm
+jakarta-commons-lang-notarget.patch


Index: jakarta-commons-lang.spec
===================================================================
RCS file: /cvs/dist/rpms/jakarta-commons-lang/devel/jakarta-commons-lang.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- jakarta-commons-lang.spec	13 Dec 2005 20:14:26 -0000	1.8
+++ jakarta-commons-lang.spec	13 Dec 2005 22:24:59 -0000	1.9
@@ -5,7 +5,7 @@
 
 Name:           %{name}
 Version:        2.0
-Release: 2jpp_2fc.1.1
+Release: 2jpp_2fc.2
 Epoch:          0
 Summary:        Jakarta Commons Lang Package
 License:        Apache Software License
@@ -13,6 +13,7 @@
 URL:            http://jakarta.apache.org/commons/lang.html
 Source0:        commons-lang-2.0-src-RHCLEAN.tar.bz2
 Patch0:         %{name}-crosslink.patch
+Patch1:         %{name}-notarget.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 BuildArch:      noarch
@@ -42,6 +43,7 @@
 %prep
 %setup -q -n %{short_name}-%{version}-src
 %patch0 -p0
+%patch1 -p0
 # remove all binary libs
 find . -name "*.jar" -exec rm -f {} \;
 
@@ -89,6 +91,9 @@
 
 
 %changelog
+* Tue Dec 13 2005 Jesse Keating <jkeating at redhat.com> - 0:2.0-2jpp_2fc.2
+- Patched to not use taget= in build.xml
+
 * Tue Dec 13 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt for new gcj
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/jakarta-commons-lang/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 Jun 2005 14:13:42 -0000	1.3
+++ sources	13 Dec 2005 22:24:59 -0000	1.4
@@ -1 +1,2 @@
 50922cf152ffd561f6b43d31e3265d8f  commons-lang-2.0-src-RHCLEAN.tar.bz2
+c03cad3778fef1820f33483ca4016a5e  jakarta-commons-lang-notarget.patch




More information about the fedora-cvs-commits mailing list