]> git.pld-linux.org Git - packages/fastjar.git/commitdiff
- package docs auto/ti/fastjar-0.94-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Sep 2012 07:46:30 +0000 (09:46 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Sep 2012 07:46:30 +0000 (09:46 +0200)
- verbose files list

fastjar.spec

index ff352115d7ef2c2803c7a6b5bbf1c5fb1c06d1ac..5ae8acae4de9d29f1ab080a7309f868dd2c189d7 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):      Narzędzie do tworzenia plików jar
 Name:          fastjar
 Version:       0.94
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         Development/Languages/Java
 Source0:       http://downloads.sourceforge.net/fastjar/%{name}-%{version}.tar.gz
 # Source0-md5: 14d4bdfac236e347d806c6743dba48c6
@@ -38,9 +38,9 @@ robi to w nieco ponad sekundę.
 %setup -q
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
@@ -58,5 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README CHANGES
-%attr(755,root,root) %{_bindir}/*
+%doc AUTHORS CHANGES ChangeLog NEWS README CHANGES
+%attr(755,root,root) %{_bindir}/fastjar
+%attr(755,root,root) %{_bindir}/grepjar
+%attr(755,root,root) %{_bindir}/jar
This page took 0.29123 seconds and 4 git commands to generate.