public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bsh] epel10: Install POM files to %{_mavenpomdir}
@ 2026-07-15  9:36 Mikolaj Izdebski
  0 siblings, 0 replies; only message in thread
From: Mikolaj Izdebski @ 2026-07-15  9:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/bsh
Branch : epel10
Commit : 354ec46f5bd293b1531f7ee7238d19608091c40d
Author : Mikolaj Izdebski <mizdebsk@redhat.com>
Date   : 2013-07-12T10:58:04+02:00
Stats  : +5/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/bsh/c/354ec46f5bd293b1531f7ee7238d19608091c40d?branch=epel10

Log:
Install POM files to %{_mavenpomdir}

---
diff --git a/bsh.spec b/bsh.spec
index b21d3b2..6daa492 100644
--- a/bsh.spec
+++ b/bsh.spec
@@ -143,11 +143,11 @@ done
 %add_to_maven_depmap %{name} %{name}-bsf %{version} JPP %{name}-bsf
 
 # poms
-install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
+install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
 install -pm 644 %{SOURCE1} \
-    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom
+    $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
 install -pm 644 %{SOURCE2} \
-    $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}-bsf.pom
+    $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}-bsf.pom
 
 # manual
 find docs -name ".cvswrappers" -exec rm -f {} \;
@@ -230,7 +230,7 @@ fi
 %{_javadir}/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/webapps
-%{_datadir}/maven2/poms/*
+%{_mavenpomdir}/*
 %{_mavendepmapfragdir}/%{name}
 
 %files manual
@@ -257,6 +257,7 @@ fi
 - Remove Requires on coreutils
 - Generate custom scripts with %%jpackage_script
 - Install versionless JARs only
+- Install POM files to %%{_mavenpomdir}
 
 * Thu Jun 06 2013 Michal Srb <msrb@redhat.com> - 0:1.3.0-25
 - Enable tests

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-15  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15  9:36 [rpms/bsh] epel10: Install POM files to %{_mavenpomdir} Mikolaj Izdebski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox