rpms/osutil/F-12 import.log,1.1,1.2 osutil.spec,1.2,1.3

kwright kwright at fedoraproject.org
Tue Feb 2 18:41:19 UTC 2010


Author: kwright

Update of /cvs/pkgs/rpms/osutil/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19141/F-12

Modified Files:
	import.log osutil.spec 
Log Message:
respin for 521983


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/osutil/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	25 Dec 2009 08:31:17 -0000	1.1
+++ import.log	2 Feb 2010 18:41:19 -0000	1.2
@@ -1 +1,2 @@
 osutil-1_3_1-1_fc12:F-12:osutil-1.3.1-1.fc12.src.rpm:1261729832
+osutil-1_3_1-3_fc12:F-12:osutil-1.3.1-3.fc12.src.rpm:1265136058


Index: osutil.spec
===================================================================
RCS file: /cvs/pkgs/rpms/osutil/F-12/osutil.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- osutil.spec	25 Dec 2009 08:31:17 -0000	1.2
+++ osutil.spec	2 Feb 2010 18:41:19 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           osutil
 Version:        1.3.1
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Operating System Utilities JNI Package
 URL:            http://pki.fedoraproject.org/
 License:        GPLv2
@@ -21,6 +21,12 @@ Requires:       nss >= 3.12.3.99
 
 Source0:        http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz
 
+%if 0%{?rhel}
+#rhel has no java on ppc
+ExcludeArch:    ppc
+%endif
+
+
 %description
 The Operating System Utilities Java Native Interface (JNI) package
 supplies various native operating system operations to Java programs.
@@ -40,7 +46,7 @@ ant \
     --enable-64bit \
 %endif
     --libdir=%{_libdir}
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -67,6 +73,12 @@ rm -rf %{buildroot}
 %{_libdir}/%{name}/
 
 %changelog
+* Mon Feb 01 2010 Kevin Wright <kwright at redhat.com> 1.3.1-3
+- no java on rhel ppc
+
+* Fri Jan 29 2010 Matthew Harmsen <mharmsen at redhat.com> 1.3.1-2
+- Applied %%{?_smp_mflags} option to 'make'
+
 * Mon Dec 14 2009 Kevin Wright <kwright at redhat.com> 1.3.1-1
 - Removed BuildRequires bash
 - Removed 'with exceptions' from License



More information about the scm-commits mailing list