rpms/libmatthew-java/devel .cvsignore, 1.2, 1.3 libmatthew-java.spec, 1.3, 1.4 sources, 1.2, 1.3 early_upstream.patch, 1.1, NONE

Omair Majid omajid at fedoraproject.org
Thu Sep 4 20:10:33 UTC 2008


Author: omajid

Update of /cvs/pkgs/rpms/libmatthew-java/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8302

Modified Files:
	.cvsignore libmatthew-java.spec sources 
Removed Files:
	early_upstream.patch 
Log Message:
* Thu Sep 4 2008 Omair Majid <omajid at redhat.com> 0.7.1-4
- Added -j1 to disable parallel build. Fixes the race condition that resulted 
  in class files of size 0
- Eliminated early_upstream.patch (patch was adapted by upstream)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libmatthew-java/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Jun 2008 19:52:15 -0000	1.2
+++ .cvsignore	4 Sep 2008 20:10:03 -0000	1.3
@@ -1 +1 @@
-libmatthew-java_0.7.1.orig.tar.gz
+libmatthew-java-0.7.1.tar.gz


Index: libmatthew-java.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libmatthew-java/devel/libmatthew-java.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libmatthew-java.spec	28 Aug 2008 19:47:44 -0000	1.3
+++ libmatthew-java.spec	4 Sep 2008 20:10:03 -0000	1.4
@@ -2,27 +2,26 @@
 
 Name:           libmatthew-java
 Version:        0.7.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A few useful Java libraries
 Group:          Development/Libraries
 License:        LGPLv2
 
 # actual upstream:
-#URL: http://matthew.ath.cx/projects/java/
-#Source0: http://matthew.ath.cx/projects/java/%{name}-%{version}.tar.gz
+URL: http://matthew.ath.cx/projects/java/
+Source0: http://matthew.ath.cx/projects/java/%{name}-%{version}.tar.gz
 
 # upstream author is also the debian maintainer for this package.
 # he gets newer releases into debian before he puts them up on
 # the upstream website. so we use the "original" source from debian
 # (ie, the source before debian patches are applied to it)
-URL:            http://packages.debian.org/source/sid/%{name}
-Source0:        http://ftp.de.debian.org/debian/pool/main/libm/%{name}/%{name}_%{version}.orig.tar.gz
-Patch0:         early_upstream.patch
-Patch1:         install_doc.patch
-Patch2:         jpackage_compliance.patch
-Patch3:         classpath_fix.patch
-Patch4:         openjdk.patch
-Patch5:         makefile.patch
+#URL:            http://packages.debian.org/source/sid/%{name}
+#Source0:        http://ftp.de.debian.org/debian/pool/main/libm/%{name}/%{name}_%{version}.orig.tar.gz
+Patch0:         install_doc.patch
+Patch1:         jpackage_compliance.patch
+Patch2:         classpath_fix.patch
+Patch3:         openjdk.patch
+Patch4:         makefile.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -72,15 +71,14 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 # this patch adds a system dependent path, so we fix it before
 # applying the patch
-sed -e 's|@JNIPATH@|%{_libdir}/%{name}|' %{PATCH2} | patch -p1 
+sed -e 's|@JNIPATH@|%{_libdir}/%{name}|' %{PATCH1} | patch -p1 
 
+%patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 
 %build
@@ -88,7 +86,8 @@
     CFLAGS='%{optflags}'\
     GCJFLAGS='%{optflags}' \
     LDFLAGS='%{optflags}' \
-    PPFLAGS='%{optflags}'
+    PPFLAGS='%{optflags}' \
+    -j1
 
 
 %install
@@ -142,6 +141,11 @@
 
 
 %changelog
+* Thu Sep 4 2008 Omair Majid <omajid at redhat.com> 0.7.1-4
+- Added -j1 to disable parallel build. Fixes the race condition that resulted 
+  in class files of size 0
+- Eliminated early_upstream.patch (patch was adapted by upstream)
+
 * Thu Aug 28 2008 Omair Majid <omajid at redhat.com> 0.7.1-3
 - Created new patches that dont cause fuzz when patching.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libmatthew-java/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Jun 2008 19:52:15 -0000	1.2
+++ sources	4 Sep 2008 20:10:03 -0000	1.3
@@ -1 +1 @@
-d6145d37c6d289713d68c5745eab23af  libmatthew-java_0.7.1.orig.tar.gz
+6a4db221129f230c64a0f937d00bb703  libmatthew-java-0.7.1.tar.gz


--- early_upstream.patch DELETED ---




More information about the fedora-extras-commits mailing list