Remove jarfile from the tarball

This commit is contained in:
gbenson 2005-06-21 12:33:53 +00:00
parent 0107a2b584
commit 025d704c3f
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
antlr-2.7.4.tar.gz
antlr-2.7.4-RHCLEAN.tar.bz2
antlr-2.7.4
noarch
*.src.rpm

View File

@ -5,19 +5,16 @@
Summary: ANother Tool for Language Recognition
Name: antlr
Version: 2.7.4
Release: 2jpp_1fc
Release: 2jpp_2fc
Epoch: 0
License: Public Domain
URL: http://www.antlr.org/
Group: Development/Code Generators
#Vendor: JPackage Project
#Distribution: JPackage
Source0: http://www.antlr.org/download/antlr-2.7.4.tar.gz
Source0: antlr-2.7.4-RHCLEAN.tar.bz2
Source1: %{name}-build.xml
Source2: %{name}-script
Source3: http://www.antlr.org/share/1069557132934/makefile.gcj
Patch0: %{name}-jedit.patch
Patch1: %{name}-bz144775.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%if %{native}
@ -85,7 +82,6 @@ ANTLR mode for jEdit. To enable this mode, insert the following into your
find . -name "*.jar" -exec rm -f {} \;
%if !%{native}
%patch0 -p0
%patch1 -p2
cp -p %{SOURCE1} build.xml
# fixup paths to manual
%{__perl} -pi -e 's|"doc/|"%{_docdir}/%{name}-manual-%{version}/|g' \
@ -198,7 +194,11 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
%changelog
* Tue Jan 11 2005 Gary Benson <gbenson@redhat.com> - 0:2.7.4-2jpp_1rh
* Tue Jun 21 2005 Gary Benson <gbenson@redhat.com> - 0:2.7.4-2jpp_2fc
- Remove jarfile from the tarball.
- Remove now-unnecessary workaround for #144775.
* Tue Jan 11 2005 Gary Benson <gbenson@redhat.com> - 0:2.7.4-2jpp_1fc
- Sync with RHAPS.
* Mon Nov 15 2004 Fernando Nasser <fnasser@redhat.com> - 0:2.7.4-2jpp_1rh

View File

@ -1 +1 @@
33df7cdc8e80447cdd78607c76f02bac antlr-2.7.4.tar.gz
498d18eb0330cc784da883b885b2f7ea antlr-2.7.4-RHCLEAN.tar.bz2