File linux-madness.spec of Package linux-madness-fortune
Name: linux-madness-fortune
Version: 1.0
Release: 1%{?dist}
Summary: Fortune file with absurd, sarcastic, and AI-related tech jokes
License: WTFPL
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: fortune
Requires: fortune
%description
A collection of over 300 sarcastic, offensive and AI-related fortunes for the command-line fortune program.
%prep
%setup -q
%build
# niente da compilare
%install
mkdir -p %{buildroot}/usr/share/games/fortunes
strfile linux_madness
cp linux_madness* %{buildroot}/usr/share/games/fortunes/
%files
%doc README.md
/usr/share/games/fortunes/linux_madness
/usr/share/games/fortunes/linux_madness.dat
%changelog
* Thu Jun 19 2025 Alessandro <klez@pm.me> - 1.0-1
- Build from OBS tar_scm service