-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
2,645 additions
and
2,644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Package: javaforce | ||
Version: 9.6.0 | ||
Architecture: amd64 | ||
Maintainer: Peter Quiring <[email protected]> | ||
Installed-Size: 290 | ||
Depends: openjdk-8-jre, libjsch-java (>= 0.1.42), libjzlib-java, libjcifs-java, fuse, libfuse2, fuseiso, libcdio13, mate-icon-theme | ||
Components: main | ||
Provides: | ||
Section: java | ||
Priority: optional | ||
Description: JavaForce base classes. | ||
Package: javaforce | ||
Version: 10.0.0 | ||
Architecture: amd64 | ||
Maintainer: Peter Quiring <[email protected]> | ||
Installed-Size: 290 | ||
Depends: openjdk-8-jre, libjsch-java (>= 0.1.42), libjzlib-java, libjcifs-java, fuse, libfuse2, fuseiso, libcdio13, mate-icon-theme | ||
Components: main | ||
Provides: | ||
Section: java | ||
Priority: optional | ||
Description: JavaForce base classes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
Buildroot: /. | ||
Name: javaforce | ||
Version: 9.6.0 | ||
Release: 1 | ||
Summary: JavaForce Core Library | ||
License: LGPL | ||
Distribution: Fedora | ||
Group: Applications/System | ||
Requires: java-1.7.0-openjdk, jsch, jzlib, jcifs, fuse, fuse-libs, fuseiso, libcdio | ||
|
||
%define _rpmdir ../ | ||
%define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.noarch.rpm | ||
%define _unpackaged_files_terminate_build 0 | ||
|
||
%description | ||
|
||
JavaForce Core Library | ||
|
||
%post | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
if [ $1 = "1" ]; then | ||
update-alternatives --install /usr/bin/update-desktop-database update-desktop-database /usr/bin/jf-update-desktop-database 100 | ||
fi | ||
|
||
%pre | ||
#!/bin/sh | ||
|
||
mkdir -p /usr/share/jhelp | ||
|
||
%preun | ||
#!/bin/sh | ||
|
||
if [ $1 = "0" ]; then | ||
update-alternatives --remove update-desktop-database /usr/bin/jf-update-desktop-database | ||
fi | ||
|
||
%files | ||
Buildroot: /. | ||
Name: javaforce | ||
Version: 10.0.0 | ||
Release: 1 | ||
Summary: JavaForce Core Library | ||
License: LGPL | ||
Distribution: Fedora | ||
Group: Applications/System | ||
Requires: java-1.7.0-openjdk, jsch, jzlib, jcifs, fuse, fuse-libs, fuseiso, libcdio | ||
|
||
%define _rpmdir ../ | ||
%define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.noarch.rpm | ||
%define _unpackaged_files_terminate_build 0 | ||
|
||
%description | ||
|
||
JavaForce Core Library | ||
|
||
%post | ||
#!/bin/sh | ||
|
||
set -e | ||
|
||
if [ $1 = "1" ]; then | ||
update-alternatives --install /usr/bin/update-desktop-database update-desktop-database /usr/bin/jf-update-desktop-database 100 | ||
fi | ||
|
||
%pre | ||
#!/bin/sh | ||
|
||
mkdir -p /usr/share/jhelp | ||
|
||
%preun | ||
#!/bin/sh | ||
|
||
if [ $1 = "0" ]; then | ||
update-alternatives --remove update-desktop-database /usr/bin/jf-update-desktop-database | ||
fi | ||
|
||
%files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
java -cp javaforce.jar:lwjgl.jar:jftest3d.jar TestApp $* | ||
|
||
java -cp javaforce.jar:lwjgl.jar:jftest3d.jar Main $* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.