File jupiter-dock-updater-bin.spec of Package jupiter-dock-updater-bin
Name: jupiter-dock-updater-bin
Version: 20231121.01
Release: 1%{?dist}
Summary: Jupiter Dock Updater
License: GPLv3
URL: https://github.com/Jovian-Experiments/jupiter-dock-updater-bin
#https://github.com/Jovian-Experiments/jupiter-dock-updater-bin
Source: %{name}-%{version}.tar.xz
%description
Jupiter Dock updater.
# Disable debug packages
%define debug_package %{nil}
%prep
%setup -T -b 0 -q -n %{name}-%{version}
%build
%install
mkdir -p %{buildroot}/usr/lib/jupiter-dock-updater
cp -rv packaged/usr/lib/jupiter-dock-updater %{buildroot}/usr/lib/
# Do post-installation
%post
# Do before uninstallation
%preun
# Do after uninstallation
%postun
# This lists all the files that are included in the rpm package and that
# are going to be installed into target system where the rpm is installed.
%files
/usr/lib/jupiter-dock-updater
/usr/lib/jupiter-dock-updater/*
# Finally, changes from the latest release of your application are generated from
# your project's Git history. It will be empty until you make first annotated Git tag.
%changelog