Skip to content

Commit

Permalink
update spec to the correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Apr 5, 2024
1 parent 751ef04 commit 078695c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pkg/hhd-ui.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
%global __os_install_post %{_rpmconfigdir}/brp-compress %{_rpmconfigdir}/brp-strip-none %{_rpmconfigdir}/brp-strip-static-archive
%global debug_package %{nil}

Name: hhd-ui
Version: REPLACE_VERSION
Expand All @@ -11,22 +12,17 @@ Source0: %{URL}/archive/v%{version}.tar.gz
BuildArch: x86_64

BuildRequires: npm
BuildRequires: fuse-devel
BuildRequires: git
BuildRequires: desktop-file-utils
BuildRequires: systemd-rpm-macros

Requires: hhd
Requires: fuse

%description
Configurator interface for Handheld Daemon.

%prep
%setup -q -n %{name}-v%{version}
%setup -q -n %{name}-%{version}

%build
cd %{name}-v%{version}
VERSION=$(cat package.json | grep -E '"version": "[0-9\.]+"' -o | grep -E "[0-9\.]+" -o)
sed -i "s|\"version\": \"1.0.0\"|\"version\": \"$VERSION\"|" "electron/package.json"
npm ci
Expand All @@ -37,7 +33,6 @@ npm run build
chmod +x dist/hhd-ui.AppImage

%install
cd %{name}-v%{version}
mkdir -p %{buildroot}%{_bindir}
cp -a electron/dist/hhd-ui.AppImage %{buildroot}%{_bindir}/hhd-ui
install -Dm644 LICENSE %{buildroot}%{_licensedir}/%{name}/LICENSE
Expand Down Expand Up @@ -67,4 +62,4 @@ install -Dm644 art/icon.png %{buildroot}%{_datadir}/applications/hhd-ui/icon.png

%changelog
* Wed Apr 3 2024 Matthew Schwartz <njtransit215@gmail.com> - 2.2.0-1
- Initial package creation
- Initial package creation

0 comments on commit 078695c

Please sign in to comment.