]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- Updated to 20030911 snapshot (2.7.2 produces a code that is not acceptable
authoradgor <adgor@pld-linux.org>
Thu, 9 Oct 2003 18:36:54 +0000 (18:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  by gcc-3.1.1)
- Fixed patches

Changed files:
    antlr.spec -> 1.4

antlr.spec

index bb578e600f91396f36c124eb462e3d967e8f5ffc..2682438f740df3fa80c75c2f6fa1f44db3a78a43 100644 (file)
@@ -1,13 +1,18 @@
+
+%define                _snap   20030911
+
 Summary:       ANother Tool for Language Recognition
 Summary(pl):   TODO
 Name:          antlr
-Version:       2.7.2
-Release:       2
+Version:       2.7.3
+Release:       0.%{_snap}.1
 License:       Public Domain
 Group:         Development/Tools
-Source0:       http://www.antlr.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: d67ffcaba6b2cedd99601b9052f63957
-Patch0:                %{name}-scripts.patch
+#Source0:      http://www.antlr.org/download/%{name}-%{version}.tar.gz
+Source0:       http://wwwhome.cs.utwente.nl/~klaren/antlr/%{name}-%{_snap}.tar.gz
+# Source0-md5: de00ded0f1922587bb24628152fc3f62
+Patch0:                %{name}-Makefile.patch
+Patch1:                %{name}-runscript.patch
 URL:           http://www.antlr.org/
 BuildRequires: jar
 BuildRequires: jdk
@@ -27,11 +32,14 @@ excellent support for tree construction, tree walking, and translation.
 TODO.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_snap}
 %patch0 -p1
+%patch1 -p1
 
 %build
 
+export CLASSPATH=$RPM_BUILD_DIR/%{name}-%{_snap}
+
 %configure
 
 %{__make}
This page took 0.152178 seconds and 4 git commands to generate.