Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2d7a3e6128 | |||
| a9280188a9 | |||
| 66a83c4a45 | |||
| beaec1a87a |
@@ -104,7 +104,11 @@
|
||||
compress="true"
|
||||
index="false"
|
||||
basedir="${build.outputDir}"
|
||||
excludes="**/package.html"/>
|
||||
excludes="**/package.html">
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="io.pack200.Driver"/>
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
|
||||
<!-- ====================================================================== -->
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 09:14:50 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add the standalone pack200 script
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 10:31:52 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pack200
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
@@ -29,6 +29,7 @@ BuildRequires: ant
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javapackages-local >= 6
|
||||
Requires: javapackages-tools
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -69,7 +70,11 @@ mkdir -p %{buildroot}%{_javadocdir}/%{name}
|
||||
cp -a target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
|
||||
%fdupes -s %{buildroot}%{_javadocdir}/%{name}
|
||||
|
||||
# script
|
||||
%jpackage_script io.pack200.Driver "" "" %{name} %{name}
|
||||
|
||||
%files -f .mfiles
|
||||
%{_bindir}/%{name}
|
||||
%license LICENSE.txt
|
||||
%doc README.md TODO.md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user