public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milos Jakubicek <xjakub@fi.muni.cz>
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: - Fix wrong man page references (see BZ#855619)
Date: Wed, 22 Jul 2026 19:37:21 GMT	[thread overview]
Message-ID: <178474904150.1.10760749294403940850.rpms-antlr3-cf7f97cba9c5@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/antlr3
Branch : epel10
Commit : cf7f97cba9c52572531e63854a88abee1a3f2887
Author : Milos Jakubicek <xjakub@fi.muni.cz>
Date   : 2012-09-09T15:19:43+02:00
Stats  : +5/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/antlr3/c/cf7f97cba9c52572531e63854a88abee1a3f2887?branch=epel10

Log:
- Fix wrong man page references (see BZ#855619)

---
diff --git a/antlr3.spec b/antlr3.spec
index c9d4683..7139e0b 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -9,7 +9,7 @@
 Summary:            ANother Tool for Language Recognition
 Name:               antlr3
 Version:            %{antlr_version}
-Release:            11%{?dist}
+Release:            12%{?dist}
 URL:                http://www.antlr.org/
 Source0:            http://www.antlr.org/download/antlr-%{antlr_version}.tar.gz
 Source1:            http://www.antlr.org/download/C/libantlr3c-%{antlr_version}.tar.gz
@@ -273,6 +273,7 @@ pushd api/man/man3
 for file in `ls -1 * | grep -vi "^antlr3"`; do
     mv $file antlr3-$file
 done
+sed -i -e 's,^\.so man3/pANTLR3,.so man3/antlr3-pANTLR3,' `grep -rl 'man3/pANTLR3' .`
 gzip *
 popd
 mv api/man/man3 $RPM_BUILD_ROOT%{_mandir}/
@@ -321,6 +322,9 @@ popd
 %{_datadir}/antlr/
 
 %changelog
+* Sun Sep 09 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-12
+- Fix wrong man page references (see BZ#855619)
+
 * Tue Aug 21 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-11
 - Now really compile for Java 1.6 everything
 

                 reply	other threads:[~2026-07-22 19:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178474904150.1.10760749294403940850.rpms-antlr3-cf7f97cba9c5@fedoraproject.org \
    --to=xjakub@fi.muni.cz \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox