rpms/osutil/EL-5 import.log,1.2,1.3 osutil.spec,1.4,1.5

kwright kwright at fedoraproject.org
Tue Feb 2 18:55:56 UTC 2010


Author: kwright

Update of /cvs/pkgs/rpms/osutil/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21004/EL-5

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


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/osutil/EL-5/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	5 Jan 2010 02:59:31 -0000	1.2
+++ import.log	2 Feb 2010 18:55:55 -0000	1.3
@@ -1,2 +1,3 @@
 osutil-1_3_1-1_el5:EL-5:osutil-1.3.1-1.el5.src.rpm:1262652935
 osutil-1_3_1-1_el5_1:EL-5:osutil-1.3.1-1.el5.1.src.rpm:1262659237
+osutil-1_3_1-3_el5:EL-5:osutil-1.3.1-3.el5.src.rpm:1265136897


Index: osutil.spec
===================================================================
RCS file: /cvs/pkgs/rpms/osutil/EL-5/osutil.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- osutil.spec	5 Jan 2010 02:59:31 -0000	1.4
+++ osutil.spec	2 Feb 2010 18:55:56 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           osutil
 Version:        1.3.1
-Release:        1%{?dist}.1
+Release:        3%{?dist}
 Summary:        Operating System Utilities JNI Package
 URL:            http://pki.fedoraproject.org/
 License:        GPLv2
@@ -19,12 +19,13 @@ Requires:       java >= 1:1.6.0
 Requires:       jpackage-utils
 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
 
-Source0:        http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz
 
 %description
 The Operating System Utilities Java Native Interface (JNI) package
@@ -45,7 +46,7 @@ ant \
     --enable-64bit \
 %endif
     --libdir=%{_libdir}
-make
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -72,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