Fix up deb and RPM package description & add docs

# Conflicts:
#	.github/workflows/build-debian-package.yml
This commit is contained in:
Geoffrey D. Bennett
2024-04-11 13:42:34 +09:30
parent cc6853f541
commit 5fb3191124
2 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ Source: %{name}-%{version}.tar.gz
%description
alsa-scarlett-gui is a Gtk4 GUI for the ALSA controls presented by the
Linux kernel Focusrite Scarlett Gen 2/3 Mixer Driver.
Linux kernel Focusrite Scarlett2 Mixer Driver.
%prep
%setup
@@ -22,9 +22,11 @@ make -C src -j4 VERSION=%{version} PREFIX=/usr
DOCDIR=%{buildroot}/usr/share/doc/%{name}-%{version}
mkdir -p $DOCDIR/img
mkdir $DOCDIR/demo
mkdir $DOCDIR/docs
cp *.md $DOCDIR
cp img/* $DOCDIR/img
cp demo/* $DOCDIR/demo
cp docs/* $DOCDIR/docs
%files
%doc /usr/share/doc/%{name}-%{version}