fix URL field (rhbz#1313275)
This commit is contained in:
parent
315570e3cf
commit
5fa296acbf
11
antlr.spec
11
antlr.spec
@ -4,10 +4,10 @@
|
|||||||
Summary: ANother Tool for Language Recognition
|
Summary: ANother Tool for Language Recognition
|
||||||
Name: antlr
|
Name: antlr
|
||||||
Version: 2.7.7
|
Version: 2.7.7
|
||||||
Release: 41%{?dist}
|
Release: 42%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
URL: http://www.antlr.org/
|
URL: http://www.antlr2.org/
|
||||||
Source0: http://www.antlr2.org/download/antlr-%{version}.tar.gz
|
Source0: http://www.antlr2.org/download/antlr-%{version}.tar.gz
|
||||||
Source1: %{name}-build.xml
|
Source1: %{name}-build.xml
|
||||||
Source2: %{name}-script
|
Source2: %{name}-script
|
||||||
@ -26,10 +26,10 @@ BuildRequires: ant
|
|||||||
BuildRequires: java-devel >= 1:1.7.0
|
BuildRequires: java-devel >= 1:1.7.0
|
||||||
BuildRequires: java-javadoc
|
BuildRequires: java-javadoc
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen graphviz
|
||||||
# Do not support Python3
|
# Do not support Python3
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python2-setuptools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
|
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
|
||||||
@ -176,6 +176,9 @@ cd ../..
|
|||||||
%{python2_sitelib}/antlr-*
|
%{python2_sitelib}/antlr-*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 01 2016 gil cattaneo <puntogil@libero.it> 0:2.7.7-42
|
||||||
|
- fix URL field (rhbz#1313275)
|
||||||
|
|
||||||
* Mon Feb 29 2016 gil cattaneo <puntogil@libero.it> 0:2.7.7-41
|
* Mon Feb 29 2016 gil cattaneo <puntogil@libero.it> 0:2.7.7-41
|
||||||
- use python macros
|
- use python macros
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user