···11+Package: tunein-cli
22+Version: 0.3.0
33+Section: user/multimedia
44+Priority: optional
55+Architecture: amd64
66+Maintainer: Tsiry Sandratraina <tsiry.sndr@fluentci.io>
77+Depends: alsa-utils, libasound2-dev
88+Description: Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
···11+Package: tunein-cli
22+Version: 0.3.0
33+Section: user/multimedia
44+Priority: optional
55+Architecture: arm64
66+Maintainer: Tsiry Sandratraina <tsiry.sndr@fluentci.io>
77+Depends: alsa-utils, libasound2-dev
88+Description: Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
99+
+26
dist/rpm/amd64/tunein.spec
···11+Name: tunein-cli
22+Version: 0.3.0
33+Release: 1%{?dist}
44+Summary: CLI for listening to internet radio stations
55+66+License: MIT
77+88+BuildArch: x86_64
99+1010+Requires: alsa-utils, alsa-lib-devel
1111+1212+%description
1313+Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
1414+1515+%prep
1616+# Prepare the build environment
1717+1818+%build
1919+# Build steps (if any)
2020+2121+%install
2222+mkdir -p %{buildroot}/usr/bin
2323+cp -r %{_sourcedir}/amd64/usr %{buildroot}/
2424+2525+%files
2626+/usr/bin/tunein
+27
dist/rpm/arm64/tunein.spec
···11+22+Name: tunein-cli
33+Version: 0.3.0
44+Release: 1%{?dist}
55+Summary: CLI for listening to internet radio stations
66+77+License: MIT
88+99+BuildArch: aarch64
1010+1111+Requires: alsa-utils, alsa-lib-devel
1212+1313+%description
1414+Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
1515+1616+%prep
1717+# Prepare the build environment
1818+1919+%build
2020+# Build steps (if any)
2121+2222+%install
2323+mkdir -p %{buildroot}/usr/bin
2424+cp -r %{_sourcedir}/arm64/usr %{buildroot}/
2525+2626+%files
2727+/usr/bin/tunein