]> git.pld-linux.org Git - packages/ant.git/commitdiff
- release 4 - license fix, new doc
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 18 Aug 2002 17:12:21 +0000 (17:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ant.spec -> 1.10

ant.spec

index 0db13070ffc2f004c0e5f232dda84fb082fe6ba6..8daa8ba2713c07eb084158b920fd2e73c2108dd4 100644 (file)
--- a/ant.spec
+++ b/ant.spec
@@ -2,8 +2,8 @@ Summary:        ant build tool for Java
 Summary(pl):   ant - narzêdzie do budowania w Javie
 Name:          jakarta-ant
 Version:       1.4.1
-Release:       3
-License:       Apache Software License
+Release:       4
+License:       Apache
 Group:         Development/Languages/Java
 Source0:       http://jakarta.apache.org/builds/%{name}/release/v%{version}/src/%{name}-%{version}-src.tar.gz
 Source1:       http://jakarta.apache.org/builds/%{name}/release/v%{version}/bin/%{name}-%{version}-optional.jar
@@ -64,14 +64,12 @@ install bootstrap/lib/*.jar $RPM_BUILD_ROOT%{_javalibdir}
 # this looks strange
 ln -sf . $RPM_BUILD_ROOT%{_javalibdir}/lib
 
-gzip -9nf KEYS LICENSE README WHATSNEW
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc KEYS LICENSE README WHATSNEW
 %attr(755,root,root) %{_bindir}/ant
 %attr(755,root,root) %{_bindir}/antRun
 %attr(755,root,root) %{_bindir}/runant.pl
This page took 0.034414 seconds and 4 git commands to generate.