Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37560202
en ru br
ALT Linux repos
S:0.98-alt3
5.0: 0.96-alt1

Group :: Development/Java
RPM: fastjar

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: fastjar
Version: 0.98
Release: alt3

Summary: Archive tool for Java archives
License: GPLv2+
Group: Development/Java
Url: http://savannah.nongnu.org/projects/fastjar/

# http://download.savannah.gnu.org/releases/fastjar/fastjar-%version.tar.gz

Source: %name-%version.tar

Patch: %name-%version-%release.patch

BuildRequires: makeinfo zlib-devel

%description
fastjar is an implementation of Sun's jar utility that comes with the
JDK, written entirely in C, and runs in a fraction of the time while
being feature compatible.

%prep
%setup
%patch -p1
fgrep -lZ _LT_ m4/* |xargs -r0 rm -fv --

%build
%autoreconf
%configure --without-included-regex
%make_build

%install
%makeinstall

%files
%_bindir/*
%_man1dir/*
%_infodir/*.info*
%doc AUTHORS README NEWS TODO

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin