[osutil/f13/master] - Cleaned up the spec file. - Re-added the changelog history.

kwright kwright at fedoraproject.org
Thu Jan 6 23:28:50 UTC 2011


commit 3dec7e08acbf871600a2403dc71a9436c7b1196a
Author: Kevin Wright <kwright at redhat.com>
Date:   Thu Jan 6 15:28:40 2011 -0800

    - Cleaned up the spec file.
    - Re-added the changelog history.

 clog        |    3 ++-
 osutil.spec |   57 ++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 38 insertions(+), 22 deletions(-)
---
diff --git a/clog b/clog
index ff97fe4..92069fb 100644
--- a/clog
+++ b/clog
@@ -1 +1,2 @@
-- Initial revision. (kwright at redhat.com & mharmsen at redhat.com)
+- Cleaned up the spec file.
+- Re-added the changelog history.
diff --git a/osutil.spec b/osutil.spec
index 7c06576..fc121f2 100644
--- a/osutil.spec
+++ b/osutil.spec
@@ -1,23 +1,6 @@
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-#
-# (C) 2010 Red Hat, Inc.
-# All rights reserved.
-# END COPYRIGHT BLOCK
-
 Name:             osutil
 Version:          2.0.0
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Operating System Utilities JNI Package
 URL:              http://pki.fedoraproject.org/
 License:          GPLv2
@@ -38,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 ppc64
+%endif
+
+
 %description
 The Operating System Utilities Java Native Interface (JNI) package
 supplies various native operating system operations to Java programs.
@@ -78,11 +67,37 @@ cd %{buildroot}%{_jnidir}
 %defattr(-,root,root,-)
 %doc LICENSE
 %{_jnidir}/osutil.jar
-%dir %{_libdir}/osutil
-%{_libdir}/osutil/*
+%{_libdir}/osutil/
 
 
 %changelog
+* Thu Jan 6 2011 Kevin Wright <kwright at redhat.com> 2.0.0-2
+- Cleaned up the spec file.
+- Re-added the changelog history.
+
 * Wed Dec 1 2010 Matthew Harmsen <mharmsen at redhat.com> 2.0.0-1
-- Initial revision. (kwright at redhat.com & mharmsen at redhat.com)
+- Initial 2.0 revision. (kwright at redhat.com & mharmsen at redhat.com)
+
+* 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
+
+* Fri Oct 30 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-3
+- Bugzilla Bug #521983 -  New package for Dogtag PKI: osutil
+- Removed LICENSE logic from installation section
+- Take ownership of library directory
+
+* Tue Oct 27 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-2
+- Bugzilla Bug #521983 -  New package for Dogtag PKI: osutil
+- Complied with Fedora JNI packaging logic
+
+* Thu Oct 8 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-1
+- Bugzilla Bug #521983 -  New package for Dogtag PKI: osutil
+
 


More information about the scm-commits mailing list