public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jansi1] epel10: Revert changes on BR jansi-native
@ 2026-08-31  6:03 Didik Supriadi
  0 siblings, 0 replies; only message in thread
From: Didik Supriadi @ 2026-08-31  6:03 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/jansi1
            Branch : epel10
            Commit : 89d9245dc5379e3bd38cddc143fe08dc2d64606e
            Author : Didik Supriadi <didiksupriadi41@fedoraproject.org>
            Date   : 2023-08-02T05:37:07+07:00
            Stats  : +8/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/jansi1/c/89d9245dc5379e3bd38cddc143fe08dc2d64606e?branch=epel10

            Log:
            Revert changes on BR jansi-native

Signed-off-by: Didik Supriadi <didiksupriadi41@fedoraproject.org>

---
diff --git a/jansi1.spec b/jansi1.spec
index 6763c6a..6ea7ee8 100644
--- a/jansi1.spec
+++ b/jansi1.spec
@@ -1,6 +1,6 @@
 Name:           jansi1
 Version:        1.18
-Release:        16%{?dist}
+Release:        17%{?dist}
 Summary:        Generate and interpret ANSI escape sequences in Java
 License:        Apache-2.0
 URL:            https://fusesource.github.io/jansi/
@@ -15,8 +15,7 @@ BuildRequires:  mvn(junit:junit)
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
 BuildRequires:  mvn(org.fusesource:fusesource-pom:pom:)
 BuildRequires:  mvn(org.fusesource.hawtjni:hawtjni-runtime)
-# jansi-native is embedded in jansi 2.x
-BuildRequires:  mvn(org.fusesource.jansi:jansi)
+BuildRequires:  mvn(org.fusesource.jansi:jansi-native)
 
 %description
 Jansi is a small Java library that allows you to use ANSI escape
@@ -25,6 +24,8 @@ on platforms which don't support it like Windows and provides graceful
 degradation when output is sent to output devices which cannot support
 ANSI sequences.
 
+%{?javadoc_package}
+
 %prep
 %autosetup -n jansi-jansi-project-%{version}
 
@@ -46,7 +47,6 @@ cd jansi
 # it's there only to be bundled in uberjar and we disable uberjar generation
 %pom_remove_dep :jansi-linux32
 %pom_remove_dep :jansi-linux64
-%pom_change_dep :jansi-native :jansi
 cd -
 
 # javadoc generation fails due to strict doclint in JDK 8
@@ -58,8 +58,7 @@ cd -
 
 %build
 %mvn_compat_version org.fusesource.jansi:jansi %{version} 1
-# don't build javadoc since it will try to create jansi2 javadoc, I guess
-%mvn_build -j
+%mvn_build
 
 %install
 %mvn_install
@@ -69,6 +68,9 @@ cd -
 %doc readme.md changelog.md
 
 %changelog
+* Tue Aug 01 2023 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 1.18-17
+- Revert changes on BR jansi-native
+
 * Wed Jul 26 2023 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 1.18-16
 - Replace BR jansi-native with jansi
 

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

only message in thread, other threads:[~2026-08-31  6:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-31  6:03 [rpms/jansi1] epel10: Revert changes on BR jansi-native Didik Supriadi

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