public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Deepak Bhole <dbhole@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/plexus-i18n] epel10: - Added pom.xml and components.xml to META-INF
Date: Wed, 15 Jul 2026 09:37:28 GMT	[thread overview]
Message-ID: <178410824823.1.8274121614621309473.rpms-plexus-i18n-9ffdf206b2f1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/plexus-i18n
Branch : epel10
Commit : 9ffdf206b2f1965681e1c2045aab2c01fad3fa0e
Author : Deepak Bhole <dbhole@fedoraproject.org>
Date   : 2009-06-18T17:33:01+00:00
Stats  : +13/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/plexus-i18n/c/9ffdf206b2f1965681e1c2045aab2c01fad3fa0e?branch=epel10

Log:
- Added pom.xml and components.xml to META-INF

---
diff --git a/plexus-i18n.spec b/plexus-i18n.spec
index bebf8d5..5c58c3b 100644
--- a/plexus-i18n.spec
+++ b/plexus-i18n.spec
@@ -35,7 +35,7 @@
 
 Name:           plexus-i18n
 Version:        1.0
-Release:        0.b6.5.3%{?dist}.1
+Release:        0.b6.5.3%{?dist}.2
 Epoch:          0
 Summary:        Plexus I18N Component
 License:        ASL 2.0
@@ -48,6 +48,7 @@ Source1:        plexus-i18n-1.0-build.xml
 Source2:        plexus-i18n-1.0-project.xml
 Source3:        plexus-i18n-settings.xml
 Source4:        plexus-i18n-1.0-jpp-depmap.xml
+Source5:        plexus-i18n-1.0-plexus-components.xml
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -141,6 +142,14 @@ plexus/utils \
 
 ant jar javadoc
 
+# inject pom and component descriptor into the jar (can be done via ant, but
+# since build.xml is autogenerated, it is best to do it here)
+mkdir -p META-INF/plexus META-INF/maven/org.codehaus.plexus/plexus-i18n/
+cp %{SOURCE5} META-INF/plexus/components.xml
+cp pom.xml META-INF/maven/org.codehaus.plexus/plexus-i18n/
+jar uvf target/%{name}-%{version}-beta-6.jar META-INF
+rm -rf META-INF
+
 %endif
 
 %install
@@ -213,6 +222,9 @@ fi
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Thu Jun 18 2009 Deepak Bhole <dbhole@redhat.com> - 0:1.0-0.b6.5.3.2
+- Added pom.xml and components.xml to META-INF
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.b6.5.3.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 

                 reply	other threads:[~2026-07-15  9: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=178410824823.1.8274121614621309473.rpms-plexus-i18n-9ffdf206b2f1@fedoraproject.org \
    --to=dbhole@fedoraproject.org \
    --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