Remove jarfile from the tarball
This commit is contained in:
parent
0107a2b584
commit
025d704c3f
@ -1,4 +1,4 @@
|
||||
antlr-2.7.4.tar.gz
|
||||
antlr-2.7.4-RHCLEAN.tar.bz2
|
||||
antlr-2.7.4
|
||||
noarch
|
||||
*.src.rpm
|
||||
|
14
antlr.spec
14
antlr.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user