From 275eebfe942163480921a863d18bebb96a4de09b Mon Sep 17 00:00:00 2001 From: cvs2git Date: Fri, 16 Feb 2001 08:52:18 +0000 Subject: [PATCH] This commit was manufactured by cvs2git to create tag 'fastjar-0_93-1'. Sprout from master 2000-08-29 08:04:23 UTC wrobell 'e17723206263a314b937055c6c91607a fastjar-0.90.tgz' Cherrypick from master 2001-02-16 08:52:18 UTC kloczek '- regenerate all am/ac files.': fastjar.spec -> 1.6 --- fastjar.spec | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/fastjar.spec b/fastjar.spec index db6c362..ff93426 100644 --- a/fastjar.spec +++ b/fastjar.spec @@ -1,26 +1,35 @@ - Summary: Jar file creation utility Summary(pl): Narzêdzie do tworzenia plików jar Name: fastjar -Version: 0.90 +Version: 0.93 Release: 1 License: GPL Group: Development/Languages +Group(de): Entwicklung/Sprachen Group(pl): Programowanie/Jêzyki -Source0: %{name}-%{version}.tgz -Patch0: fastjar-DESTDIR_and_install.patch +Source0: ftp://download.sourceforge.net/pub/sourceforge/fastjar/%{name}-%{version}.tgz URL: http://fastjar.sourceforge.net +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description - -%description -l pl +FastJar is an attempt at creating a feature-for-feature copy of Sun's +JDK's 'jar' command. Sun's jar (or Blackdown's for that matter) is +written entirely in Java which makes it dog slow. Since FastJar is +written in C, it can create the same .jar file as Sun's tool in a +fraction of the time. On my system, Sun's jar takes 50 seconds to +create a 10MB jar file, while FastJar only takes a little over a +second. %prep %setup -q -%patch0 -p1 %build +aclocal +autoconf +automake -a -c %configure %{__make} @@ -31,13 +40,12 @@ rm -rf $RPM_BUILD_ROOT ln -sf fastjar $RPM_BUILD_ROOT%{_bindir}/jar -gzip -9nf README LICENSE INSTALL CHANGES +gzip -9nf README CHANGES %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc {README,LICENSE,INSTALL,CHANGES}.gz -%attr(755, root, root) %{_bindir}/jar -%attr(755, root, root) %{_bindir}/fastjar +%doc *.gz +%attr(755,root,root) %{_bindir}/* -- 2.43.0