]> git.pld-linux.org Git - packages/fastjar.git/blobdiff - fastjar.spec
This commit was manufactured by cvs2git to create tag 'fastjar-0_93-1'.
[packages/fastjar.git] / fastjar.spec
index db6c3620afa52acaefb71cc48e7a980896d39f1b..ff9342619bfda291ac6887372278a10f1b0a6e61 100644 (file)
@@ -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}/*
This page took 0.032112 seconds and 4 git commands to generate.