Compare commits
6 commits
rawhide
...
stream-jav
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2e0c09439 | ||
|
|
1f955854af | ||
|
|
c779a9c9f3 | ||
|
|
712da9309f | ||
|
|
f15f6feeff | ||
|
|
30e07cfdb9 |
2 changed files with 14 additions and 41 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ javacc-5.0src.tar.gz
|
|||
/7.0.1.tar.gz
|
||||
/release_7_0_2.tar.gz
|
||||
/7.0.4.tar.gz
|
||||
/7.0.5.tar.gz
|
||||
|
|
|
|||
54
javacc.spec
54
javacc.spec
|
|
@ -1,37 +1,6 @@
|
|||
# Copyright (c) 2000-2005, JPackage Project
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
# are met:
|
||||
#
|
||||
# 1. Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# 2. Redistributions in binary form must reproduce the above copyright
|
||||
# notice, this list of conditions and the following disclaimer in the
|
||||
# documentation and/or other materials provided with the
|
||||
# distribution.
|
||||
# 3. Neither the name of the JPackage Project nor the names of its
|
||||
# contributors may be used to endorse or promote products derived
|
||||
# from this software without specific prior written permission.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
Name: javacc
|
||||
Version: 7.0.4
|
||||
Release: 2%{?dist}
|
||||
Epoch: 0
|
||||
Release: 5%{?dist}
|
||||
Summary: A parser/scanner generator for java
|
||||
License: BSD
|
||||
URL: http://javacc.org
|
||||
|
|
@ -54,12 +23,6 @@ the grammar. In addition to the parser generator itself, JavaCC provides other
|
|||
standard capabilities related to parser generation such as tree building (via
|
||||
a tool called JJTree included with JavaCC), actions, debugging, etc.
|
||||
|
||||
%package manual
|
||||
Summary: Manual for %{name}
|
||||
|
||||
%description manual
|
||||
Manual for %{name}.
|
||||
|
||||
%package demo
|
||||
Summary: Examples for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
|
@ -110,9 +73,6 @@ ln -s %{_bindir}/javacc %{buildroot}%{_bindir}/javacc.sh
|
|||
%{_bindir}/jjdoc
|
||||
%{_bindir}/jjtree
|
||||
|
||||
%files manual
|
||||
%doc www/*
|
||||
|
||||
%files demo
|
||||
%doc examples
|
||||
|
||||
|
|
@ -120,6 +80,18 @@ ln -s %{_bindir}/javacc %{buildroot}%{_bindir}/javacc.sh
|
|||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Nov 06 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 7.0.4-5
|
||||
- Downgrade to 7.0.4
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 7.0.5-2
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Wed Oct 23 2019 Marian Koncek <mkoncek@redhat.com> - 7.0.5-1
|
||||
- Update to upstream version 7.0.5
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 7.0.4-3
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:7.0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue