SHA256
1
0

Compare commits

2 Commits
main ... main

Author SHA256 Message Date
81e51b58e3 2.12.0.tar.gz gelöscht 2026-01-18 20:32:08 +01:00
dbeccfb9b4 Dateien nach "/" hochladen 2026-01-18 20:31:29 +01:00
6 changed files with 52 additions and 9 deletions

BIN
2.12.2.tar.gz LFS

Binary file not shown.

25
_service Normal file
View File

@@ -0,0 +1,25 @@
<!--
# vim: set syntax=xml
-->
<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/willuhn/hibiscus.git</param>
<param name="scm">git</param>
<param name="revision">2.12.2</param>
<param name="versionformat">2.12.2</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">ecsos@opensuse.org</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">gz</param>
<param name="file">hibiscus*.tar</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">hibiscus</param>
</service>
</services>

4
_servicedata Normal file
View File

@@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/willuhn/hibiscus.git</param>
<param name="changesrevision">175ae39fbf0a604c67ea20a3fa9ec28c0daf726f</param></service></servicedata>

BIN
hibiscus-2.12.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -41,7 +41,7 @@ Sun Nov 23 09:47:38 UTC 2025 - ecsos@opensuse.org
* HBCI4Java 4.1.4
* n/a
* Unterstützung für Platzhalter im Verwendungszweck ($jjjj,$mm,$tt)
-------------------------------------------------------------------
Mon Nov 03 13:59:04 UTC 2025 - ecsos@opensuse.org - 2.12.0

View File

@@ -1,7 +1,7 @@
#
# spec file for package hibiscus
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,23 @@
#
##%%define _major 2
##%%define _minor 10
##%%define _micro 27
##%%define _build 391
##%%define _version %%{_major}.%%{_minor}.%%{_micro}
##%%define _tag V_%%{_major}_%%{_minor}_%%{_micro}_BUILD_%%{_build}
Name: hibiscus
##Version: %%{_version}
Version: 2.12.2
Release: 0
Summary: Java online banking client using the HBCI standard
License: Apache-2.0 AND GPL-2.0-only AND LGPL-2.0-only AND CPL-1.0 AND Zlib AND MPL-1.0 AND EPL-1.0
Group: Productivity/Office/Finance
URL: https://www.willuhn.de/products/hibiscus/
Source: https://github.com/willuhn/hibiscus/archive/refs/tags/%{version}.tar.gz
##Source: https://github.com/willuhn/hibiscus/archive/refs/tags/%%{_tag}.tar.gz
Source: %{name}-%{version}.tar.gz
Source2: hibiscus-rpmlintrc
BuildRequires: ant
BuildRequires: desktop-file-utils
@@ -34,6 +43,7 @@ BuildRequires: java-devel >= 17
BuildRequires: jpackage-utils
BuildRequires: xml-commons-apis
Requires: jameica >= 2.12.0
# Don't offer libraries linked in here to other packages:
AutoReqProv: off
@@ -44,7 +54,8 @@ key files and PIN/TAN including chipTAN and smsTAN for authentification.
Supported file formats include MT940, DTAUS, CSV, Moneyplex and PDF/HTML.
%prep
%setup -q
##%%setup -q -n %%{name}-%%{_tag}
%setup -q -n %{name}-%{version}
# Remove Windows and Mac libraries
rm -rf lib/hbci4java-card-*
@@ -85,8 +96,11 @@ install -D -m 0644 %{name}.appdata.xml %{buildroot}%{_datadir}/appdata/%{name}.a
%fdupes %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%doc build/ChangeLog