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
|
antlr-2.7.4
|
||||||
noarch
|
noarch
|
||||||
*.src.rpm
|
*.src.rpm
|
||||||
|
14
antlr.spec
14
antlr.spec
@ -5,19 +5,16 @@
|
|||||||
Summary: ANother Tool for Language Recognition
|
Summary: ANother Tool for Language Recognition
|
||||||
Name: antlr
|
Name: antlr
|
||||||
Version: 2.7.4
|
Version: 2.7.4
|
||||||
Release: 2jpp_1fc
|
Release: 2jpp_2fc
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://www.antlr.org/
|
URL: http://www.antlr.org/
|
||||||
Group: Development/Code Generators
|
Group: Development/Code Generators
|
||||||
#Vendor: JPackage Project
|
Source0: antlr-2.7.4-RHCLEAN.tar.bz2
|
||||||
#Distribution: JPackage
|
|
||||||
Source0: http://www.antlr.org/download/antlr-2.7.4.tar.gz
|
|
||||||
Source1: %{name}-build.xml
|
Source1: %{name}-build.xml
|
||||||
Source2: %{name}-script
|
Source2: %{name}-script
|
||||||
Source3: http://www.antlr.org/share/1069557132934/makefile.gcj
|
Source3: http://www.antlr.org/share/1069557132934/makefile.gcj
|
||||||
Patch0: %{name}-jedit.patch
|
Patch0: %{name}-jedit.patch
|
||||||
Patch1: %{name}-bz144775.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
|
|
||||||
%if %{native}
|
%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 {} \;
|
find . -name "*.jar" -exec rm -f {} \;
|
||||||
%if !%{native}
|
%if !%{native}
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
%patch1 -p2
|
|
||||||
cp -p %{SOURCE1} build.xml
|
cp -p %{SOURCE1} build.xml
|
||||||
# fixup paths to manual
|
# fixup paths to manual
|
||||||
%{__perl} -pi -e 's|"doc/|"%{_docdir}/%{name}-manual-%{version}/|g' \
|
%{__perl} -pi -e 's|"doc/|"%{_docdir}/%{name}-manual-%{version}/|g' \
|
||||||
@ -198,7 +194,11 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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.
|
- Sync with RHAPS.
|
||||||
|
|
||||||
* Mon Nov 15 2004 Fernando Nasser <fnasser@redhat.com> - 0:2.7.4-2jpp_1rh
|
* Mon Nov 15 2004 Fernando Nasser <fnasser@redhat.com> - 0:2.7.4-2jpp_1rh
|
||||||
|
Loading…
Reference in New Issue
Block a user