source: trunk/yao/share/antlr-2.7.7/scripts/antlr.spec.in @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 4.4 KB
Line 
1Summary: The ANTLR Parser Framework
2Name:    antlr
3Version: @PACKAGE_VERSION@
4Release: 1
5License: Public Domain
6Group:   Development/Tools
7Source:  http://www.antlr.org/download/antlr-%{version}.tar.gz
8URL:     http://www.antlr.org
9
10%description
11ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
12language tool that provides a framework for constructing recognizers,
13compilers, and translators using Java, C#, C++ or Python. ANTLR
14provides  excellent support for tree construction, tree walking, and
15translation.
16
17%prep
18%setup -q
19
20%build
21%configure --disable-examples
22make
23
24%install
25rm -rf $RPM_BUILD_ROOT
26
27make install
28
29%files
30%defattr(-,root,root)
31
32/usr/bin/antlr
33/usr/bin/antlr-config
34/usr/sbin/pyantlr.sh
35/usr/include/antlr/ANTLRException.hpp
36/usr/include/antlr/ANTLRUtil.hpp
37/usr/include/antlr/ASTArray.hpp
38/usr/include/antlr/ASTFactory.hpp
39/usr/include/antlr/AST.hpp
40/usr/include/antlr/ASTNULLType.hpp
41/usr/include/antlr/ASTPair.hpp
42/usr/include/antlr/ASTRefCount.hpp
43/usr/include/antlr/BaseAST.hpp
44/usr/include/antlr/BitSet.hpp
45/usr/include/antlr/CharBuffer.hpp
46/usr/include/antlr/CharInputBuffer.hpp
47/usr/include/antlr/CharScanner.hpp
48/usr/include/antlr/CharStreamException.hpp
49/usr/include/antlr/CharStreamIOException.hpp
50/usr/include/antlr/CircularQueue.hpp
51/usr/include/antlr/CommonAST.hpp
52/usr/include/antlr/CommonASTWithHiddenTokens.hpp
53/usr/include/antlr/CommonHiddenStreamToken.hpp
54/usr/include/antlr/CommonToken.hpp
55/usr/include/antlr/config.hpp
56/usr/include/antlr/InputBuffer.hpp
57/usr/include/antlr/IOException.hpp
58/usr/include/antlr/LexerSharedInputState.hpp
59/usr/include/antlr/LLkParser.hpp
60/usr/include/antlr/MismatchedCharException.hpp
61/usr/include/antlr/MismatchedTokenException.hpp
62/usr/include/antlr/NoViableAltException.hpp
63/usr/include/antlr/NoViableAltForCharException.hpp
64/usr/include/antlr/Parser.hpp
65/usr/include/antlr/ParserSharedInputState.hpp
66/usr/include/antlr/RecognitionException.hpp
67/usr/include/antlr/RefCount.hpp
68/usr/include/antlr/SemanticException.hpp
69/usr/include/antlr/String.hpp
70/usr/include/antlr/TokenBuffer.hpp
71/usr/include/antlr/Token.hpp
72/usr/include/antlr/TokenStreamBasicFilter.hpp
73/usr/include/antlr/TokenStreamException.hpp
74/usr/include/antlr/TokenStreamHiddenTokenFilter.hpp
75/usr/include/antlr/TokenStream.hpp
76/usr/include/antlr/TokenStreamIOException.hpp
77/usr/include/antlr/TokenStreamRecognitionException.hpp
78/usr/include/antlr/TokenStreamRetryException.hpp
79/usr/include/antlr/TokenStreamRewriteEngine.hpp
80/usr/include/antlr/TokenStreamSelector.hpp
81/usr/include/antlr/TokenWithIndex.hpp
82/usr/include/antlr/TreeParser.hpp
83/usr/include/antlr/TreeParserSharedInputState.hpp
84/usr/lib/antlr.jar
85/usr/lib/libantlr.a
86/usr/lib/antlr.py
87/usr/share/@PACKAGE_VERSION@/antlr.jar
88/usr/share/@PACKAGE_VERSION@/__init__.py
89/usr/share/@PACKAGE_VERSION@/antlr.py
90/usr/share/@PACKAGE_VERSION@/antlr-mode.el
91/usr/share/@PACKAGE_VERSION@/antlr-jedit.xml
92/usr/share/doc/@PACKAGE_VERSION@/closure.gif
93/usr/share/doc/@PACKAGE_VERSION@/cpp-runtime.html
94/usr/share/doc/@PACKAGE_VERSION@/csharp-runtime.html
95/usr/share/doc/@PACKAGE_VERSION@/err.html
96/usr/share/doc/@PACKAGE_VERSION@/glossary.html
97/usr/share/doc/@PACKAGE_VERSION@/hidden.stream.gif
98/usr/share/doc/@PACKAGE_VERSION@/index.html
99/usr/share/doc/@PACKAGE_VERSION@/inheritance.html
100/usr/share/doc/@PACKAGE_VERSION@/j-guru-blue.jpg
101/usr/share/doc/@PACKAGE_VERSION@/jguru-logo.gif
102/usr/share/doc/@PACKAGE_VERSION@/lexer.html
103/usr/share/doc/@PACKAGE_VERSION@/lexer.to.parser.tokens.gif
104/usr/share/doc/@PACKAGE_VERSION@/logo.gif
105/usr/share/doc/@PACKAGE_VERSION@/metalang.html
106/usr/share/doc/@PACKAGE_VERSION@/optional.gif
107/usr/share/doc/@PACKAGE_VERSION@/options.html
108/usr/share/doc/@PACKAGE_VERSION@/posclosure.gif
109/usr/share/doc/@PACKAGE_VERSION@/python-runtime.html
110/usr/share/doc/@PACKAGE_VERSION@/runtime.html
111/usr/share/doc/@PACKAGE_VERSION@/sor.html
112/usr/share/doc/@PACKAGE_VERSION@/stream.perspectives.gif
113/usr/share/doc/@PACKAGE_VERSION@/stream.selector.gif
114/usr/share/doc/@PACKAGE_VERSION@/streams.html
115/usr/share/doc/@PACKAGE_VERSION@/stream.splitter.gif
116/usr/share/doc/@PACKAGE_VERSION@/subrule.gif
117/usr/share/doc/@PACKAGE_VERSION@/trees.html
118/usr/share/doc/@PACKAGE_VERSION@/vocab.html
119/usr/share/doc/@PACKAGE_VERSION@/LICENSE.txt
120/usr/share/doc/@PACKAGE_VERSION@/README.txt
121/usr/share/doc/@PACKAGE_VERSION@/INSTALL.txt
122
123
124%clean
125
126
127%changelog
128* Tue Jan 11 2005 Wolfgang Haefelinger <ora dot et dot labora at web
129dot de>
130  Build RPM on Mandrake 1o
131* Thu Aug 21 2003 Ric Klaren <klaren@cs.utwente.nl>
132- First stab at RPM for RH9
Note: See TracBrowser for help on using the repository browser.