public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/antlr3] epel10: - Fix permissions for egg-info dir (fixes BZ#790499)
@ 2026-07-22 19:37 Milos Jakubicek
0 siblings, 0 replies; 2+ messages 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 : 531d28978e63c5dc7e8cdb7120f17388fc41a33b
Author : Milos Jakubicek <xjakub@fi.muni.cz>
Date : 2012-02-22T11:25:14+01:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/531d28978e63c5dc7e8cdb7120f17388fc41a33b?branch=epel10
Log:
- Fix permissions for egg-info dir (fixes BZ#790499)
---
diff --git a/antlr3.spec b/antlr3.spec
index bd1ca35..a3808cc 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -9,7 +9,7 @@
Summary: ANother Tool for Language Recognition
Name: antlr3
Version: %{antlr_version}
-Release: 3%{?dist}
+Release: 4%{?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
@@ -249,7 +249,8 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_bindir}/antlr3
# install python runtime
pushd antlr_python_runtime-%{python_runtime_version}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+chmod a+x $RPM_BUILD_ROOT%{python_sitelib}/antlr_python_runtime-*
popd
# install C runtime
@@ -308,6 +309,9 @@ popd
%{_datadir}/antlr/
%changelog
+* Wed Feb 22 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-4
+- Fix permissions for egg-info dir (fixes BZ#790499)
+
* Thu Feb 16 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.4-3
- Use wildcards for installing jars (different results on different releases)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/antlr3] epel10: - Fix permissions for egg-info dir (fixes BZ#790499)
@ 2026-07-22 19:37 Milos Jakubicek
0 siblings, 0 replies; 2+ messages 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 : 9cb11d765234609f4641bd9632a4eb2847735040
Author : Milos Jakubicek <xjakub@fi.muni.cz>
Date : 2012-02-22T11:42:04+01:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/9cb11d765234609f4641bd9632a4eb2847735040?branch=epel10
Log:
- Fix permissions for egg-info dir (fixes BZ#790499)
---
diff --git a/antlr3.spec b/antlr3.spec
index 090f041..85408b4 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -9,7 +9,7 @@
Summary: ANother Tool for Language Recognition
Name: antlr3
Version: %{antlr_version}
-Release: 1%{?dist}
+Release: 2%{?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
@@ -252,7 +252,9 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_bindir}/antlr3
# install python runtime
pushd antlr_python_runtime-%{python_runtime_version}
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+chmod a+x $RPM_BUILD_ROOT%{python_sitelib}/antlr_python_runtime-*
popd
# install C runtime
@@ -311,6 +313,9 @@ popd
%{_datadir}/antlr/
%changelog
+* Wed Feb 22 2012 Miloš Jakubíček <xjakub@fi.muni.cz> - 3.4-2
+- Fix permissions for egg-info dir (fixes BZ#790499)
+
* Mon Jan 23 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.4-1
- Update antlr version to 3.4
- Move to maven3 build, update macros etc
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-22 19:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 19:37 [rpms/antlr3] epel10: - Fix permissions for egg-info dir (fixes BZ#790499) Milos Jakubicek
2026-07-22 19:37 Milos Jakubicek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox