public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: Add missing dist tags for subpackages
@ 2026-07-22 19:37 Till Maas
0 siblings, 0 replies; only message in thread
From: Till Maas @ 2026-07-22 19:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/antlr3
Branch : epel10
Commit : 509553bfb56aa6b6ac99f650e626f9e3f897f399
Author : Till Maas <opensource@till.name>
Date : 2014-08-31T22:51:38+02:00
Stats : +8/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/509553bfb56aa6b6ac99f650e626f9e3f897f399?branch=epel10
Log:
Add missing dist tags for subpackages
---
diff --git a/antlr3.spec b/antlr3.spec
index 7fd73a9..905f2e4 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -4,7 +4,7 @@
%global c_runtime_version 3.4
#%global python_runtime_version 3.1.3
%global javascript_runtime_version 3.1
-%global baserelease 2
+%global baserelease 3
Summary: ANother Tool for Language Recognition
Name: antlr3
@@ -73,7 +73,7 @@ BuildArch: noarch
%package javascript
Summary: Javascript run-time support for ANTLR-generated parsers
Version: %{javascript_runtime_version}
-Release: %{antlr_version}.%{baserelease}
+Release: %{antlr_version}.%{baserelease}%{?dist}
BuildArch: noarch
%description javascript
@@ -82,7 +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}
+Release: %{antlr_version}.%{baserelease}%{?dist}
%description C
C run-time support for ANTLR-generated parsers
@@ -91,7 +91,7 @@ C run-time support for ANTLR-generated parsers
Summary: Header files for the C bindings for ANTLR-generated parsers
Requires: %{name}-C = %{epoch}:%{c_runtime_version}-%{release}
Version: %{c_runtime_version}
-Release: %{antlr_version}.%{baserelease}
+Release: %{antlr_version}.%{baserelease}%{?dist}
%description C-devel
@@ -104,7 +104,7 @@ BuildRequires: graphviz
BuildRequires: doxygen
Requires: %{name}-C = %{epoch}:%{c_runtime_version}-%{release}
Version: %{c_runtime_version}
-Release: %{antlr_version}.%{baserelease}
+Release: %{antlr_version}.%{baserelease}%{?dist}
%description C-docs
This package contains doxygen documentation with instruction
@@ -272,6 +272,9 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/
%doc tool/LICENSE.txt
%changelog
+* Sun Aug 31 2014 Till Maas <opensource@till.name> - 1:3.5.2-3
+- Add missing dist tags for subpackages
+
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.5.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
^ 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 missing dist tags for subpackages Till Maas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox