public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: - Fix wrong man page references (see BZ#855619)
@ 2026-07-22 19:37 Milos Jakubicek
0 siblings, 0 replies; only message in thread
From: Milos Jakubicek @ 2026-07-22 19:37 UTC (permalink / raw)
To: git-commits
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
^ 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: - Fix wrong man page references (see BZ#855619) Milos Jakubicek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox