forked from pool/swtcalendar
Compare commits
4 Commits
8b0424bb6a
...
7949e12edf
Author | SHA256 | Date | |
---|---|---|---|
7949e12edf | |||
500c3fb667 | |||
a588828f3c | |||
8e6597c8ab |
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user