[RPM (6.0)] [DIST generic] dsiutils-1.0.10-2.jpp6

Ralph Apel <[email protected]>
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : dsiutils                     Relocations: (not relocatable)
Version     : 1.0.10                            Vendor: JPackage Project
Release     : 2.jpp6                        Build Date: Sun 05 Aug 2012 02:30:44 PM CEST
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries/Java    Source RPM: (none)
Size        : 273559                           License: LGPL
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://dsiutils.dsi.unimi.it/
Summary     : Miscellanous utilities from DSI
Description :
The DSI utilities are a mish mash of classes accumulated during the last
ten years in projects developed at the DSI (Dipartimento di Scienze
dell'Informazione, e.g., Information Sciences Department) of the Università
degli Studi di Milano.

---------------
Ralph Apel <[email protected]> 0:1.0.10-2
- Rebuild for JPP-6
---------------
dsiutils.src: W: specfile-error /usr/bin/build-classpath: error: Could not find fastutil5 Java extension for this JVM
dsiutils.src: W: specfile-error /usr/bin/build-classpath: error: Could not find colt Java extension for this JVM
dsiutils.src: W: specfile-error /usr/bin/build-classpath: error: Could not find jsap Java extension for this JVM
dsiutils.src: W: specfile-error /usr/bin/build-classpath: error: Could not find junit Java extension for this JVM
dsiutils.src: W: specfile-error /usr/bin/build-classpath: error: Could not find log4j Java extension for this JVM
dsiutils.src: W: specfile-error /usr/bin/build-classpath: error: Could not find jakarta-commons-lang Java extension for this JVM
dsiutils.src: W: specfile-error /usr/bin/build-classpath: error: Could not find jakarta-commons-io Java extension for this JVM
dsiutils.src: W: specfile-error /usr/bin/build-classpath: error: Could not find jakarta-commons-collections Java extension for this JVM
dsiutils.src: W: specfile-error /usr/bin/build-classpath: error: Could not find jakarta-commons-configuration Java extension for this JVM
dsiutils.src: W: specfile-error /usr/bin/build-classpath: error: Some specified jars were not found
dsiutils.src:84: W: non-break-space line 84, char 75
dsiutils.src: W: no-signature
1 packages and 0 specfiles checked; 0 errors, 12 warnings.

---------------
Index: dsiutils.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/dsiutils/dsiutils.spec,v
retrieving revision 1.11
diff -u -r1.11 dsiutils.spec
--- dsiutils.spec	28 Jun 2010 21:39:10 -0000	1.11
+++ dsiutils.spec	5 Aug 2012 12:32:56 -0000
@@ -1,35 +1,81 @@
-%define section free
+# Copyright (c) 2000-2012, JPackage Project
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the
+#    distribution.
+# 3. Neither the name of the JPackage Project nor the names of its
+#    contributors may be used to endorse or promote products derived
+#    from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+%define section   free
+%define _binary_payload w9.gzdio
+%define _source_payload w9.gzdio
+%define _binary_filedigest_algorithm 1
+%define _source_filedigest_algorithm 1
 
 Name:           dsiutils
-Version:        1.0.11
-Release:        1%{?dist}
+Version:        1.0.10
+Release:        2%{?dist}
 Epoch:          0
 Summary:        Miscellanous utilities from DSI
 License:        LGPL
 Source0:        http://dsiutils.dsi.unimi.it/%{name}-%{version}-src.tar.gz
 URL:            http://dsiutils.dsi.unimi.it/
 Group:          Development/Libraries/Java
-Distribution:   JPackage
-Vendor:         JPackage Project
 BuildArch:      noarch
-Requires:       fastutil5 >= 5.1.5, java >= 1.5.0, colt >= 0:1.1.0, jsap >= 2.0, junit
+Requires:       java >= 1.6.0
+Requires:       colt >= 0:1.1.0
+Requires:       fastutil5 >= 5.1.5
+Requires:       jsap >= 2.0
+Requires:       junit
 Requires:       log4j
-Requires:       jakarta-commons-lang
-Requires:       jakarta-commons-io
-Requires:       jakarta-commons-collections 
-Requires:       jakarta-commons-configuration
-BuildRequires:  ant, jpackage-utils >= 0:1.6, /bin/bash
-BuildRequires:  fastutil5 >= 5.1.5, java >= 1.5.0, colt >= 0:1.1.0, jsap >= 2.0, junit
-BuildRequires:  java-devel >= 1.5.0, java-javadoc fastutil5-javadoc >= 5.1.5, colt-javadoc jsap-javadoc junit-javadoc
+Requires:       apache-commons-lang
+Requires:       apache-commons-io
+Requires:       apache-commons-collections 
+Requires:       apache-commons-configuration
+BuildRequires:  jpackage-utils >= 0:1.7.5
+BuildRequires:  ant
+BuildRequires:  /bin/bash
+BuildRequires:  java-devel >= 1.6.0
+BuildRequires:  colt >= 0:1.1.0
+BuildRequires:  fastutil5 >= 5.1.5
+BuildRequires:  jsap >= 2.0
+BuildRequires:  junit
+#BuildRequires:  java-javadoc
+BuildRequires:  fastutil5-javadoc
+BuildRequires:  colt-javadoc
+BuildRequires:  jsap-javadoc
+BuildRequires:  junit-javadoc
 BuildRequires:  log4j
-BuildRequires:  jakarta-commons-lang
-BuildRequires:  jakarta-commons-io
-BuildRequires:  jakarta-commons-collections 
-BuildRequires:  jakarta-commons-configuration
-BuildRequires:  jakarta-commons-lang-javadoc
-BuildRequires:  jakarta-commons-io-javadoc
-BuildRequires:  jakarta-commons-collections-javadoc
-BuildRequires:  jakarta-commons-configuration-javadoc
+BuildRequires:  apache-commons-lang
+BuildRequires:  apache-commons-io
+BuildRequires:  apache-commons-collections 
+BuildRequires:  apache-commons-configuration
+BuildRequires:  apache-commons-lang-javadoc
+BuildRequires:  apache-commons-io-javadoc
+BuildRequires:  apache-commons-collections-javadoc
+BuildRequires:  apache-commons-configuration-javadoc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 %description
@@ -82,8 +128,10 @@
 %ghost %doc %{_javadocdir}/%{name}
 
 %changelog
-* Mon Jun 28 2010 Sebastiano Vigna <vigna at acm.org> 0:1.0.11-1.jpp5
-- Upgrade to 1.0.11.
+* Sun Aug 05 2012 Ralph Apel <[email protected]> 0:1.0.10-2
+- Rebuild for JPP-6
+* Mon Jul 30 2012 Ralph Apel <[email protected]> 0:1.0.10-2
+- Rebuild for JPP-6
 * Fri May 22 2009 Sebastiano Vigna <vigna at acm.org> 0:1.0.10-1.jpp5
 - Upgrade to 1.0.10.
 * Mon Apr 06 2009 Sebastiano Vigna <vigna at acm.org> 0:1.0.9-1.jpp5
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.