public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/jansi-native] epel10: Move normal jar from javajnidir to javadir
Date: Thu, 20 Aug 2026 12:13:14 GMT [thread overview]
Message-ID: <178722799425.1.17383466817155622663.rpms-jansi-native-b9c26b9252ea@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/jansi-native
Branch : epel10
Commit : b9c26b9252ea7c5b4d90c5ceab4863b38ff848df
Author : Stanislav Ochotnicky <sochotnicky@redhat.com>
Date : 2012-12-12T09:51:38+01:00
Stats : +7/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/jansi-native/c/b9c26b9252ea7c5b4d90c5ceab4863b38ff848df?branch=epel10
Log:
Move normal jar from javajnidir to javadir
---
diff --git a/jansi-native.spec b/jansi-native.spec
index 50e4895..3458e89 100644
--- a/jansi-native.spec
+++ b/jansi-native.spec
@@ -7,7 +7,7 @@
Name: jansi-native
Version: 1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Jansi Native implements the JNI Libraries used by the Jansi project
Group: Development/Libraries
License: ASL 2.0
@@ -68,9 +68,9 @@ mvn-rpmbuild install javadoc:aggregate
%install
# JAR
mkdir -p $RPM_BUILD_ROOT%{_jnidir}
-mkdir -p $RPM_BUILD_ROOT%{_javajnidir}
+mkdir -p $RPM_BUILD_ROOT%{_javadir}
-cp -p target/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javajnidir}/%{name}.jar
+cp -p target/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
cp -p target/%{name}-%{version}-linux%{bits}.jar $RPM_BUILD_ROOT%{_jnidir}/%{name}-linux.jar
# JAVADOC
@@ -89,7 +89,7 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
%{_mavenpomdir}/*
%{_mavendepmapfragdir}/*
%{_jnidir}/*
-%{_javajnidir}/*
+%{_javadir}/*
%doc readme.md license.txt changelog.md
%files javadoc
@@ -97,6 +97,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
%doc license.txt
%changelog
+* Wed Dec 12 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4-2
+- Move normal jar from javajnidir to javadir
+
* Wed Sep 19 2012 Marek Goldmann <mgoldman@redhat.com> - 1.4-1
- Upstream release 1.4
- Fixing "archiver requires 'AM_PROG_AR' in 'configure.ac'" error
reply other threads:[~2026-08-20 12:13 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=178722799425.1.17383466817155622663.rpms-jansi-native-b9c26b9252ea@fedoraproject.org \
--to=sochotnicky@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