[jpackage-utils] Disable empty -debuginfo package.

Ville Skyttä scop at fedoraproject.org
Tue Jul 5 18:49:19 UTC 2011


commit c1dcac9e6014781d16acc35e41788625bf2cb46e
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Jul 5 21:49:04 2011 +0300

    Disable empty -debuginfo package.

 jpackage-utils.spec |   57 +++++++++++++++++++++++++++-----------------------
 1 files changed, 31 insertions(+), 26 deletions(-)
---
diff --git a/jpackage-utils.spec b/jpackage-utils.spec
index 1a99a61..564860a 100644
--- a/jpackage-utils.spec
+++ b/jpackage-utils.spec
@@ -34,9 +34,11 @@
 
 %global fj_version 0.2.3
 
+%global debug_package %{nil}
+
 Name:           jpackage-utils
 Version:        1.7.5
-Release:        10%{?dist}
+Release:        11%{?dist}
 Epoch:          0
 Summary:        JPackage utilities
 License:        BSD
@@ -236,6 +238,9 @@ EOF
 
 
 %changelog
+* Tue Jul  5 2011 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.5-11
+- Disable empty -debuginfo package.
+
 * Mon Jul  4 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:1.7.5-10
 - Add javajnidir resolving to build-classpath script family
 
@@ -319,7 +324,7 @@ EOF
 - Update IcedTea references to OpenJDK.
 - Resolves: rhbz#440092
 
-* Tue Apr  1 2008 Ville Skyttä <scop at jpackage.org> - 0:1.7.5-1jpp
+* Tue Apr  1 2008 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.5-1jpp
 - Workaround a possible sed bug (or my misunderstanding of it?) in
   find_jvm unversioned fallback code.
 
@@ -344,7 +349,7 @@ EOF
 * Fri Jan 04 2008 Ralph Apel <r.apel at r-apel.de> - 0:1.7.4-2jpp
 - Fix Bug 293
 
-* Wed Dec 19 2007 Ville Skyttä <scop at jpackage.org> - 0:1.7.4-1jpp
+* Wed Dec 19 2007 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.4-1jpp
 - Terminate functions with %%{nil} in macros.jpackage.
 - Make %%jpackage_script install the script with 0755 permissions.
 - Use exec in java-functions' run().
@@ -365,7 +370,7 @@ EOF
 - Change release numbering format to Xjpp.Y.fc7.
 - Resolves: rhbz#218936
 
-* Sat Nov 11 2006 Ville Skyttä <scop at jpackage.org> - 0:1.7.3-1jpp
+* Sat Nov 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 0:1.7.3-1jpp
 - Add Java 1.6.0 dirs.
 
 * Mon Oct 23 2006 Deepak Bhole <dbhole at redhat.com> 1.7.2-1jpp
@@ -434,7 +439,7 @@ EOF
     /etc/.java/.systemPrefs, or create an empty one if not, and
     symlink to it from %%{_jvmcommonsysconfdir}/java/jre/systemprefs.
 
-* Sat Dec  4 2004 Ville Skyttä <scop at jpackage.org> - 0:1.6.1-1jpp
+* Sat Dec  4 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.6.1-1jpp
 - java-functions (set_jvm_dirs): try "java -fullversion" before
   "java -version" for performance, improve regexps, use sed from $PATH.
 - Include correct specfile in tarball.
@@ -442,7 +447,7 @@ EOF
 * Tue Nov 2 2004 Nicolas Mailhot <nim at jpackage.org> - 0:1.6.0-2jpp
 - fix missing %%{_jnidir} in file list
 
-* Tue Oct 12 2004 Ville Skyttä <scop at jpackage.org> - 0:1.6.0-1jpp
+* Tue Oct 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.6.0-1jpp
 - Start preparing for JPackage 1.6:
   - License change: jpackage-utils >= 1.6.0 is available under the (BSD-like)
     JPackage License.  See included LICENSE.txt.
@@ -454,7 +459,7 @@ EOF
 * Sun Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:1.5.38-2jpp
 - Rebuild with ant-1.6.2
 
-* Mon Jun  7 2004 Ville Skyttä <scop at jpackage.org> - 0:1.5.38-1jpp
+* Mon Jun  7 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.38-1jpp
 - Update java_home.list with Sun's default 1.5.0beta2 location.
 - Nuke extra copy of java.conf from tarball.
 
@@ -462,7 +467,7 @@ EOF
 - add the --preserve-naming switch to build-jar-repository, and document it
   (following a discussion with Chip Turner)
 
-* Thu May  6 2004 Ville Skyttä <scop at jpackage.org> - 0:1.5.36-1jpp
+* Thu May  6 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.36-1jpp
 - Fix bootstrap problem by ensuring that build time macro expansion for
   %%{_sysconfdir}/java.conf uses macros defined in this package and does not
   rely on the macros being already defined.
@@ -471,42 +476,42 @@ EOF
 * Tue May 04 2004 David Walluck <david at jpackage.org> 0:1.5.35-1jpp
 - expand macros in %%{_sysconfdir}/java.conf
 
-* Fri Mar 26 2004 Ville Skyttä <scop at jpackage.org> - 0:1.5.34-1jpp
+* Fri Mar 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.34-1jpp
 - Update java_home.list with Sun's default 1.4.2_04, 1.4.1_07, 1.3.1_10
   and 1.3.1_11 locations.
 
 * Tue Feb 09 2004 David Walluck <david at anti-microsoft.org> 0:1.5.33-1jpp
 - update for J2SE 1.5.0 Beta 1
 
-* Tue Jan 13 2004 Ville Skyttä <scop at jpackage.org> - 0:1.5.32-1jpp
+* Tue Jan 13 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.32-1jpp
 - Fix java-functions location in diff-jars.
 - Add (X)Emacs mode cookies to java.conf and java-functions.
 - Micro-performance improvement to set_javacmd.
 - Insert macros.jpackage before anything starting with "~/" in rpmrc's.
 - Include example httpd.conf snippet for javadocs.
 
-* Mon Dec 29 2003 Ville Skyttä <scop at jpackage.org> - 0:1.5.31-1jpp
+* Mon Dec 29 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.31-1jpp
 - Update java_home.list with Sun's default 1.4.2_03, 1.4.1_06 and 1.4.0_04
   locations.
 
 * Thu Nov 13 2003 Nicolas Mailhot <Nicolas.Mailhot at laPoste.net> - 0:1.5.30-1jpp
 - Add a minimalist xfonset entry to the default font.properties
 
-* Tue Oct 21 2003 Ville Skyttä <scop at jpackage.org> - 0:1.5.29-1jpp
+* Tue Oct 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.29-1jpp
 - Update java_home.list with Sun's default 1.4.2_02 and 1.4.1_05 locations.
 
-* Fri Oct 17 2003 Ville Skyttä <scop at jpackage.org> - 0:1.5.28-1jpp
+* Fri Oct 17 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.28-1jpp
 - Make package bootstrappable, thanks to Markus Pilzecker for ideas.
 
-* Sun Aug 31 2003 Ville Skyttä <scop at jpackage.org> - 0:1.5.27-1jpp
+* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.27-1jpp
 - Update jpackage-1.5-policy wrt. jvm-private and speling fixxes.
 
-* Sat Aug 30 2003 Ville Skyttä <scop at jpackage.org> - 0:1.5.26-1jpp
+* Sat Aug 30 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.26-1jpp
 - Add %%{_jvmprivdir} (== %%{_libdir}/jvm-private), a directory for
   JVM-private stuff (eg. JCE policy jars).
 - Update java_home.list with Sun's default 1.4.2_01 location.
 
-* Thu Aug 14 2003 Ville Skyttä <scop at jpackage.org> - 0:1.5.25-1jpp
+* Thu Aug 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.5.25-1jpp
 - Update java_home.list.
 - Save .spec in UTF-8.
 
@@ -649,7 +654,7 @@ EOF
   out, but I would still like to get some feedback about how it looks so far)
 
 * Sun Jan 26 2003 David Walluck <david at anti-microsoft.org> 1.4.4-1jpp
-- fix exiting on failed `which` (Ville Skyttä <scop at jpackage.org>)
+- fix exiting on failed `which` (Ville Skyttä <ville.skytta at iki.fi>)
 
 * Sun Jan 26 2003 David Walluck <david at anti-microsoft.org> 1.4.3-2jpp
 - fix release tag in %%changelog
@@ -664,7 +669,7 @@ EOF
 - changed to use install instead of mkdir and cp
 - remove %%attr and rely on install to set the permissions instead
 
-* Sat Jan 25 2003 Ville Skyttä <scop at jpackage.org> - 1.4.2-1jpp
+* Sat Jan 25 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.4.2-1jpp
 - java-functions changes:
   + Prevent non-success exit code from "which" in set_jvm, it can now
     be used when building RPMs.
@@ -672,29 +677,29 @@ EOF
   + Use set_javacmd and $JAVACMD in run.
 - Fix Group tag.
 
-* Sat Dec 28 2002 Ville Skyttä <scop at jpackage.org> - 1.4.1-1jpp
+* Sat Dec 28 2002 Ville Skyttä <ville.skytta at iki.fi> - 1.4.1-1jpp
 - Add Sun's 1.4.0_03 and BEA JRockit 7.0SP1 default RPM locations.
 
-* Thu Nov 21 2002 Ville Skyttä <scop at jpackage.org> - 1.4-1jpp
+* Thu Nov 21 2002 Ville Skyttä <ville.skytta at iki.fi> - 1.4-1jpp
 - Fix diff-jars when diffing 2 jars with same basename (#635202).
 - Add IBM's 1.4 default RPM location to jvm.list.
 
-* Fri Nov  8 2002 Ville Skyttä <scop at jpackage.org> - 1.3-6jpp
+* Fri Nov  8 2002 Ville Skyttä <ville.skytta at iki.fi> - 1.3-6jpp
 - Add Sun's 1.3.1_06 default RPM location.
 
-* Sat Oct 19 2002 Ville Skyttä <scop at jpackage.org> 1.3-5jpp
+* Sat Oct 19 2002 Ville Skyttä <ville.skytta at iki.fi> 1.3-5jpp
 - Add Sun's 1.4.1_01 and 1.3.1_05 default RPM locations.
 
-* Tue Sep 17 2002 Ville Skyttä <scop at jpackage.org> 1.3-4jpp
+* Tue Sep 17 2002 Ville Skyttä <ville.skytta at iki.fi> 1.3-4jpp
 - Add Sun's 1.4.1 default rpm location.
 
-* Thu Sep 12 2002 Ville Skyttä <scop at jpackage.org> 1.3-3jpp
+* Thu Sep 12 2002 Ville Skyttä <ville.skytta at iki.fi> 1.3-3jpp
 - Add Sun's 1.4.0_02 and new BEA JRockit locations.
 
-* Sat Jun 29 2002 Ville Skyttä <scop at jpackage.org> 1.3-2jpp
+* Sat Jun 29 2002 Ville Skyttä <ville.skytta at iki.fi> 1.3-2jpp
 - Add section macro.
 
-* Sat Jun 29 2002 Ville Skyttä <scop at jpackage.org> 1.3-1jpp
+* Sat Jun 29 2002 Ville Skyttä <ville.skytta at iki.fi> 1.3-1jpp
 - Add some variants of Sun J2SE java homes as well as JRockit.
 - Add Distribution tag.
 


More information about the scm-commits mailing list