public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Alexander Kurtakov <akurtako@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/antlr3] epel10: Inject org.antlr.runtime OSGi metadata.
Date: Wed, 22 Jul 2026 19:37:19 GMT [thread overview]
Message-ID: <178474903957.1.10941116311724894864.rpms-antlr3-c71126d2411f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/antlr3
Branch : epel10
Commit : c71126d2411f91e540c9339229c4a32b8df05cbb
Author : Alexander Kurtakov <akurtako@redhat.com>
Date : 2012-08-06T23:41:37+03:00
Stats : +27/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/c71126d2411f91e540c9339229c4a32b8df05cbb?branch=epel10
Log:
Inject org.antlr.runtime OSGi metadata.
- Update BRs to newer versions.
---
diff --git a/antlr-runtime-MANIFEST.MF b/antlr-runtime-MANIFEST.MF
new file mode 100644
index 0000000..e8a0e2d
--- /dev/null
+++ b/antlr-runtime-MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.3
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.antlr.runtime
+Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too
+ ls:org.eclipse.orbit/org.antlr.runtime;tag=v201101311130
+Export-Package: org.antlr.runtime;version="3.2.0",org.antlr.runtime.de
+ bug;version="3.2.0",org.antlr.runtime.misc;version="3.2.0",org.antlr.
+ runtime.tree;version="3.2.0"
+Bundle-Version: 3.2.0.v201101311130
+Bundle-ManifestVersion: 2
diff --git a/antlr3.spec b/antlr3.spec
index 697de31..4147000 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -9,7 +9,7 @@
Summary: ANother Tool for Language Recognition
Name: antlr3
Version: %{antlr_version}
-Release: 8%{?dist}
+Release: 9%{?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
@@ -21,6 +21,7 @@ Source6: settings.xml
Source7: http://www.antlr.org/download/antlr-%{antlr_version}.jar
Source8: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/antlr/antlr3-maven-plugin/%{antlr_version}/antlr3-maven-plugin-%{antlr_version}.jar
%endif
+Source9: antlr-runtime-MANIFEST.MF
License: BSD
Group: Development/Libraries
BuildRequires: java-devel >= 1:1.6.0
@@ -32,9 +33,8 @@ BuildRequires: maven-assembly-plugin
BuildRequires: maven-shared-reporting-impl
BuildRequires: maven-surefire-provider-junit4
BuildRequires: buildnumber-maven-plugin
-BuildRequires: junit4
-BuildRequires: tomcat6-servlet-2.5-api
-BuildRequires: tomcat6
+BuildRequires: junit
+BuildRequires: tomcat-servlet-3.0-api
BuildRequires: stringtemplate4
BuildRequires: stringtemplate
BuildRequires: felix-parent
@@ -207,6 +207,12 @@ doxygen -u # update doxygen configuration file
doxygen # build doxygen documentation
popd
+# inject OSGi manifests
+mkdir -p META-INF
+cp -p %{SOURCE9} META-INF/MANIFEST.MF
+touch META-INF/MANIFEST.MF
+zip -u runtime/Java/target/antlr-runtime-%{antlr_version}.jar META-INF/MANIFEST.MF
+
%install
mkdir -p $RPM_BUILD_ROOT{%{_javadir},%{_mavenpomdir},%{_bindir},%{_datadir}/antlr,%{_mandir}}
@@ -306,6 +312,10 @@ popd
%{_datadir}/antlr/
%changelog
+* Mon Aug 6 2012 Alexander Kurtakov <akurtako@redhat.com> 3.4-9
+- Inject org.antlr.runtime OSGi metadata.
+- Update BRs to newer versions.
+
* Tue Jul 24 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.4-8
- Add back requires on stringtemplate for java subpackage
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=178474903957.1.10941116311724894864.rpms-antlr3-c71126d2411f@fedoraproject.org \
--to=akurtako@redhat.com \
--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