6
0
forked from pool/swtcalendar

Compare commits

...

4 Commits

2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 5 06:38:04 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Work around the fact that %%_libdir is now not defined for noarch
builds
-------------------------------------------------------------------
Wed Mar 23 20:17:10 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package swtcalendar
#
# Copyright (c) 2022 SUSE LLC
# 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
@@ -44,7 +44,7 @@ standalone date picker dialog.
dos2unix *.txt
%build
export CLASSPATH=%{_libdir}/java/swt.jar
export CLASSPATH=$(find-jar swt)
%{ant} -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8
%install