Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 55e9b57d9a4eb4b6cdd5e037978e7cc04e92df3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###############################################################################
# Copyright (c) 2009, 2013 Red Hat, Inc.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
# 
# Contributors:
#     Red Hat - initial API and implementation
###############################################################################
SpecfileParser.1=No package name after -n in 
SpecfileParser.10=Invalid patch directive.
SpecfileParser.11=Invalid source directive.
SpecfileParser.12=Filename cannot be multiple words.
SpecfileParser.13=\ cannot have multiple values.
SpecfileParser.14=\ declaration without value.
SpecfileParser.15=Release should not contain an underscore.
SpecfileParser.16=Epoch cannot have non-integer value.
SpecfileParser.2=\ section.
SpecfileParser.3=Package name must not start with '-': 
SpecfileParser.4=.
SpecfileParser.5=Patch number be an integer.
SpecfileParser.6=Definition lvalue must begin with a letter or an underscore.
SpecfileParser.8=If this is a Source or Patch directive, it must end with a colon.
SpecfileSource.0=error:  can't match 
SpecfileSource.1=%patch
SpecfileSource.2=error: can't match 
SpecfileParseFile.1=Unable to read from IFile when trying to parse to Specfile
SpecfileParseFile.2=Problem with trying to get contents of IFile when parsing
SpecfileElement_unableToResolve=Unable to evaluate {0}

Back to the top