forked from pool/jedit
Compare commits
22 Commits
269df57760
...
main
Author | SHA256 | Date | |
---|---|---|---|
9131b4b36f | |||
608dcbe8be | |||
9e42630a2a | |||
858d1dba5f | |||
75c4e8f46a | |||
fbff461b42 | |||
3b30f7731d | |||
ee533d5cdc | |||
5a5d4c20f9 | |||
308ae24662 | |||
57c3f9abc9 | |||
47cbf8abdf | |||
518f5a8830 | |||
8419cecbfa | |||
85b706c521 | |||
60fa72f5f1 | |||
|
611f3d5183 | ||
|
59bb173472 | ||
|
85ee15fa7e | ||
|
5038fb81ae | ||
|
68c41eb5d3 | ||
|
54f955b181 |
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b892f52da36a5faf53e35ccec61d737dda3d89c4f57c1379177f7d0d7b8fba28
|
oid sha256:9d422668cba37449f92d2bacd2b4cc1e2759c4dfc69d326fa3ca15deab00089b
|
||||||
size 70262
|
size 69207
|
||||||
|
@@ -1,12 +1,13 @@
|
|||||||
diff -urEbwB jEdit/build.xml jEdit.new/build.xml
|
diff -urEbwB jEdit/build.xml jEdit.new/build.xml
|
||||||
--- jEdit/build.xml 2018-04-09 01:59:23.000000000 +0200
|
--- jEdit/build.xml 2018-04-09 01:59:23.000000000 +0200
|
||||||
+++ jEdit.new/build.xml 2019-11-10 12:28:16.880014435 +0100
|
+++ jEdit.new/build.xml 2019-11-10 12:28:16.880014435 +0100
|
||||||
@@ -862,8 +862,6 @@
|
@@ -862,8 +862,7 @@
|
||||||
sourcepath="${basedir}"
|
sourcepath="${basedir}"
|
||||||
destdir="${classes.dir}/javadoc/api"
|
destdir="${classes.dir}/javadoc/api"
|
||||||
packagenames="org.*"
|
packagenames="org.*"
|
||||||
- doclet="doclet.GenerateTocXML"
|
- doclet="doclet.GenerateTocXML"
|
||||||
- docletpath="${classes.dir}/javadoc"
|
- docletpath="${classes.dir}/javadoc"
|
||||||
|
+ additionalparam="-notimestamp"
|
||||||
version="true"
|
version="true"
|
||||||
use="true"
|
use="true"
|
||||||
author="true"
|
author="true"
|
||||||
|
@@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 19 04:22:13 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Modified patch:
|
||||||
|
* jedit-doclet.patch
|
||||||
|
+ add -notimestamp parameter to javadoc for reproducible
|
||||||
|
builds
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 21 11:55:45 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 22 12:45:05 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with java source and terget levels 8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 20 11:02:03 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Include all available docs in the javadoc subpackage
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 18 13:52:11 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Include pre-generated html docs, jEdit expects them (bsc#845615)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 2 17:44:26 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Tue Feb 2 17:44:26 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
20
jedit.spec
20
jedit.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jedit
|
# spec file for package jedit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -24,7 +24,7 @@ Release: 0
|
|||||||
Summary: Programmer's Text Editor Written in Java
|
Summary: Programmer's Text Editor Written in Java
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
URL: http://www.jedit.org/
|
URL: https://www.jedit.org/
|
||||||
Source0: http://download.sourceforge.net/jedit/jedit%{version}source.tar.bz2
|
Source0: http://download.sourceforge.net/jedit/jedit%{version}source.tar.bz2
|
||||||
Source1: icons.tar
|
Source1: icons.tar
|
||||||
Source2: %{name}.desktop
|
Source2: %{name}.desktop
|
||||||
@@ -51,6 +51,7 @@ BuildRequires: java-devel >= 1.8
|
|||||||
BuildRequires: jsr-305
|
BuildRequires: jsr-305
|
||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
BuildRequires: rhino
|
BuildRequires: rhino
|
||||||
|
Recommends: %{name}-javadoc = %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -82,8 +83,8 @@ Javadoc for %{summary}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -D -n jEdit -b 1 -a 4 -a 5
|
%setup -q -D -n jEdit -b 1 -a 4 -a 5
|
||||||
%patch0 -p1
|
%patch -P 0 -p1
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
find . -name '*jar' -delete
|
find . -name '*jar' -delete
|
||||||
|
|
||||||
@@ -125,13 +126,14 @@ touch lib/default-plugins/HACK
|
|||||||
export CLASSPATH=$(build-classpath apache-commons-logging)
|
export CLASSPATH=$(build-classpath apache-commons-logging)
|
||||||
# Run the build
|
# Run the build
|
||||||
# XXX: there's NPE on build-docs, but who care about html docs those times, right?
|
# XXX: there's NPE on build-docs, but who care about html docs those times, right?
|
||||||
%ant -Divy.done=true build docs-javadoc
|
%{ant} -Divy.done=true build docs-javadoc
|
||||||
|
cp -r doc/* build/doc/
|
||||||
|
|
||||||
# plugins-build hardcodes the jedit.jar path - so to make it happy
|
# plugins-build hardcodes the jedit.jar path - so to make it happy
|
||||||
ln -s build/jedit.jar
|
ln -s build/jedit.jar
|
||||||
|
|
||||||
pushd QuickNotepad
|
pushd QuickNotepad
|
||||||
%ant
|
%{ant}
|
||||||
popd
|
popd
|
||||||
mv QuickNotepad.jar build/jars
|
mv QuickNotepad.jar build/jars
|
||||||
rm build/jars/HACK
|
rm build/jars/HACK
|
||||||
@@ -184,12 +186,12 @@ install %{name} %{buildroot}%{_bindir}
|
|||||||
%{_javadir}/%{name}.jar
|
%{_javadir}/%{name}.jar
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||||
%{_datadir}/icons/hicolor/
|
%{_datadir}/icons/hicolor/
|
||||||
%exclude %{_datadir}/%{name}/doc/api
|
%exclude %{_datadir}/%{name}/doc
|
||||||
|
|
||||||
%files javadoc
|
%files javadoc
|
||||||
%doc %{_javadocdir}/%{name}
|
%doc %{_javadocdir}/%{name}
|
||||||
%{_datadir}/%{name}/doc/api
|
%{_datadir}/%{name}/doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user