public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: Add version to subpackage release and bump epoch
@ 2026-07-22 19:37 Michael Simacek
0 siblings, 0 replies; only message in thread
From: Michael Simacek @ 2026-07-22 19:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/antlr3
Branch : epel10
Commit : f50aa1a9253033f364a89be5626116652680fc84
Author : Michael Simacek <msimacek@redhat.com>
Date : 2014-06-20T12:31:50+02:00
Stats : +17/-8 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/f50aa1a9253033f364a89be5626116652680fc84?branch=epel10
Log:
Add version to subpackage release and bump epoch
---
diff --git a/antlr3.spec b/antlr3.spec
index 477a9e9..60cd058 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -4,11 +4,13 @@
%global c_runtime_version 3.4
#%global python_runtime_version 3.1.3
%global javascript_runtime_version 3.1
+%global baserelease 1
Summary: ANother Tool for Language Recognition
Name: antlr3
Version: %{antlr_version}
-Release: 1%{?dist}
+Release: %{baserelease}%{?dist}
+Epoch: 1
URL: http://www.antlr3.org/
Source0: https://github.com/antlr/antlr3/archive/%{antlr_version}.tar.gz
#Source2: http://www.antlr3.org/download/Python/antlr_python_runtime-%{python_runtime_version}.tar.gz
@@ -61,9 +63,17 @@ BuildArch: noarch
%description java
Java run-time support for ANTLR-generated parsers
+%package javadoc
+Summary: API documentation for %{name}
+BuildArch: noarch
+
+%description javadoc
+%{summary}.
+
%package javascript
Summary: Javascript run-time support for ANTLR-generated parsers
Version: %{javascript_runtime_version}
+Release: %{antlr_version}.%{baserelease}
BuildArch: noarch
%description javascript
@@ -72,6 +82,7 @@ Javascript run-time support for ANTLR-generated parsers
%package C
Summary: C run-time support for ANTLR-generated parsers
Version: %{c_runtime_version}
+Release: %{antlr_version}.%{baserelease}
%description C
C run-time support for ANTLR-generated parsers
@@ -79,6 +90,9 @@ C run-time support for ANTLR-generated parsers
%package C-devel
Summary: Header files for the C bindings for ANTLR-generated parsers
Requires: %{name}-C = %{c_runtime_version}-%{release}
+Version: %{c_runtime_version}
+Release: %{antlr_version}.%{baserelease}
+
%description C-devel
Header files for the C bindings for ANTLR-generated parsers
@@ -89,6 +103,8 @@ BuildArch: noarch
BuildRequires: graphviz
BuildRequires: doxygen
Requires: %{name}-C = %{c_runtime_version}-%{release}
+Version: %{c_runtime_version}
+Release: %{antlr_version}.%{baserelease}
%description C-docs
This package contains doxygen documentation with instruction
@@ -112,13 +128,6 @@ C++ runtime support for ANTLR-generated parsers.
#%description python
#Python run-time support for ANTLR-generated parsers
-%package javadoc
-Summary: API documentation for %{name}
-BuildArch: noarch
-
-%description javadoc
-%{summary}.
-
%prep
%setup -q -n antlr3-%{antlr_version} -a 3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 19:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 19:37 [rpms/antlr3] epel10: Add version to subpackage release and bump epoch Michael Simacek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox