RPM build fixes

main
Yasen Pramatarov 2024-06-17 19:11:23 +03:00
parent 2f01a349c7
commit 05bc27ed24
2 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,7 @@ cp ../../README.md "$PACKAGE_DIR/"
cp ../../TODO.md "$PACKAGE_DIR/"
cp ../../log-regexps.md "$PACKAGE_DIR/"
cp ../man-jilo.8 "$PACKAGE_DIR/"
cp ../rpm-jilo.spec SPECS/
cp ../rpm-jilo.spec SPECS/jilo.spec
tar -czf "jilo-$VERSION.tar.gz" "$PACKAGE_DIR"
mv "jilo-$VERSION.tar.gz" SOURCES/

View File

@ -7,7 +7,10 @@ URL: https://lindeas.com/jilo
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: bash
Requires: bash, sqlite3 | mysql-client | mariadb-client, coreutils, util-linux
Requires: bash
Requires: (sqlite or mysql or mariadb)
Requires: coreutils
Requires: util-linux
%description
Bash scripts for collecting and displaying information about conference events from Jitsi Meet logs.