forked from pool/hibiscus
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3be03ef971 | |||
| cfe2f49dc2 | |||
| 55754a2d51 | |||
| c5f3705027 |
BIN
2.12.2.tar.gz
LFS
Normal file
BIN
2.12.2.tar.gz
LFS
Normal file
Binary file not shown.
25
_service
25
_service
@@ -1,25 +0,0 @@
|
||||
<!--
|
||||
# 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>
|
||||
@@ -1,4 +0,0 @@
|
||||
<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
BIN
hibiscus-2.12.2.tar.gz
LFS
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hibiscus
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,23 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
##%%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/%%{_tag}.tar.gz
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source: https://github.com/willuhn/hibiscus/archive/refs/tags/%{version}.tar.gz
|
||||
Source2: hibiscus-rpmlintrc
|
||||
BuildRequires: ant
|
||||
BuildRequires: desktop-file-utils
|
||||
@@ -43,7 +34,6 @@ 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
|
||||
|
||||
@@ -54,8 +44,7 @@ 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 -n %%{name}-%%{_tag}
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q
|
||||
|
||||
# Remove Windows and Mac libraries
|
||||
rm -rf lib/hbci4java-card-*
|
||||
@@ -96,11 +85,8 @@ install -D -m 0644 %{name}.appdata.xml %{buildroot}%{_datadir}/appdata/%{name}.a
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc build/ChangeLog
|
||||
|
||||
Reference in New Issue
Block a user