[RPM (6.0)] [DIST generic] fastutil5-5.1.5-1.jpp6
Ralph Apel <[email protected]>
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : fastutil5 Relocations: (not relocatable) Version : 5.1.5 Vendor: JPackage Project Release : 1.jpp6 Build Date: Sun 05 Aug 2012 04:00:36 PM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries/Java Source RPM: (none) Size : 246957 License: LGPL Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://fastutil.dsi.unimi.it/ Summary : Fast & compact type-specific Java utility classes Description : fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists and priority queues with a small memory footprint and fast access and insertion; it also includes a fast I/O API for binary and text files. The classes implement their standard counterpart interface (e.g., Map for maps) and can be plugged into existing code. Moreover, they provide additional features (such as bidirectional iterators) that are not available in the standard classes. >From version 5, fastutil runs only on Java 5+. --------------- Ralph Apel <[email protected]> 5.1.5-1 - 5.1.5 for JPP-6 --------------- fastutil5.src: W: no-signature fastutil5.src: W: mixed-use-of-spaces-and-tabs (spaces: line 37, tab: line 39) 1 packages and 0 specfiles checked; 0 errors, 2 warnings. --------------- Index: fastutil5.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/fastutil5/fastutil5.spec,v retrieving revision 1.16 diff -u -r1.16 fastutil5.spec --- fastutil5.spec 12 Jun 2008 11:15:17 -0000 1.16 +++ fastutil5.spec 5 Aug 2012 14:14:51 -0000 @@ -1,19 +1,51 @@ +# 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: fastutil5 Version: 5.1.5 -Release: 1jpp +Release: 1%{?dist} Epoch: 0 Summary: Fast & compact type-specific Java utility classes Group: Development/Libraries/Java License: LGPL Source0: http://fastutil.dsi.unimi.it/fastutil-%{version}-src.tar.gz URL: http://fastutil.dsi.unimi.it/ -Vendor: JPackage Project -Distribution: JPackage BuildArch: noarch -Requires: java >= 1.5.0 -BuildRequires: java-devel >= 1.5.0, ant, make, gcc, jpackage-utils >= 0:1.6, /bin/bash +Requires: java >= 1.6.0 +BuildRequires: java-devel >= 1.6.0, ant, make, gcc, jpackage-utils >= 0:1.6, /bin/bash BuildRequires: java-javadoc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot @@ -61,12 +93,6 @@ %clean rm -rf $RPM_BUILD_ROOT - -%post javadoc -rm -f %{_javadocdir}/%{name} -ln -s %{name}-%{version} %{_javadocdir}/%{name} - - %files %defattr(0644,root,root,0755) %doc README CHANGES COPYING.LIB @@ -77,11 +103,12 @@ %{_javadocdir}/%{name}-%{version} %ghost %doc %{_javadocdir}/%{name} -# ----------------------------------------------------------------------------- - %changelog -* Thu Jun 12 2008 Sebastiano Vigna <vigna at acm.org> - 5.1.5-1jpp -- Upgrade to 5.1.5. +* Sun Aug 05 2012 Ralph Apel <[email protected]> 5.1.5-1 +- 5.1.5 for JPP-6 + +* Mon Dec 08 2008 Will Tatam <[email protected]> 5.1.4-2 +- Auto rebuild for JPackage 5 in mock * Wed Apr 16 2008 Sebastiano Vigna <vigna at acm.org> - 5.1.4-1jpp - Upgrade to 5.1.4.