Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37868200
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.96
Release: alt1

Summary: Archive tool for Java archives
License: GPLv2+
Group: Development/Java
Url: http://savannah.nongnu.org/projects/fastjar/
Packager: Dmitry V. Levin <ldv at altlinux.org>

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

Source: fastjar-%version.tar

Patch: fastjar-%version-%release.patch

BuildRequires: 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 --
sed -i 's/^LT_INIT.*/AC_PROG_LIBTOOL/' configure.ac

%build
%autoreconf
%configure
%make_build

%install
%makeinstall

%post
%install_info %name.info

%preun
%uninstall_info %name.info

%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