Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Fiffian
openwebstart
openwebstart.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openwebstart.spec of Package openwebstart
Name: OpenWebStart Version: 1.9.1 Release: 1%{?dist} Summary: OpenWebStart offers a user-friendly installer to use Web Start / JNLP functionality License: GPLv2 URL: https://github.com/karakun/OpenWebStart Source: https://github.com/karakun/OpenWebStart/archive/refs/tags/%{version}.tar.gz BuildRequires: rpm-build BuildRequires: tar Requires: shared-mime-info Requires: xdg-utils %description Java Web Start (JWS) was deprecated in Java 9, and starting with Java 11, Oracle removed JWS from their JDK distributions... %prep %setup -q %build # The build section might be empty if you're using pre-built binaries. # For example, if you're re-packaging a .deb package, you'd extract and use those binaries. %install mkdir -p %{buildroot}/opt/%{name}/control tar -xf %{_builddir}/%{name}-v%{version}/data.tar.xz -C %{buildroot}/ tar -xf %{_builddir}/%{name}-v%{version}/control.tar.xz -C %{buildroot}/opt/%{name}/control %post # Update mime database and desktop database if available if [ $1 -eq 1 ]; then update-mime-database /usr/share/mime &>/dev/null || : update-desktop-database &>/dev/null || : fi %preun # Update mime database and desktop database on removal if available if [ $1 -eq 0 ]; then update-mime-database /usr/share/mime &>/dev/null || : update-desktop-database &>/dev/null || : fi %files /opt/%{name}/
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor